Rida94

Untitled

Jun 1st, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. # Thanks for the Purchase!
  2.  
  3. #################################################
  4. # +--------------------------------------------+#
  5. # | Config.YML Revision 04 by Bart/Dinosawrs |#
  6. # +--------------------------------------------+#
  7. #################################################
  8.  
  9.  
  10.  
  11. #################################################
  12. # +--------------------------------------------+#
  13. # | IMPORTANT |#
  14. # +--------------------------------------------+#
  15. #################################################
  16.  
  17. # Developer Notes
  18. # There are an few noted minor bugs via Known Cavaets.
  19. # Please read them and notify your players!
  20. # Enjoy the plugin!~!~!
  21.  
  22. #################################################
  23. # +--------------------------------------------+#
  24. # | Admininistration |#
  25. # +--------------------------------------------+#
  26. #################################################
  27.  
  28. # Prefix
  29. # The prefix before every message
  30. prefix: '&8[&4&lCrates&8]&7 '
  31.  
  32. # Language (Please view the website on how to translate to your own language)
  33. # Currently Supports: en, fr
  34. locale: en
  35.  
  36. # Updater (Developer Note: Disabled. ETA: N/A)
  37. # Do you wish to check for updates?
  38. updater: false
  39.  
  40. # Debugger (Developer Note: Disabled. ETA: N/A)
  41. # Developing Use Only. Disable, if you do not want to recieve debug messages.
  42. debug: false
  43.  
  44. #################################################
  45. # +--------------------------------------------+#
  46. # | Crates |#
  47. # +--------------------------------------------+#
  48. #################################################
  49.  
  50. # Menu Display Settings
  51. # This sets the items for the virtual GUI type crates.
  52. menu:
  53. name: 'Crate Menu'
  54. amountDisplay:
  55. item: 'chest 1 %gold%Crate %white%You_have_%camount%_left.'
  56. openCrateDisplay:
  57. item: 'diamond_block 1 %green%Open_Crate'
  58. keyDisplay:
  59. item: 'tripwire_hook 1 %gold%Keys %white%You_have_%kamount%_left.'
  60.  
  61. display:
  62. chanceFormat: #
  63.  
  64. usage:
  65. cooldown: 1
  66.  
  67. #################################################
  68. # +--------------------------------------------+#
  69. # | Pushback |#
  70. # +--------------------------------------------+#
  71. #################################################
  72. pushback:
  73. enabled: true
  74. modifiers:
  75. x: 1.0
  76. y: 1.0
  77. z: 1.0
  78.  
  79.  
  80. #################################################
  81. # +--------------------------------------------+#
  82. # | Roulette/CSGO |#
  83. # +--------------------------------------------+#
  84. #################################################
  85.  
  86. roulette:
  87. length: 5
  88. csgo:
  89. length: 6
Add Comment
Please, Sign In to add comment