Minor Adjustments
I actually forgot what I did
This commit is contained in:
parent
788943f50b
commit
2756c00f37
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,6 @@ import com.palmergames.bukkit.towny.event.PlayerChangePlotEvent;
|
||||||
import com.palmergames.bukkit.towny.exceptions.NotRegisteredException;
|
import com.palmergames.bukkit.towny.exceptions.NotRegisteredException;
|
||||||
import com.palmergames.bukkit.towny.object.Resident;
|
import com.palmergames.bukkit.towny.object.Resident;
|
||||||
import com.palmergames.bukkit.towny.object.Town;
|
import com.palmergames.bukkit.towny.object.Town;
|
||||||
import com.palmergames.bukkit.towny.object.TownBlock;
|
|
||||||
|
|
||||||
public class PlotChangeListener implements Listener{
|
public class PlotChangeListener implements Listener{
|
||||||
private boolean dickmode;
|
private boolean dickmode;
|
||||||
|
|
|
@ -81,6 +81,7 @@ public class BoomBowListener implements Listener {
|
||||||
if(BoomBowRule.boomDecay)
|
if(BoomBowRule.boomDecay)
|
||||||
new BoomDecayTask(player).runTaskTimer(plugin, 1, 1);
|
new BoomDecayTask(player).runTaskTimer(plugin, 1, 1);
|
||||||
if(BoomBowRule.endCrystal){
|
if(BoomBowRule.endCrystal){
|
||||||
|
//BoomBowCyrstalSpawn
|
||||||
}
|
}
|
||||||
if(BoomBowRule.healthReduction){
|
if(BoomBowRule.healthReduction){
|
||||||
player.addPotionEffect(new PotionEffect(PotionEffectType.HEALTH_BOOST, 400, -1));
|
player.addPotionEffect(new PotionEffect(PotionEffectType.HEALTH_BOOST, 400, -1));
|
||||||
|
|
Loading…
Reference in a new issue