Guest User

Untitled

a guest
Aug 4th, 2023
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # Wiki Page:
  2. # https://github.com/BenCodez/AdvancedCore/wiki/Reward-files
  3.  
  4. # If true:
  5. # Only allow one item with chance to go through (from items below)
  6. # If no chance specificied it will only give the first item
  7. OnlyOneItemChance: false
  8.  
  9.  
  10. # Amount of money to give, requires vault
  11. # Use 0 to give none
  12. # Use negative to take money
  13. Money: 0
  14. # Pick random number between min and max money amount
  15. #Money:
  16. # Min: 100
  17. # Max: 3000
  18.  
  19. EXPLevels: 3
  20.  
  21. Commands:
  22.  
  23. #Commands:
  24. # Commands here will be run by console
  25. Console:
  26. - 'say %player% received two voting keys!'
  27. - 'crates key give %player% votingkey 2'
  28. # Commands here are run by player
  29. # Player:
  30. # - 'vote total'
  31.  
  32. # The messages are sent when rewards above are given to user
  33. # set to '' to give no message (or just remove the option)
  34. Messages:
  35. Player: ''
  36. Broadcast: ''
  37.  
  38. # Can also do this to message player
  39. #Message: '&aMessage to player'
  40.  
Advertisement
Add Comment
Please, Sign In to add comment