Minor Adjustments

I actually forgot what I did
This commit is contained in:
alisolarflare 2016-11-05 06:40:03 -04:00
parent 788943f50b
commit 2756c00f37
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,6 @@ import com.palmergames.bukkit.towny.event.PlayerChangePlotEvent;
import com.palmergames.bukkit.towny.exceptions.NotRegisteredException;
import com.palmergames.bukkit.towny.object.Resident;
import com.palmergames.bukkit.towny.object.Town;
import com.palmergames.bukkit.towny.object.TownBlock;
public class PlotChangeListener implements Listener{
private boolean dickmode;

View file

@ -81,6 +81,7 @@ public class BoomBowListener implements Listener {
if(BoomBowRule.boomDecay)
new BoomDecayTask(player).runTaskTimer(plugin, 1, 1);
if(BoomBowRule.endCrystal){
//BoomBowCyrstalSpawn
}
if(BoomBowRule.healthReduction){
player.addPotionEffect(new PotionEffect(PotionEffectType.HEALTH_BOOST, 400, -1));