Advertisement
Guest User

Eclipse Config

a guest
Jun 5th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. ###########################################
  2. # #
  3. # WorldConfig #
  4. # #
  5. ###########################################
  6.  
  7. WorldSpawnWorld: ''
  8.  
  9. WorldSpawnX: ''
  10. WorldSpawnY: ''
  11. WorldSpawnZ: ''
  12.  
  13. EnabledWorlds: ''
  14.  
  15. ###########################################
  16. # #
  17. # PvpConfig #
  18. # #
  19. ###########################################
  20.  
  21. #Just Think of The BaseMoneyPerKill As The Middle.
  22. #So If You Kill Someone The Same Level As You,
  23. #You Get (What Ever You Put For BaseMoneyPerKill).
  24. #If You Kill Someone Higher Leveled, You Get More
  25. #Money. Lower Leveled Gives Less.
  26.  
  27. BaseMoneyPerKill: 10.00
  28.  
  29. EnabledWorldsUseSameMoneyAsDisabledWorlds: false
  30.  
  31. #false (lowerCase) = Don't Heal Player When They Enter Arena.
  32. #true (lowerCase) = Heal Player When They Enter Arena.
  33.  
  34. HealPlayerWhenTheyEnterArena: true
  35.  
  36. #false (lowerCase) = Don't Heal Player When They Kill Another Player.
  37. #true (lowerCase) = Heal Player When They Kill Another Player.
  38.  
  39. HealPlayerWhenTheyKillAnotherPlayer: false
  40.  
  41. #false (lowerCase) = Don't Heal Player When They Level Up.
  42. #true (lowerCase) = Heal Player When They Level Up.
  43.  
  44. HealPlayerWhenTheyLevelUp: true
  45.  
  46. Disable/Enable PlayerEarnsMoneyByKill: true
  47.  
  48. OpsCanDrop/PickupItemsWhileInPvp: true
  49.  
  50. PlayerDropItemsWellInTheArena: false
  51.  
  52. PlayerPickupItemsWellInTheArena: false
  53.  
  54. Special Ability 1: SPEED
  55. Special Ability 2: HEALTH_BOOST
  56. Special Ability 3: FIRE_RESISTANCE
  57. Special Ability 4: DAMAGE_RESISTANCE
  58. Special Ability 5: ABSORPTION
  59. Special Ability 6: JUMP
  60. Special Ability 7: INCREASE_DAMAGE
  61. Special Ability 8: REGENERATION
  62. Special Ability 9: SPEED
  63. Special Ability 10: HEALTH_BOOST
  64. Special Ability 11: ABSORPTION
  65. Special Ability 12: FIRE_RESISTANCE
  66. Special Ability 13: JUMP
  67. Special Ability 14: DAMAGE_RESISTANCE
  68. Special Ability 15: REGENERATION
  69. Special Ability 16: NIGHT_VISION
  70. Special Ability 17: INCREASE_DAMAGE
  71.  
  72. ###########################################
  73. # #
  74. # GuiConfig #
  75. # #
  76. ###########################################
  77.  
  78. MenuIconItem: COMPASS
  79. MenuItemName: '&aKitPvp Menu'
  80. MenuIconSlot: 0
  81.  
  82. MenuShopEnable: true
  83. MenuShopIconItem: CHEST
  84. MenuShopIconGuiSlot: 12
  85. MenuShopIconName: '&eShop'
  86. MenuShopIconDescriptionLine1: '&4----------'
  87. MenuShopIconDescriptionLine2: '&f17 Abilities!'
  88. MenuShopIconDescriptionLine3: '&fPurchase!'
  89.  
  90. MenuKitsEnable: true
  91. MenuKitsIconItem: DIAMOND_SWORD
  92. MenuKitsIconGuiSlot: 14
  93. MenuKitsIconName: '&eKits'
  94. MenuKitsIconDescriptionLine1: '&4-------'
  95. MenuKitsIconDescriptionLine2: '&f35 Kits!'
  96. MenuKitsIconDescriptionLine3: '&fRank Up!'
  97.  
  98. MenuTpToSpawnEnable: true
  99. MenuTpToSpawnIconItem: COMPASS
  100. MenuTpToSpawnIconGuiSlot: 8
  101. MenuTpToSpawnIconName: '&aTeleport To Spawn'
  102.  
  103. MenuExitInvEnable: true
  104. MenuExitInvIconItem: BARRIER
  105. MenuExitInvIconGuiSlot: 0
  106. MenuExitInvIconName: '&4Quit Menu'
  107.  
  108. MenuGuiName: '&fKitPvp'
  109. ShopGuiName: '&fShop'
  110. KitsGuiName: '&fKits'
  111.  
  112. ###########################################
  113. # #
  114. # MessageConfig #
  115. # #
  116. ###########################################
  117.  
  118. WorldIsDisabledMessage: '&4The World You Are In Is Disabled. To Enable A World, Add The World Name To The Config File!'
  119.  
  120. CommandSenderIsNotPlayer: '&4You Are Not A Player!'
  121.  
  122. PlayerDoesNotHavePermission: '&4You Do Not Have Permission!'
  123.  
  124. SetKitSuccess: '&aYou Have SuccessFully Set a Kit!'
  125.  
  126. RemoveKitSuccess: '&aYou Have SuccessFully Removed a Kit!'
  127.  
  128. RemoveAllKitsSuccess: '&aYou Have SuccessFully Removed All Of The Kits!'
  129.  
  130. PlayerDoesNotHaveKit: '&4You Do Not Have That Kit! To Unlock Kits, Earn Levels By Killing Other Players!'
  131.  
  132. NoSpawnLocations: '&4There Are 0 Valid Spots To Spawn! Set Spawns by /Kp SetSpawn (1 - 16)'
  133.  
  134. AllSpawnsRemoved: '&aYou Have SuccessFully Removed All Of The Spawns!'
  135.  
  136. SuccessEnableWorld: '&aYou Have SuccessFully Enabled This World!'
  137.  
  138. SuccessDisableWorld: '&aYou Have SuccessFully Disabled This World!'
  139.  
  140. Disable/Enable WorldSpawn Set Message: true
  141. Disable/Enable 1 Spawn Removed Message: true
  142. Disable/Enable Spawn Added Message: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement