Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. ################################################################################################
  2. # #
  3. # Copyright Kizeko_ #
  4. # GreatKits 1.9.5 #
  5. # #
  6. ################################################################################################
  7.  
  8. #Here you can change the lang
  9.  
  10. config:
  11. #If yes or no the user will receive a kit on his first join
  12. first-join-kit: true
  13. #The kit that he will receive on his first join
  14. kit: "Starter"
  15.  
  16. #It will let you choose the time format of the kits
  17. time-format-kit:
  18. #Set true if you want the time format in seconds /!\If you set this true, you have to set the "hours" in false
  19. seconds: false
  20.  
  21. #Set true if you want the time format in hours /!\If you set this true, you have to set the "seconds" in false
  22. #And don't forget to change the cooldown message if you set it true
  23. hours: true
  24.  
  25. lang:
  26. design:
  27. #Change the color of the kit name in /kit preview <kit>
  28. preview-inv-placeholder: "&e:kitname:"
  29.  
  30. #Change the color of the commas in /kit list.
  31. color-commas: "&d"
  32.  
  33. #If true: The color of the kit in /kit list will change if yes or no they are available.
  34. auto-color-change: false
  35.  
  36. #Change the colors of the availables kits.
  37. auto-color-change-available: "&a"
  38.  
  39. #Change the colors of the unavailables kits.
  40. auto-color-change-unavailable: "&5"
  41.  
  42. #If auto-color-change is false: Change the colors of the kits.
  43. color-kits: "&d"
  44.  
  45. #Here you can change the message of /kit.
  46. list-help:
  47. - "&8-----------------------------------------"
  48. - "&d/Kit &5<name>"
  49. - "&d/Kit list"
  50. - "&d/Kit preview &5<name>"
  51. - "&8-----------------------------------------"
  52. success:
  53. #Here you can change the message when you create a kit.
  54. create: "&dThe kit &5:kitname: &dhas been successfully &acreated"
  55.  
  56. #Here you can change the message when you remove a kit.
  57. remove: "&dThe kit &5:kitname: &dhas been successfully &cremoved"
  58.  
  59. #Here you can change the message when you set the delay of a kit.
  60. delay-changed: "&dThe delay of the kit &5:kitname: &dhas been changed to : &c:delay:"
  61.  
  62. #Here you can change the message when you change the permission of a kit.
  63. perm-changed: "&dThe permission of the kit &5:kitname: &dhas been changed to : &c:perm:"
  64.  
  65. #Change the message of /kit list ||/!\|| This message is displayed BEFORE the kits.
  66. kit-list: "&eList of kits:"
  67.  
  68. #Change the message when you receive a kit.
  69. kit-received: "&dYou received the kit &5:kitname:"
  70.  
  71. #Change the message when you set the inventory of a kit
  72. set-inventory: "&dYou set the inventory of the kit &5:kitname:"
  73.  
  74. #Reload plugin message
  75. reload: "&aThe plugin has been successfully reloaded"
  76. error:
  77. #Message when you forget to specify the kit.
  78. specify: "&cYou have to specify the &ename &cof the kit"
  79.  
  80. #Message when you set too much arguments.
  81. too-much-args: "&cYou can't set more than &e1 &cargument"
  82.  
  83. #When you type a wrong command.
  84. not-found: "&cCommand not found"
  85.  
  86. #When you try to create a kit who already exists.
  87. already-exists: "&cThe kit already exists"
  88.  
  89. #When the kit doesn't exist.
  90. doesnt-exist: "&cThe kit &e:kitname: &cdoesn't exist"
  91.  
  92. #When the delay isn't a number.
  93. number-error: "&cThe delay has to be a number"
  94.  
  95. #When you forget the delay.
  96. specify-delay: "&cYou have to specify the &edelay"
  97.  
  98. #When you forget the permission
  99. specify-permission: "&cYou have to specify the &epermission"
  100.  
  101. #When you type /kit list and there are 0 kits.
  102. no-kit: "&cThere are 0 kits"
  103.  
  104. #Cooldown message
  105. #/!\
  106. #If you set true to "seconds", then you just have to use the placeholder :cooldown:
  107. #If you set true to "hours", then you have to use the placeholders :hours:, :minutes:, :seconds:
  108. cooldown: "&cYou will be able to use the kit in &e:cooldown: &cseconds"
  109.  
  110. #Permission error message
  111. permission: "&cYou don't have the permission to do that"
  112.  
  113. #Here you can change the error message if the items of the kit are null or not set yet.
  114. item-to-load-null: "&cYou haven't set the &einventory &cof the kit"
  115.  
  116. #Here you can change the error message when you try to create a kit named "preview" or "list"
  117. name-error: "&cYou can't use this name"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement