Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. # ======================================================= #
  2. # #
  3. # CONFIG.YML #
  4. # Revision-07 by Bart/Dinosaur #
  5. # #
  6. # Thank you for supporting CrateReloaded! #
  7. # Developer Note: Enjoy the plugin! #
  8. # #
  9. # ======================================================= #
  10. #
  11. #
  12. # ======================================================= #
  13. # #
  14. # Administration #
  15. # #
  16. # ======================================================= #
  17. #
  18. # Prefix
  19. # Goes before every message
  20. #
  21. prefix: '%dark_grey%[%gold%Crates%dark_grey%] %gray%'
  22. #
  23. # Language
  24. # Currently Supports: en, fr, bg, es, fi
  25. #
  26. locale: en
  27. #
  28. # Logger
  29. # Creates a log folder which automatically logs important information.
  30. #
  31. logger: true
  32. #
  33. #
  34. # ======================================================= #
  35. # #
  36. # Crate Settings #
  37. # Please view Crate.YML for reward configuration #
  38. # #
  39. # ======================================================= #
  40. #
  41. # Chance Format
  42. # ex: #.## 1.23
  43. #
  44. display:
  45. chanceFormat: '#'
  46. #
  47. # Global Crate Cooldown
  48. # Wait time before consecutive crate actions
  49. #
  50. usage:
  51. cooldown: 1
  52. #
  53. # Confirmation Menu
  54. #
  55. confirmation-menu:
  56. name: 'Are you sure?'
  57. yesDisplay: '159:5 1 &a&lOPEN &7Opens_the_Mystery_Box!%line%%line%Action_is_irreversible.'
  58. dialogDisplay: '116 1 &f&lCHOOSER'
  59. noDisplay: '159:14 1 &4&lCANCEL &7Cancels your previous action.'
  60. #
  61. # Preview Menu
  62. #
  63. preview-menu:
  64. name: 'Crates'
  65. backButton: '355 1 &4&lGo_back! &7Return_to_the_crate_selector!'
  66. #
  67. # Velocity multipliers
  68. #
  69. pushback:
  70. enabled: true
  71. modifiers:
  72. x: 1.0
  73. y: 1.0
  74. z: 1.0
  75. #
  76. # Roulette and CSGO Settings
  77. #
  78. glassName: ''
  79. roulette:
  80. length: 5
  81. csgo:
  82. length: 6
  83. topPrizeDisplay: 'REDSTONE_TORCH_ON 1 &6Prize!'
  84. botPrizeDisplay: 'REDSTONE_TORCH_ON 1 &6Prize!'
  85. #
  86. # Holographic Offset
  87. #
  88. holographic-offset:
  89. x: 0.0
  90. y: -0.5
  91. z: 0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement