Advertisement
Guest User

Untitled

a guest
Jan 5th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # Sends private message to the voting player.
  2. private-message: '&eThanks for voting!'
  3.  
  4. # Sends public broadcast to server.
  5. public-message: '&e%name% voted from %service% at %time% with address %address%.'
  6.  
  7. # Commands to be performed only if the player is offline, without the slash.
  8. offline-commands:
  9. - 'broadcast &eGo to %service% to vote for our server, just like %name% &edid!'
  10. # Commands to be performed if the player voted offline and joins the server.
  11. login-commands:
  12. - '%name% &7logged in after voting!'
  13. - 'msg %name% Here is your prize for voting!'
  14. - 'give %name% wood 64'
  15.  
  16. # Commands to be performed only if the player is online.
  17. online-commands:
  18. - 'give %name% diamond 10'
  19. - 'money give %name% 7500'
  20.  
  21. # Commands to be performed after a given amount of time.
  22. # Separate command from time using ';' and define the time
  23. # using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash
  24. # in front of the command unless the command requires another slash.
  25. timed-commands:
  26. - 'group set %name% user;24h'
  27. - 'spawn %user%'
  28. # Note: Stopping or reloading the server will execute the timed commands.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement