Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is a reward file
- # Define rewards in here (Items, commands, etc)
- # File name is the reward name, without file extention
- # This reward is named "ExampleBasic"
- # That is what you put as a reward for other plugins, like VotingPlugin
- # DO NOT HAVE DUPLICATE NAMES!!
- # Wiki Page:
- # https://github.com/Ben12345rocks/AdvancedCore/wiki/Reward-files
- # This is basic reward file
- # You can have multiple reward files that contain all kinds of rewards
- # Below are some basic things you can have, see the advanced example for more
- # You can just remove values you don't want (just delete it)
- # If you just want money just have a reward file containg only "Money: 100", for example
- # You can simply copy and paste from here what you want
- # in other reward files, that is the way they are designed
- # Items to give to user
- Items:
- # Item
- # This is not item display name
- # No 2 names the same
- Diamond:
- # Item Material
- # List of material for 1.10:
- # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Material: 'DIAMOND'
- # Item data value (Eg 1:4, data is 4)
- Data: 0
- # Will only give Amount if min and max amounts are 0
- Amount: 0
- # Set item durability
- # Set to 0 or remove line for no durability
- #Durability: 100
- # Random amount of items between Min and Max will be given
- # if min and max are not both 0
- # Min amount of items
- #MinAmount: 1
- # Max amount of items
- #MaxAmount: 4
- # Item name
- # Remove this value to have no name
- Name: '&bDiamond'
- # Enchants
- # List of 1.10 Encahants can be found at
- # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
- Enchants:
- DURABILITY: 1
- # Amount of money to give, requires vault
- # Use 0 to give none
- # Money is not per world
- # Use negative to take money
- Money: 250
- # Pick random number between min and max amount
- #MinMoney: 100
- #MaxMoney: 3000
- # Give player experience
- EXP: 200
- # Pick a random number between min and max amount to give
- #MinEXP: 100
- #MaxEXP: 1000
- # Commands to run
- # Use %player% for player name
- # Set to Console: [] for no commands
- Commands:
- # Commands here will be run by console
- Console:
- - 'say %player% Voted and Recieved $250, Exp and a Vote Key!'
- - 'crate key %player% vote 1'
- # Commands here are run by player
- Player:
- # The messages are sent when rewards above are given to user
- # set to '' to give no message
- # If no value is set, default in Format.yml is used
- Messages:
- Player: ''
- Sites -
- VoteSites:
- PlanetMinecraft:
- Enabled: true
- Name: PlanetMineCraft
- Priority: 5
- ServiceSite: PlanetMinecraft.com
- VoteURL: https://www.planetminecraft.com/server/ausblaze-survival-1-13-2-new-server/vote/
- Rewards: ExampleBasic
- VoteDelay: 24
- VoteDelayDaily: false
- MinecraftServersBiz:
- Enabled: true
- Name: MinecraftServersBiz
- Priority: 5
- ServiceSite: minecraftservers.biz
- VoteURL: https://minecraftservers.biz/servers/143927/
- Rewards: ExampleBasic
- VoteDelay: 24
- VoteDelayDaily: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement