Advertisement
wreed12345

Untitled

Jul 23rd, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #RCRewards Config
  2.  
  3. #commands you wish this plugin to execute and its interval
  4. #First value would be the amount of votes. Second value would be
  5. #the commands that should be executed at that interval
  6. #EXAMPLE
  7.  
  8. #10:
  9. #   - MESSAGE= 64 Cobblestone
  10. #   - say %playername% has just recieved a prize for ten votes this month!
  11. #   - give &playername% 4 128
  12.  
  13. #In this example at 10 votes a message is broadcasted to the server and the player is given a stack of cobblestone
  14. # Message is what is dispalyed when /rewards is typed
  15.  
  16. #Put all your commands and intervals here:
  17. 1:
  18.     - MESSAGE= Free diamond armor.
  19.     - say %playername% voted for 20 votes
  20.     - say %playername% is the shit.
  21.     - give %playername& 267 1
  22.  
  23. #Vote amount intervals: put all the various intervals here
  24. #MAKE SURE THESE AND ABOVE MATCH UP
  25. #EXAMPLE
  26. #intervals:
  27. #   - 10
  28. #   - 20
  29.  
  30. intervals:
  31.    - 1
  32.  
  33. #Welcome message
  34. #Use %votes% to display the players votes
  35. welcome message:
  36. #Do not change this
  37. canReset: false
  38.  
  39. #customizable messages, include colors as necessary.
  40. messageToSendToPlayer:
  41. messageToBroadCast: %player% has voted.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement