Advertisement
FrostedWeFall

ChatCore

Oct 17th, 2017
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. #Thank you for using my ChatCore V2.0.1 1.12.2 Skript#
  2. #This has been recently updated for 1.12.2 compatibility#
  3. #Be sure to check out my other Skripts and Plugins below#
  4. #Just copy and paste the following links into your browser or search engine#
  5. #https://www.spigotmc.org/resources/%E2%98%85-basicbackpacks-%E2%98%85-the-best-working-backpacks-plugin-%E2%96%BA-constant-updates-%E2%97%84.47339/#
  6. #https://www.spigotmc.org/resources/playervaults-duplication-protect.45711/
  7. #https://www.spigotmc.org/resources/frostclearlag.46239/#
  8. #Thanks for reading, I hope you enjoy my plugin!#
  9.  
  10. options:
  11. BlockedWords: ".com" or ".net" or ".co" or ".us" or ".uk" or ".ws" or ".tk" or ".org" or ".to" or "dot." or "dot," or "(dot)" or ".192" or "dot" or ".aternos" or ".tech" or ".edu" or "DOT" or " , " or ".de" or ".tl" or ".nl" or ".be" or ".me" or ".info" or ".ly" or ".onion" or ".bit" or ".pl" or ".gl" or ".tv" or ".gs" or ".myserver" or ".club" or ".space" or ".design" or ".rent" or ".bid" or ".trade" or ".webcam" or ".press" or ".io" or ".ca" or ".college" or ".host" or ".es" or ".yoga" or ".financial" or ".flights" or ".guitars" or ".xyz" or ".dj" or ".is" or ".hub" or ".server" or ".webcam" or ".ninja" or ".financial" or ".ca" or ".eu" or ".gg
  12. Version: V 2.0.3.1
  13. command /clearchat:
  14. permission: chatcore.clearchat
  15. trigger:
  16. broadcast "&7"
  17. loop 300 times:
  18. broadcast ""
  19. broadcast ""
  20. broadcast "&4Chat has been cleared by an administrator"
  21. stop
  22. command /cc [<text>]:
  23. permission: chatcore.admin.help
  24. permission message: &cYou don't have permission!
  25. trigger:
  26. if arg 1 is "help":
  27. send "&6Chat&7Core Mini Help 1:"
  28. send "&8- &7/clearchat"
  29. send "&8- &7/cc disable"
  30. send "&8- &7/cc enable"
  31. send "&8- &7/cc reload"
  32. send "&8- &7/chatcore"
  33. send "&8- &7/antiswear"
  34. send "&8- &7/cc help2"
  35. if arg 1 is "help2":
  36. send "&6Chat&7Core Mini Help 2:"
  37. send "&8- &7/cc ping"
  38. send "&8- &7/cc help"
  39. send "&8- &7/cc permissions"
  40. if arg 1 is "permissions":
  41. send "&7 &6&k;;&r &e&lC H A T C O R E {@Version} &6&k;;"
  42. send "&8- &7ChatCore.Bypass"
  43. send "&8- &7ChatCore.Admin"
  44. send "&8- &7ChatCore.Bypass"
  45. send "&8- &7ChatCore.Admin.Help"
  46. send "&8- &7ChatCore.Clearchat"
  47. if arg 1 is "disable":
  48. set {chat} to false
  49. broadcast "&cChat has been disabled by an administrator."
  50. if arg 1 is "enable":
  51. set {chat} to true
  52. broadcast "&aChat has been enabled by an administator."
  53. if arg 1 is "reload":
  54. broadcast "&cChatCore {@Version} is reloading.."
  55. make console execute command "/sk reload ChatCore"
  56. wait 7 seconds
  57. chance of 90%:
  58. broadcast "&aChatCore {@Version} has succesfully reloaded!"
  59. broadcast "&aPlease report any issues on the Spigot page!"
  60. chance of 10%:
  61. broadcast "&4ChatCore {@Version} has failed to reload!"
  62. broadcast "&4Check the console for any errors and report them on the Spigot page!"
  63. if arg 1 is "ping":
  64. send "&cThis feature has been temporarily disabled by the developer"
  65. on chat:
  66. if {chat} is false:
  67. if player has permission "chatcore.bypass":
  68. cancel event
  69. broadcast "&9%player's displayname%&8: &f%message%"
  70. else:
  71. cancel event
  72. send "&cChat has been disabled&8!"
  73. else:
  74. cancel event
  75. broadcast "&9%player's displayname%&8: &f%message%"
  76. command /chatcore:
  77. trigger:
  78. send "&7 &6&k;;&r &e&lC H A T C O R E {@Version} &6&k;;"
  79. send "&7"
  80. send "&7ChatCore ( Free ) is a feature heavy all in one chat control alternative skript developed entirely by &6FrostedWeFall&7!"
  81. send "&7This server is running ChatCore {@Version}"
  82. send "&7"
  83. on command:
  84. if command is "pl":
  85. if player doesn't have permission "chatcore.admin":
  86. send "&cYou do not have the permission chatcore.admin and therefore cannot perform this operation. Please contact your server administrator if this is wrong."
  87. cancel event
  88. if command is "bukkit:pl":
  89. if player doesn't have permission "chatcore.admin":
  90. send "&cYou do not have the permission chatcore.admin and therefore cannot perform this operation. Please contact your server administrator if this is wrong."
  91. cancel event
  92. if command is "plugins":
  93. if player doesn't have permission "chatcore.admin":
  94. send "&cYou do not have the permission chatcore.admin and therefore cannot perform this operation. Please contact your server administrator if this is wrong."
  95. cancel event
  96. on chat:
  97. if message contains {@BlockedWords}:
  98. cancel event
  99. send "&7&m-------------------------"
  100. send "&cPlease do not advertise"
  101. send "&7&m-------------------------"
  102.  
  103. command /antiswear:
  104. trigger:
  105. send "&cThis feature has been temporarily disabled by the developer"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement