Advertisement
Mirage-free

CratesPlus-config

Apr 4th, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 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. # Plugin Prefix
  19. Prefix: "&7[&bCratesPlus&a-&aMirageEdited&7]"
  20.  
  21. # Checks if an update is available and notifies staff
  22. Update Checks: true
  23. Update Branch: "release"
  24.  
  25. # Uploads anonymous data about your server, used for general statics
  26. Metrics: true
  27.  
  28. Crates:
  29.  
  30. # Opener which is used by default
  31. Default Opener: NoGUI
  32.  
  33. # Default cooldown between opening crates
  34. Default Cooldown: 5
  35.  
  36. # If true it will stop players without the admin perm breaking crates
  37. Crate Protection: false
  38.  
  39. # Disable players being allowed to drop keys to other players, putting them in a chest, or even drop them on death
  40. Disable Key Swapping: false
  41.  
  42. Chance Message Gap: true
  43.  
  44. # %crate% can be used to show the crate name
  45. Default Hologram Text:
  46. - "%crate%"
  47. - "Right-Click to Open!"
  48. - "Left-Click to Preview!"
  49.  
  50. # What type of storage system to use. Supports FLAT, SQLite or MySQL.
  51. Storage Type: FLAT
  52.  
  53. # Only required if the above is set to MySQL
  54. MySQL Host: localhost
  55. MySQL User: username
  56. MySQL Pass: password
  57. MySQL Database: database
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement