Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Wiki Page:
- # https://github.com/BenCodez/AdvancedCore/wiki/Reward-files
- # If true:
- # Only allow one item with chance to go through (from items below)
- # If no chance specificied it will only give the first item
- OnlyOneItemChance: false
- # Amount of money to give, requires vault
- # Use 0 to give none
- # Use negative to take money
- Money: 0
- # Pick random number between min and max money amount
- #Money:
- # Min: 100
- # Max: 3000
- EXPLevels: 3
- Commands:
- #Commands:
- # Commands here will be run by console
- Console:
- - 'say %player% received two voting keys!'
- - 'crates key give %player% votingkey 2'
- # Commands here are run by player
- # Player:
- # - 'vote total'
- # The messages are sent when rewards above are given to user
- # set to '' to give no message (or just remove the option)
- Messages:
- Player: ''
- Broadcast: ''
- # Can also do this to message player
- #Message: '&aMessage to player'
Advertisement
Add Comment
Please, Sign In to add comment