Advertisement
LetsModder

VIP Wardrobe - German by LetsModder and LampiRealoaded

May 21st, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. #By seanliam2000, I hope you enjoy the plugin and report all bugs to:
  2. #German version by: LetsModder and LampiRealoaded
  3.  
  4. # --------------------------------------------------
  5. # If you are running a spigot 1.7/1.8 protocol hack go down to the option called protocolhack and enable it
  6. # if it is not enabled it will cause a console error as it contains 1.8 blocks
  7. # --------------------------------------------------
  8.  
  9. # http://dev.bukkit.org/bukkit-plugins/seans-wardrobe/tickets/
  10.  
  11.  
  12. #MESSAGE OPTIONS:
  13. #What gets displayed when you type /wardrobe:
  14. prefix: "&7[&aUmkleide&7]"
  15.  
  16. #What is messaged when a player doesn't have enough permissions:
  17. perms: "&cDu hast nicht genug Rechte!"
  18.  
  19. #The message displayed when you click on a hat
  20. hatmsg: "&aDu hast %hat% angezogen"
  21.  
  22. #leather items
  23. leathersetlore: "&eKommplette Lederrüstung anziehen"
  24.  
  25. leatherhelmlore: "&eLederhelm anziehen"
  26.  
  27. leatherchestplatelore: "&eLederbrustplatte anziehen"
  28.  
  29. leatherleggingslore: "&eLederhose anziehen"
  30.  
  31. leatherbootslore: "&eLederschuhe anziehen"
  32.  
  33.  
  34.  
  35.  
  36. #Gold items
  37. goldsetlore: "&eKommplette Goldrüstung anziehen"
  38.  
  39. goldhelmlore: "&eGoldhelm anziehen"
  40.  
  41. goldchestplatelore: "&eGoldbrustplatte anziehen"
  42.  
  43. goldleggingslore: "&eGoldhose anziehen"
  44.  
  45. goldbootslore: "&eGoldschuhe anziehen"
  46.  
  47.  
  48.  
  49.  
  50. #Diamond items
  51. diamondsetlore: "&eKommplette Diamantrüstung anziehen"
  52.  
  53. diamondhelmlore: "&eDiamanthelm anziehen"
  54.  
  55. diamondchestplatelore: "&eDiamantbrustplatte anziehen"
  56.  
  57. diamondleggingslore: "&eDiamanthose anziehen"
  58.  
  59. diamondbootslore: "&eDiamnatschuhe anziehen"
  60.  
  61.  
  62.  
  63.  
  64. #Iron
  65. ironsetlore: "&eKommplette eisenrüstung antiehen"
  66.  
  67. ironhelmlore: "&eEisenhelm anziehen"
  68.  
  69. ironchestplatelore: "&eEisenbrustplatte anziehen"
  70.  
  71. ironleggingslore: "&eEisenhose anziehen"
  72.  
  73. ironbootslore: "&eEisenschue anziehen"
  74.  
  75.  
  76.  
  77.  
  78. #chain items
  79. chainsetlore: "&eKommplette Kettenrüstung anziehen"
  80.  
  81. chainhelmlore: "&eKetenhelm anziehen"
  82.  
  83. chainchestplatelore: "&eKettenbrustplatte anziehen"
  84.  
  85. chainleggingslore: "&eKettenhose anziehen "
  86.  
  87. chainbootslore: "&eKettenschuhe anziehen"
  88.  
  89. #If the value isn't in " "(quotes) don't put it in one please.
  90. usejoinitem: false
  91. #Please go here to find the names of items http://pastebin.com/P34xhA72
  92. joinitem: "BLAZE_ROD"
  93. #Starts at 0 for the first slot
  94. joinitemslot: 4
  95. joinitemname: "&c&lUmkleide"
  96. joinitemlore: "&cRechts klick um Unkleide zu öffnen"
  97. #Enchants the item
  98. enchantitem: true
  99.  
  100. #Custom heads from left to right
  101. #Only 9 heads supported
  102. head1: "LetsModder"
  103. head2: "E_Lan"
  104. head3: "Ungespiel"
  105. head4: "DerKev"
  106. head5: "HerrBergmann_ORG"
  107. head6: "ConCrafter"
  108. head7: "Rotpilz"
  109. head8: "Rewinside"
  110. head9: "MrMoreGame"
  111.  
  112. #VERY IMPORTANT
  113. #VERY IMPORTANT
  114. #VERY IMPORTANT
  115. #VERY IMPORTANT
  116. # Enable this if your server allows 1.7 & 1.8 users
  117. protocolhack: false
  118.  
  119. soundclick: false
  120.  
  121. #This sets the speed of the rainbow armor, the gui cant keep up with the change below 10 ticks but the armor still works
  122. rainbowspeed: 20
  123. #There are 20 ticks in a second
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement