diff --git a/TheButtonAutoFlair.jar b/TheButtonAutoFlair.jar index e5e57e0..4dd7f59 100644 Binary files a/TheButtonAutoFlair.jar and b/TheButtonAutoFlair.jar differ diff --git a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/PlayerListener.java b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/PlayerListener.java index 41f7534..517fa2f 100644 --- a/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/PlayerListener.java +++ b/TheButtonAutoFlair/src/tk/sznp/thebuttonautoflair/PlayerListener.java @@ -144,7 +144,7 @@ public class PlayerListener implements Listener { // 2015.07.16. private Essentials essentials = null; private final String[] LaughStrings = new String[] { "xd", "lel", "lawl", - "kek" }; + "kek", "lmao" }; @EventHandler public void onPlayerChat(AsyncPlayerChatEvent event) { @@ -808,7 +808,7 @@ public class PlayerListener implements Listener { // 2015.07.16. Bukkit.getPlayer(meta.getLore().get(0))); e.getItem().remove(); // System.out.println("G"); - e.setCancelled(true); // TODO: /tableflip /unflip with spawm detection + e.setCancelled(true); // TODO: /tableflip /unflip with spam detection // System.out.println("H"); } diff --git a/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class b/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class index 4ce5c7d..0e1c601 100644 Binary files a/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class and b/TheButtonAutoFlair/target/classes/tk/sznp/thebuttonautoflair/PlayerListener.class differ