shano_dekono

exampleadvanced.yml

Jan 2nd, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # This is a reward file
  2. # Define rewards in here (Items, commands, etc)
  3. # File name is the reward name, without file extention
  4. # This reward is named "ExampleAdvanced"
  5. # That is what you put as a reward for other plugins, like VotingPlugin
  6. # DO NOT HAVE DUPLICATE NAMES!!
  7.  
  8. # Wiki Page:
  9. # https://github.com/Ben12345rocks/AdvancedCore/wiki/Reward-files
  10.  
  11. # You can just remove values you don't want (just delete it)
  12. # If you just want money just have a reward file containg only "Money: 100", for example
  13.  
  14. # This is the advanced example, if you only want an item or command then look
  15. # at the basic example, you can simply copy and paste from here what you want
  16. # in other reward files, that is the way they are designed
  17.  
  18. # This will delay the reward file from running
  19. Delayed:
  20. Enabled: true
  21. Hours: 0
  22. Minutes: 0
  23. Seconds: 1
  24.  
  25. # Specific time of day to give this reward file
  26. # in 24 hour time, relative to local time zone
  27. RandomCommand:
  28. - 'sudo %player% alb give luckyblock 1 %player%'
Advertisement
Add Comment
Please, Sign In to add comment