Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 KB | None | 0 0
  1. # Welcome new and old user of ecoCreature!
  2. # ----------------------------------------
  3. # It is vital that you go through the configuration from start to end before you continue
  4. # using this plugin, to make sure that it is functioning with your server configuration.
  5. #
  6. # Remember, it is YOUR server, it is YOUR rules. You can not appease everyone.
  7. #
  8. # Now then ...
  9. #
  10. # IntegerCurrency set to true will round the reward to a whole number, no decimals.
  11. # While if it is set to false, it will give rewards with a decimal value.
  12. #
  13. # VIPGain is a new and special thing that may apply to your most valued members.
  14. # If you add the permission ecoCreature.Rewarding.VIP to a player or group, it will allow
  15. # them some extra income. It is defined in percentage, and really only useful when IntegerCurrency
  16. # is set to FALSE.
  17. #
  18. # AllowCamping should be set to false, it will prevent camping around mobspawners / dungeons etc.
  19. # This setting is followed by CampRadius - what it does is that it prevents camping within the set
  20. # amount of blocks in all directions.
  21. #
  22. # BowRewards
  23. # The bow and arrow is a dangerous weapon and can be considered overpowered in some way.
  24. # If this value is set to false, there will be no gains from killing with a bow.
  25. #
  26. # PenalizeDeath should only be set to true if you want to penalize your players for dieing while hunting.
  27. # as it will withdraw the money they hold in their hand, and not from their banks, if they have that.
  28. #
  29. # PenalizePercent - How much money should they drop, from the amount they already have? Specified in percentage.
  30. #
  31. # AllowUnderSeaLVL - Really not that useful, should in most cases be set to true.
  32. # What does it do? If you are under the sealevel when hunting, rewards are enabled. If this is set to false,
  33. # you will not get rewards for kills below sealevel. This applies to everything under sealevel.
  34. #
  35. # Message Options!
  36. # ----------------
  37. # Output: Should you notify the player of rewards, penalties or no rewards? Defaults to true - to notify.
  38. # Spawner: When accidently killing around the spawn, a player can be notified of a nearby dungeon.
  39. # Having this option set to false will not send them the spawn/mobspawn camping message.
  40. System:
  41. Economics:
  42. Which: 1
  43. IntegerCurrency: false
  44. VIPGain: 25
  45. Hunting:
  46. AllowCamping: false
  47. CampRadius: 15
  48. BowRewards: true
  49. PenalizeDeath: true
  50. PenalizePercent: 5
  51. AllowUnderSeaLVL: true
  52. Messages:
  53. Output: true
  54. Spawner: false
  55. NoCampMessage: '[$4Warning$f] Camping around the Monster Spawn gives no rewards.'
  56. NoBowMessage: '[$9???$f] You can''t seem to find any currency on this creature.'
  57. DeathPenaltyMessage: 'You wake up to find that $6%c $fis missing from your pockets!'
  58. ExtraHooks:
  59. uQuest: false
  60. #### UQUEST HOOK IS NOT DONE YET ####
  61.  
  62. # HOW DO I DROPS!?
  63. # - format: 'item:amount:percent'
  64. # - more drops: Seperate the items with ;, add next
  65. # - format example: 'item:amount:percent;item2:amount:percent'
  66. # This means, first you input the item id, second the item amount upon drop, and third
  67. # is the chanse it has to drop, in percent... 50 yields a fifty fifty, for instance.
  68. #
  69. # Coin_Minimum - Minium amount of coins to drop.
  70. # Coin_Maximum - The max amount of coins to drop.
  71. # !!! With a low minimum and high maximum, you will get a random amount between those values
  72. #
  73. # OH GOD, FIXED AMOUNT ... ALL THE WAY!
  74. # Sometimes, it would be great if the amount was fixed instead of everchanging, but how?
  75. # It's simple... set the MINIMUM to the same amount as MAXIMUM - and you're ready for action!
  76. #
  77. # Coin_Percent - What are the odds to receive any currency at all?
  78. #
  79. # NoReward_Message - Even if the player doesn't receive a reward, a death message can be configured.
  80. #
  81. # Reward_Message - Every creature destroyed can have its personal reward message upon death
  82. # - Acceptable codes:
  83. # - $colourcode - Check out the forum post for the colour codes!
  84. # - %m - Will display creature name
  85. # - %c - Will display the amount + currency
  86. # - %i - Will display the item you held in your hand at the time
  87. #
  88. # Penalty_Message - If you have a negative amount for a creature, this is the custom message
  89. # for when the player is penalized with a deduction.
  90. RewardTable:
  91. Creeper:
  92. Drops: ''
  93. Coin_Minimum: 30.00
  94. Coin_Maximum: 45.00
  95. Coin_Percent: 100
  96. NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
  97. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
  98. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $c%m'
  99.  
  100. Skeleton:
  101. Drops: '261:1:15;262:5:50'
  102. Coin_Minimum: 20.00
  103. Coin_Maximum: 30.00
  104. Coin_Percent: 100
  105. NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
  106. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
  107. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  108.  
  109. Zombie:
  110. Drops: '298:1:10;299:1:10;300:1:10;301:1:10;275:1:25'
  111. Coin_Minimum: 10.00
  112. Coin_Maximum: 20.00
  113. Coin_Percent: 100
  114. NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
  115. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
  116. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  117.  
  118. Spider:
  119. Drops: ''
  120. Coin_Minimum: 5.00
  121. Coin_Maximum: 10.00
  122. Coin_Percent: 100
  123. NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
  124. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
  125. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  126.  
  127. PigZombie:
  128. Drops: '298:1:10;299:1:10;300:1:10;301:1:10;267:1:30'
  129. Coin_Minimum: 10.00
  130. Coin_Maximum: 20.00
  131. Coin_Percent: 100
  132. NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
  133. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
  134. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  135.  
  136. Ghast:
  137. Drops: ''
  138. Coin_Minimum: 15.00
  139. Coin_Maximum: 25.00
  140. Coin_Percent: 100
  141. NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
  142. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
  143. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  144.  
  145. Slime:
  146. Drops: ''
  147. Coin_Minimum: 8.00
  148. Coin_Maximum: 13.00
  149. Coin_Percent: 100
  150. NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
  151. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
  152. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  153.  
  154. Giant:
  155. Drops: '306:1:25;307:1:25;308:1:25;309:1:25;283:1:45'
  156. Coin_Minimum: 30.00
  157. Coin_Maximum: 55.00
  158. Coin_Percent: 100
  159. NoReward_Message: '[$9!$f] The $c%m $fdies from a blow with your $3%i'
  160. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $c%m'
  161. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  162.  
  163. Chicken:
  164. Drops: '322:1:1'
  165. Coin_Minimum: 1.00
  166. Coin_Maximum: 2.00
  167. Coin_Percent: 100
  168. NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
  169. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
  170. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  171.  
  172. Cow:
  173. Drops: '296:1:45;325:1:15;335:1:5'
  174. Coin_Minimum: 1.00
  175. Coin_Maximum: 6.00
  176. Coin_Percent: 100
  177. NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
  178. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
  179. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  180.  
  181. Pig:
  182. Drops: '260:1:5;39:1:20;40:1:15'
  183. Coin_Minimum: 1.00
  184. Coin_Maximum: 3.00
  185. Coin_Percent: 100
  186. NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
  187. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
  188. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  189.  
  190. Sheep:
  191. Drops: ''
  192. Coin_Minimum: 1.00
  193. Coin_Maximum: 4.00
  194. Coin_Percent: 100
  195. NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
  196. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
  197. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  198.  
  199. Squid:
  200. Drops: '349:1:70'
  201. Coin_Minimum: 4.00
  202. Coin_Maximum: 10.00
  203. Coin_Percent: 100
  204. NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
  205. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
  206. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  207.  
  208. Wolf:
  209. Drops: ''
  210. Coin_Minimum: 50.00
  211. Coin_Maximum: 100.00
  212. Coin_Percent: 100
  213. NoReward_Message: '[$9!$f] The $2%m $fdies from a blow with your $3%i'
  214. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
  215. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  216.  
  217. Spawner:
  218. Drops: ''
  219. Coin_Minimum: 200.00
  220. Coin_Maximum: 300.00
  221. Coin_Percent: 100
  222. NoReward_Message: '[$9!$f] The $2%m $fexplodes from a blow with your $3%i'
  223. Reward_Message: '[$2:)$f] You have been awarded $6%c $ffor slaying a $2%m'
  224. Penalty_Message: '[$4:($f] You have been penalized with a deduction of $6%c $ffor slaying a $2%m'
  225.  
  226. DidYou:
  227. Read:
  228. Understand:
  229. Configure: true
  230.  
  231. # If you have now reached this point of the ecoCreature.yml file, you may of have noticed the last entry.
  232. # Switch the Configure: false to Configure: true
  233. #
  234. # Why? It means that you have, hopefully, read, understood as well as configured the plugin to your needs.
  235. # If this value is still false when you start your server, the plugin will be disabled.
  236. #
  237. # WHY!?
  238. # Because. It simply just explains itself. Don't even think about starting an argument about it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement