Added lmao to the unlaugh list (#6)
This commit is contained in:
parent
3c00e25719
commit
d5050d0c30
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -144,7 +144,7 @@ public class PlayerListener implements Listener { // 2015.07.16.
|
||||||
|
|
||||||
private Essentials essentials = null;
|
private Essentials essentials = null;
|
||||||
private final String[] LaughStrings = new String[] { "xd", "lel", "lawl",
|
private final String[] LaughStrings = new String[] { "xd", "lel", "lawl",
|
||||||
"kek" };
|
"kek", "lmao" };
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void onPlayerChat(AsyncPlayerChatEvent event) {
|
public void onPlayerChat(AsyncPlayerChatEvent event) {
|
||||||
|
@ -808,7 +808,7 @@ public class PlayerListener implements Listener { // 2015.07.16.
|
||||||
Bukkit.getPlayer(meta.getLore().get(0)));
|
Bukkit.getPlayer(meta.getLore().get(0)));
|
||||||
e.getItem().remove();
|
e.getItem().remove();
|
||||||
// System.out.println("G");
|
// 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");
|
// System.out.println("H");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue