forked from SteamWar/SteamWar
Fix MissileWars Missile Pasting
Signed-off-by: Chaoscaot <max@maxsp.de>
This commit is contained in:
@@ -75,7 +75,6 @@ public class Missile extends SpecialItem {
|
||||
lore(lore, strings, 3, "§7Size");
|
||||
|
||||
EditSession e = WorldEdit.getInstance().getEditSessionFactory().getEditSession(world, -1);
|
||||
e.setSideEffectApplier(e.getSideEffectApplier().with(SideEffect.NEIGHBORS, SideEffect.State.DELAYED));
|
||||
BlockTypeMask blockTypeMask = new BlockTypeMask(clipboard, BlockTypes.TNT);
|
||||
lore.add("§7TNT §8: §e" + e.countBlocks(clipboard.getRegion(), blockTypeMask));
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ import org.bukkit.event.player.*;
|
||||
import org.bukkit.util.Vector;
|
||||
|
||||
@Linked
|
||||
@PluginCheck("WorldEdit")
|
||||
@PluginCheck("FastAsyncWorldEdit")
|
||||
public class WorldEditRenderer implements Listener {
|
||||
|
||||
private static WorldEditRenderer INSTANCE;
|
||||
|
||||
Reference in New Issue
Block a user