Advertisement
0123Atsuse

CreatePlus Config NEW

Feb 23rd, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # [][][][][][][][][][][][][][][][][][][][][]
  2. #  CratesPlus V4.4
  3. # [][][][][][][][][][][][][][][][][][][][][]
  4. # ------------------------------------------
  5. # There are many placeholders that can now be used withing the config and messages file, placeholders are as followed:
  6. # - %name% - Replaces with the players name, Example: "Notch".
  7. # - %displayname% - Replaces with the players display name, Example: "[Owner] Notch".
  8. # - %uuid% - Replaces with the players UUID.
  9. # - %crate% - The crate types name.
  10. # - %prize% - The name of the winning.
  11. # - %percentage% - Percentage of the winning, useful for "Chance Message".
  12. # - %rand;100;500% - Generates a random number between two numbers, example is between 100 and 500.
  13. # ------------------------------------------
  14. # Don't change the config version!
  15.  
  16. Config Version: 6
  17.  
  18. # Checks if an update is available and notifies staff
  19. Update Checks: true
  20. Update Branch: "spigot"
  21.  
  22. # Uploads anonymous data about your server, used for general statics
  23. Metrics: true
  24.  
  25. # Opener which is used by default
  26. Default Opener: NoGUI
  27.  
  28. # Default cooldown between opening crates
  29. Default Cooldown: 0
  30.  
  31. # If true it will stop players without the admin perm breaking crates
  32. Crate Protection: true
  33.  
  34. # Disable players being allowed to drop keys to other players, putting them in a chest, or even drop them on death
  35. Disable Key Swapping: false
  36.  
  37. # %crate% can be used to show the crate name
  38. # If a crate has no specific hologram text set, this will be shown
  39. Default Hologram Text:
  40. - "%crate%"
  41. - "右クリックで回せます!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement