Advertisement
nyaago50000

Untitled

May 18th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. # [][][][][][][][][][][][][][][][][][][][][]
  2. # CratesPlus V${project.version} Config
  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: 7
  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. Crates:
  26.  
  27. # Opener which is used by default
  28. Default Opener: NoGUI
  29.  
  30. # Default cooldown between opening crates
  31. Default Cooldown: 1
  32.  
  33. # If true it will stop players without the admin perm breaking crates
  34. Crate Protection: false
  35.  
  36. # Disable players being allowed to drop keys to other players, putting them in a chest, or even drop them on death
  37. Disable Key Swapping: false
  38.  
  39. # %crate% can be used to show the crate name
  40. Default Hologram Text:
  41. - "%crate%"
  42. - "Right-Click to Open!"
  43. - "Left-Click to Preview!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement