Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Sends private message to the voting player.
- private-message: '&eThanks for voting!'
- # Sends public broadcast to server.
- public-message: '&c%name%&a voted at &c%service%&a and received &c1 diamond&a!'
- # Commands to be performed only if the player is offline, without the slash.
- offline-commands:
- - 'broadcast &aGo to &c%service%&a to vote for our server, just like &c%name%&a did!'
- # Commands to be performed if the player voted offline and joins the server.
- login-commands:
- - '&c%name% &alogged in after voting!'
- - 'give %name% diamond 1'
- # Commands to be performed only if the player is online.
- online-commands:
- - 'give %name% diamond 1'
- # Commands to be performed after a given amount of time.
- # Separate command from time using ';' and define the time
- # using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash
- # in front of the command unless the command requires another slash.
- timed-commands:
- # Note: Stopping or reloading the server will execute the timed commands.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement