Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. if(e.getMessage().startsWith("%")) {
  2. e.setCancelled(true);
  3.  
  4. }
  5.  
  6. if(e.getMessage().startsWith("7booster")) {
  7. e.setCancelled(true);
  8. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  9. }
  10. if(e.getMessage().startsWith("7tpo")) {
  11. e.setCancelled(true);
  12. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  13. }
  14. if(e.getMessage().startsWith("7spawn")) {
  15. e.setCancelled(true);
  16. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  17. }
  18. if(e.getMessage().startsWith("7msg")) {
  19. e.setCancelled(true);
  20. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  21. }
  22. if(e.getMessage().startsWith("7money")) {
  23. e.setCancelled(true);
  24. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  25. }
  26. if(e.getMessage().startsWith("7exp")) {
  27. e.setCancelled(true);
  28. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  29. }
  30. if(e.getMessage().startsWith("7pay")) {
  31. e.setCancelled(true);
  32. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  33. }
  34. if(e.getMessage().startsWith("7v")) {
  35. e.setCancelled(true);
  36. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  37. }
  38. if(e.getMessage().startsWith("7fly")) {
  39. e.setCancelled(true);
  40. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  41. }
  42. if(e.getMessage().startsWith("7ec")) {
  43. e.setCancelled(true);
  44. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  45. }
  46. if(e.getMessage().startsWith("7invsee")) {
  47. e.setCancelled(true);
  48. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  49. }
  50. if(e.getMessage().startsWith("7invsee")) {
  51. e.setCancelled(true);
  52. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  53. }
  54. if(e.getMessage().startsWith("7levelup")) {
  55. e.setCancelled(true);
  56. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  57. }
  58. if(e.getMessage().contains("%")) {
  59. e.setCancelled(true);
  60. p.sendMessage(Main.pre + "§cDu kannst keine %-Zeichen schreiben");
  61. }
  62. if(e.getMessage().startsWith("7kit")) {
  63. e.setCancelled(true);
  64. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  65. }
  66. if(e.getMessage().startsWith("7levelup")) {
  67. e.setCancelled(true);
  68. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  69. }
  70. if(e.getMessage().startsWith("7mine")) {
  71. e.setCancelled(true);
  72. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  73. }
  74. if(e.getMessage().startsWith("7plotworld")) {
  75. e.setCancelled(true);
  76. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  77. }
  78. if(e.getMessage().startsWith("7gm")) {
  79. e.setCancelled(true);
  80. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  81. }
  82. if(e.getMessage().startsWith("7ban")) {
  83. e.setCancelled(true);
  84. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  85. }
  86. if(e.getMessage().startsWith("7kick")) {
  87. e.setCancelled(true);
  88. p.sendMessage(Main.pre + "§cDa fehlt wohl ein §6/");
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement