0

Added Illumination to Main

This commit is contained in:
minenash
2017-02-08 17:07:50 -05:00
parent ad8c9e213d
commit b30d8228bb
2 changed files with 4 additions and 0 deletions

View File

@@ -6,8 +6,10 @@ import org.bukkit.potion.PotionEffect;
import org.bukkit.potion.PotionEffectType;
import com.nemez.cmdmgr.Command;
import com.redstoner.annotations.Version;
import com.redstoner.modules.Module;
@Version(major = 1, minor = 0, revision = 0, compatible = 1)
public class Illumination implements Module{
boolean enabled = false;