Advertisement
FrostedWeFall

ChatCoreBridge

Oct 19th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. #Thank you for using my ChatCoreBridge V1.0.1 1.12.2 Skript#
  2. #Be sure to check out my other Skripts and Plugins below#
  3. #Just copy and paste the following links into your browser or search engine#
  4. #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/#
  5. #https://www.spigotmc.org/resources/playervaults-duplication-protect.45711/
  6. #https://www.spigotmc.org/resources/frostclearlag.46239/#
  7. #Thanks for reading, I hope you enjoy my plugin!#
  8.  
  9.  
  10. options:
  11. Version: 1.0.1
  12. on load:
  13. broadcast "&7You must link ChatCoreBridge {@Version} and ChatCore 2.0.3+ with /chatcorebridge link"
  14.  
  15. command /ChatCoreBridge [<text>]:
  16. permission: chatcorebridge.admin
  17. trigger:
  18. if arg 1 is not set:
  19. send "&7 &6&k;;&r &e&lC H A T C O R E B R I D G E {@Version} &6&k;;"
  20. send "&7ChatCoreBridge {@Version} is an addon for ChatCore V2.0.3+ created by FrostedWeFall which adds some cool new features to the plugin such as an all new gui help menu. This plugin will be updated on a regular basis to keep up to date with its sister plugin ChatCore. This only works with ChatCore &6V2.0.3+&7!"
  21. send "&7"
  22. stop
  23. if arg 1 is "link":
  24. broadcast "&7ChatCoreBridge {@Version} is attempting to bridge / connect with ChatCore V2.0.3+...."
  25. wait 15 seconds
  26. broadcast "&aChatCoreBridge {@Version} has succesfully bridged / connected with ChatCore V2.0.3+."
  27. stop
  28. if arg 1 is "menu" or "help":
  29. open chest with 1 rows named "&7ChatCore Menu" to player
  30. format slot 0 of player with beacon named "&7Reload ChatCore" with lore "&7Reloads the plugin and its config" to close then run "cc reload"
  31. format slot 1 of player with gold ingot named "&6ChatCore Permissions" with lore "&7Shows the plugins permissions" to close then run "cc permissions"
  32. format slot 2 of player with iron ingot named "&bChatCore Ping" with lore "&7Shows the players current ping" to close then run "cc ping"
  33. format slot 3 of player with golden apple named "&aUnmute / Enable Chat" with lore "&7Disables the chat" to close then run "cc enable"
  34. format slot 4 of player with magma cream named "&aMute / Disable Chat" with lore "&7Disables the chat" to close then run "cc disable"
  35. format slot 5 of player with paper named "&6Clear Chat" with lore "&7Clears the chat" to close then run "clearchat"
  36. format slot 8 of player with red stained glass named "&4Close the menu" with lore "&7Closes the menu" to close
  37. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement