Advertisement
mung3r

Untitled

Aug 7th, 2011
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.72 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. # Which economy system are you running? ecoCreature supports the following four.
  11. # iConomy, BOSEconomy, Essentials, MineConomy
  12. #
  13. # As an example, you have BOSE, you should change the CORE setting to Core: BOSEconomy
  14. #
  15. # IntegerCurrency set to true will round the reward to a whole number, no decimals.
  16. # While if it is set to false, it will give rewards with a decimal value.
  17. #
  18. # AllowCamping defaults 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. Both can be changed to suit your needs.
  21. #
  22. # ClearCampDrops is available as an option, it will clear the creature / monster drops if set to
  23. # true, and if false, it will allow regular creature drops.
  24. #
  25. # OverrideDrops, if set to true... default drops will be overriden by the drops specified
  26. # for ecoCreature. This only applies to the player killed monsters.
  27. # If a monster dies by accident / fire / whatever it will default to the Minecraft default drops. Have
  28. # this in mind.
  29. #
  30. # FixedDrops
  31. # If you do not like your drops to be random between 0 and the amount you wanted, set FixedDrops to true
  32. # and the creature / spawner will drop the amount of items you specified.
  33. #
  34. # BowRewards
  35. # If this value is set to false, there will be no gains from killing with a bow.
  36. #
  37. # PenalizeDeath should only be set to true if you want to penalize your players for dieing while hunting.
  38. # as it will withdraw the money they hold in their hand, and not from their banks, if they have that.
  39. #
  40. # PenalizeType, this has two values: true or false.
  41. # If the type is set to false, the amount will be a flat amount, a constant value of the set amount upon death.
  42. # If the type is set to true, the amount will be used as a percentage value and drawn from the total held currency.
  43. # This is so that ecoCreature knows whether you want to punish via flatrate or percent.
  44. #
  45. # PenalizeAmount - How much money should they drop, from the amount they already have?
  46. # This depends on what you set the type to, flat or percent (false or true).
  47. # An example;
  48. # PenalizeType: true <---- we want to punish with percentage of held money
  49. # PenalizeAmount: 5 <---- draw 5% of the players held money
  50. #
  51. # AllowUnderSeaLVL - Really not that useful, should in most cases be set to true.
  52. # What does it do? If you are under the sea level when hunting, rewards are enabled. If this is set to false,
  53. # you will not get rewards for kills below sea level. This applies to everything under sea level.
  54. #
  55. # Message Options!
  56. # ----------------
  57. # Output :: Should you notify the player of rewards, penalties or no rewards? Defaults to true - to notify.
  58. # NoReward :: If set to true, it will output a message to the player, stating he got no reward, false will not
  59. # output anything to the player when they get no reward.
  60. # Spawner :: When accidently killing around the spawn, a player can be notified of a nearby dungeon.
  61. # Having this option set to false will not send them the spawn/mobspawn camping message.
  62. #
  63. # Extra Hooks!
  64. # ------------
  65. # uQuest, true or false... should it be enabled or not
  66. # uQuestRQP, how big a chance does a player have to receive a random quest from killing a creature?
  67. #
  68. # Gains!
  69. # -----
  70. # These are per group on your server, if a player is in a group called Donors in your permissions
  71. # they will gain the base amount * value specified in the amount bit for the group.
  72. # You may freely add additional groupnames and specify your own amount here.
  73. # The group names must match those within your Permissions configuration, ecoCreature compares.
  74. System:
  75. Economy:
  76. Core: 'iConomy'
  77. IntegerCurrency: true
  78. Hunting:
  79. AllowCamping: false
  80. ClearCampDrops: true
  81. OverrideDrops: true
  82. FixedDrops: false
  83. BowRewards: true
  84. PenalizeDeath: false
  85. PenalizeType: true
  86. PenalizeAmount: 3
  87. AllowUnderSeaLVL: true
  88. WolverineMode: false
  89. BowRange: 40
  90. CampRadius: 30
  91. Messages:
  92. Output: true
  93. NoReward: false
  94. Spawner: false
  95. NoCampMessage: '[&4Warning&f] Camping around the Monster Spawn gives no rewards.'
  96. NoBowMessage: '[&9???&f] You can''t seem to find any currency on this creature.'
  97. DeathPenaltyMessage: 'You wake up to find that &6<amt> &fis missing from your pockets!'
  98. ExtraHooks:
  99. uQuest: false
  100. uQuestRQP: 0.5
  101. Gain:
  102. Default:
  103. Amount: 1
  104. Donors:
  105. Amount: 2.5
  106.  
  107. # HOW DO I DROPS!?
  108. # - format: 'item:amount:percent'
  109. # - more drops: Seperate the items with ; add next
  110. # - format example: 'item:amount:percent;item2:amount:percent'
  111. # This means, first you input the item id, second the item max amount upon drop, and third
  112. # is the chanse it has to drop, in percent... 50 yields a fifty fifty, for instance.
  113. #
  114. # -+-+- Special note on the AMOUNT, if you set an item to drop with the value set to 10
  115. # it selects a random amount, there's no guarantee that it will be fixed to 10.
  116. # ---> This will later be optional.
  117. #
  118. # Coin_Minimum - Minium amount of coins to drop.
  119. # Coin_Maximum - The max amount of coins to drop.
  120. # !!! With a low minimum and high maximum, you will get a random amount between those values
  121. #
  122. # OH GOD, FIXED AMOUNT ... ALL THE WAY!
  123. # Sometimes, it would be great if the amount was fixed instead of everchanging, but how?
  124. # It's simple... set the MINIMUM to the same amount as MAXIMUM - and you're ready for action!
  125. #
  126. # Coin_Percent - What are the odds to receive any currency at all?
  127. #
  128. # NoReward_Message - Even if the player doesn't receive a reward, a death message can be configured.
  129. #
  130. # Reward_Message - Every creature destroyed can have its personal reward message upon death
  131. # - Acceptable codes:
  132. # - &colourcode - Check out the forum post for the colour codes!
  133. # - <crt> - Will display creature name
  134. # - <amt> - Will display the amount + currency
  135. # - <itm> - Will display the item you held in your hand at the time
  136. #
  137. # Penalty_Message - If you have a negative amount for a creature, this is the custom message
  138. # for when the player is penalized with a deduction.
  139. RewardTable:
  140. Creeper:
  141. Drops: '289:3:75'
  142. Coin_Minimum: 1.00
  143. Coin_Maximum: 10.00
  144. Coin_Percent: 75
  145. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  146. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  147. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &c<crt>'
  148.  
  149. Skeleton:
  150. Drops: '352:4:50;262:7:50'
  151. Coin_Minimum: 1.00
  152. Coin_Maximum: 10.00
  153. Coin_Percent: 35
  154. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  155. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  156. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  157.  
  158. Zombie:
  159. Drops: '288:2:75;352:4:75;345:1:5;347:1:5;302:1:10;303:1:10;304:1:10;305:1:10;87:2:5'
  160. Coin_Minimum: 1.00
  161. Coin_Maximum: 6.00
  162. Coin_Percent: 50
  163. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  164. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  165. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  166.  
  167. Spider:
  168. Drops: '287:3:80;352:8:75;30:3:40'
  169. Coin_Minimum: 1.00
  170. Coin_Maximum: 9.00
  171. Coin_Percent: 40
  172. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  173. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  174. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  175.  
  176. PigZombie:
  177. Drops: '352:4:75;320:2:50;283:1:5'
  178. Coin_Minimum: 1.00
  179. Coin_Maximum: 10.00
  180. Coin_Percent: 40
  181. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  182. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  183. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  184.  
  185. Ghast:
  186. Drops: '289:2:20;264:1:1;259:1:10;86:2:5;23:1:5'
  187. Coin_Minimum: 5.00
  188. Coin_Maximum: 25.00
  189. Coin_Percent: 40
  190. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  191. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  192. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  193.  
  194. Slime:
  195. Drops: '341:2:5'
  196. Coin_Minimum: 0.08
  197. Coin_Maximum: 13.00
  198. Coin_Percent: 65
  199. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  200. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  201. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  202.  
  203. Giant:
  204. Drops: '57:2:80;341:40:100;322:3:100;302:1:100;303:1:100;304:1:100;305:1:100'
  205. Coin_Minimum: 20.00
  206. Coin_Maximum: 80.00
  207. Coin_Percent: 100
  208. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  209. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  210. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  211.  
  212. Chicken:
  213. Drops: '288:2:100;344:1:20'
  214. Coin_Minimum: 0.00
  215. Coin_Maximum: 2.00
  216. Coin_Percent: 10
  217. NoReward_Message: '[&9!&f] The &2<crt> &fdies from a blow with your &3<itm>'
  218. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &2<crt>'
  219. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  220.  
  221. Cow:
  222. Drops: '334:4:100'
  223. Coin_Minimum: 0.00
  224. Coin_Maximum: 3.00
  225. Coin_Percent: 40
  226. NoReward_Message: '[&9!&f] The &2<crt> &fdies from a blow with your &3<itm>'
  227. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &2<crt>'
  228. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  229.  
  230. Pig:
  231. Drops: '319:3:100'
  232. Coin_Minimum: 0.00
  233. Coin_Maximum: 2.00
  234. Coin_Percent: 43
  235. NoReward_Message: '[&9!&f] The &2<crt> &fdies from a blow with your &3<itm>'
  236. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &2<crt>'
  237. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  238.  
  239. Sheep:
  240. Drops: ''
  241. Coin_Minimum: 0.00
  242. Coin_Maximum: 1.00
  243. Coin_Percent: 15
  244. NoReward_Message: '[&9!&f] The &2<crt> &fdies from a blow with your &3<itm>'
  245. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &2<crt>'
  246. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  247.  
  248. Squid:
  249. Drops: '351:2:25'
  250. Coin_Minimum: 0.04
  251. Coin_Maximum: 4.75
  252. Coin_Percent: 5
  253. NoReward_Message: '[&9!&f] The &2<crt> &fdies from a blow with your &3<itm>'
  254. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &2<crt>'
  255. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  256.  
  257. Wolf:
  258. Drops: ''
  259. Coin_Minimum: 2.00
  260. Coin_Maximum: 4.00
  261. Coin_Percent: 10
  262. NoReward_Message: '[&9!&f] The &2<crt> &fdies from a blow with your &3<itm>'
  263. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &2<crt>'
  264. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  265.  
  266. Monster:
  267. Drops: ''
  268. Coin_Minimum: 0.01
  269. Coin_Maximum: 20.00
  270. Coin_Percent: 20
  271. NoReward_Message: '[&9!&f] The &c<crt> &fdies from a blow with your &3<itm>'
  272. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &c<crt>'
  273. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  274.  
  275. Spawner:
  276. Drops: ''
  277. Coin_Minimum: 0.01
  278. Coin_Maximum: 30.00
  279. Coin_Percent: 0
  280. NoReward_Message: '[&9!&f] The &2<crt> &fexplodes from a blow with your &3<itm>'
  281. Reward_Message: '[&2:)&f] You have been awarded &6<amt> &ffor slaying a &2<crt>'
  282. Penalty_Message: '[&4:(&f] You have been penalized with a deduction of &6<amt> &ffor slaying a &2<crt>'
  283.  
  284. DidYou:
  285. Read:
  286. Understand:
  287. Configure: true
  288.  
  289. # If you have now reached this point of the ecoCreature.yml file, you may of have noticed the last entry.
  290. # Switch the Configure: false to Configure: true
  291. #
  292. # Why? It means that you have, hopefully, read, understood as well as configured the plugin to your needs.
  293. # If this value is still false when you start your server, the plugin will be disabled.
  294. #
  295. # WHY!?
  296. # 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