Advertisement
Cool_Colton

Untitled

Oct 14th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. on join:
  2. set {players.online} to number of all players
  3.  
  4. Command /donation <player> <text>:
  5. description: Sends a Donation Message
  6. usage: The correct way to use this command is: /donation (player) (text)
  7. permission: command.donation
  8. permission message: You do not have permission to use this command
  9. executable by: players and console
  10. aliases: /donate
  11. trigger:
  12. broadcast "&7&l-------------------------"
  13. broadcast "&6&l DONATION"
  14. broadcast "&7&l-------------------------"
  15. broadcast " %arg 1%"
  16. broadcast " %arg 2%"
  17. broadcast "&7&l-------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement