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: 1
- # Set item durability
- # Set to 0 or remove line for no durability
- #Durability: 100
- Emerald:
- # Item Material
- # List of material for 1.10:
- # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Material: 'EMERALD'
- # Item data value (Eg 1:4, data is 4)
- Data: 0
- # Will only give Amount if min and max amounts are 0
- Amount: 1
- # Set item durability
- # Set to 0 or remove line for no durability
- #Durability: 100
- # Amount of money to give, requires vault
- # Use 0 to give none
- # Money is not per world
- # Use negative to take money
- Money: 5
- # Pick random number between min and max amount
- #MinMoney: 100
- #MaxMoney: 3000
- # Give player experience
- EXP: 0
- # 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:
- - 'lp user %player% parent addtemp voterewards 2s'
- - 'xp give %player% 2l'
- Worlds:
- - world
- - world_nether
- - world_the_end
- - Skylands
- - Modernworld
- - modernworld_nether
- # 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: 'Thanks for voting! You have been rewarded &c1x &bDiamond&r, &c1x&r &aEmerald&r, &a$5&r, %NewLine%&a2&6XP Levels and &c1x&r &6L&eu&6c&ek&6y &eB&6l&eo&6c&ek'
- Broadcast: '&c%player_name% &5voted on &a%SiteName% &5and received &6rewards&a!%NewLine%Thankyou &6%player_name%'
Advertisement
Add Comment
Please, Sign In to add comment