Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 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: '%dark_grey%[%gold%Crates%dark_grey%] %gray%'
  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. #################################################
  62. # +--------------------------------------------+#
  63. # | Pushback |#
  64. # +--------------------------------------------+#
  65. #################################################
  66. pushback:
  67. enabled: disable
  68. modifiers:
  69. x: 1.0
  70. y: 1.0
  71. z: 1.0
  72.  
  73.  
  74. #################################################
  75. # +--------------------------------------------+#
  76. # | Roulette/CSGO |#
  77. # +--------------------------------------------+#
  78. #################################################
  79.  
  80. roulette:
  81. length: 5
  82. csgo:
  83. length: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement