Advertisement
Guest User

Untitled

a guest
Jul 20th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. # Sends private message to the voting player.
  2. private-message: '&eGrazie per averci votato!'
  3.  
  4. # Sends public broadcast to server.
  5. public-message: '&a%name% ha votato da %service% alle %time%.'
  6.  
  7. # Commands to be performed only if the player is offline, without the slash.
  8. offline-commands:
  9. - 'coin give %name% 60'
  10. - 'pex user %name% group add Votanti'
  11. # Commands to be performed if the player voted offline and joins the server.
  12. login-commands:
  13. - 'say &e%name% ci ha votati su minecraft-italia.it, votaci anche tu per ricevere coin per PB, HG e classi speciali!'
  14.  
  15. # Commands to be performed only if the player is online.
  16. online-commands:
  17. - 'coin give %name% 60'
  18. - 'pex user %name% group add Votanti'
  19.  
  20. # Commands to be performed after a given amount of time.
  21. # Separate command from time using ';' and define the time
  22. # using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash
  23. # in front of the command unless the command requires another slash.
  24. timed-commands:
  25. - 'pex user %name% group remove Votanti;20h'
  26. # Note: Stopping or reloading the server will execute the timed commands.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement