familychicken

Untitled

Aug 2nd, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 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: "&6<&aガチャ&6>"
  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: BasicGUI
  32.  
  33. # Default cooldown between opening crates
  34. Default Cooldown: 0
  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. - "右クリックでオープン"
  48.  
  49. # What type of storage system to use. Supports FLAT, SQLite or MySQL.
  50. Storage Type: FLAT
  51.  
  52. # Only required if the above is set to MySQL
  53. MySQL Host: localhost
  54. MySQL User: username
  55. MySQL Pass: password
  56. MySQL Database: database
Advertisement
Add Comment
Please, Sign In to add comment