Advertisement
Macainian

WurkItConfig without comments

Jul 30th, 2011
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.31 KB | None | 0 0
  1. # The pricelist is what you pay the player for breaking or placing certain blocks
  2. # default is what the player is paid if you don't specify how much a certain block is
  3. # For example if you only have Stone and default setup in your price list then your players
  4. # will get your set break price everytime they break stone and if they break any other block they will get your default price
  5. # default is mandatory and must be in the config, if you do not want to use it then set it to zero but
  6. # if you remove it you will crash the plugin.
  7. # The format is:
  8. # <item_name>:
  9. # break: 0.0
  10. # place: 0.0
  11. # the item names can be found in the items WurkItItems.txt in the plugin folder but generally
  12. # it is just the grammatically correct item name so stone is "Stone"
  13. # all spaces are replaced with _'s and word after also starts with a capital so cobbelstone stairs is Cobblestone_Stairs
  14. # if you are unsure check the WurkItItems.txt but to use an item it must be written in the config exactly as it is
  15. # in the WurkItItems.txt and it is case-sensitive so if in your config you do this
  16. # sToNe:
  17. # break: 3.0
  18. # place: 1.0
  19. # it's not going to work and your stone will just get the default value. It must be "Stone"
  20.  
  21. PriceList:
  22. default:
  23. break: 0.00
  24. place: 0.00
  25. Stone: #1
  26. break: 0.00
  27. place: 0.00
  28. Grass: #2
  29. break: 0.00
  30. place: 0.00
  31. Dirt: #3
  32. break: 0.00
  33. place: 0.00
  34. Cobblestone: #4
  35. break: 0.00
  36. place: 0.00
  37. Wood: #5
  38. break: 0.00
  39. place: 0.00
  40. Sapling: #6
  41. break: 0.00
  42. place: 0.00
  43. Bedrock: #7
  44. break: 0.00
  45. place: 0.00
  46. Water: #8
  47. break: 0.00
  48. place: 0.00
  49. Stationary_Water: #9
  50. break: 0.00
  51. place: 0.00
  52. Lava: #10
  53. break: 0.00
  54. place: 0.00
  55. Stationary_Lava: #11
  56. break: 0.00
  57. place: 0.00
  58. Sand: #12
  59. break: 0.00
  60. place: 0.00
  61. Gravel: #13
  62. break: 0.00
  63. place: 0.00
  64. Gold_Ore: #14
  65. break: 0.00
  66. place: 0.00
  67. Iron_Ore: #15
  68. break: 0.00
  69. place: 0.00
  70. Coal_Ore: #16
  71. break: 0.00
  72. place: 0.00
  73. Log: #17
  74. break: 0.00
  75. place: 0.00
  76. Leaves: #18
  77. break: 0.00
  78. place: 0.00
  79. Sponge: #19
  80. break: 0.00
  81. place: 0.00
  82. Glass: #20
  83. break: 0.00
  84. place: 0.00
  85. Lapis_Ore: #21
  86. break: 0.00
  87. place: 0.00
  88. Lapis_Block: #22
  89. break: 0.00
  90. place: 0.00
  91. Dispenser: #23
  92. break: 0.00
  93. place: 0.00
  94. Sandstone: #24
  95. break: 0.00
  96. place: 0.00
  97. Note_block: #25
  98. break: 0.00
  99. place: 0.00
  100. Bed: #26 DOES NOT WORK DOES NOT WORK
  101. break: 0.00
  102. place: 0.00
  103. Powered_Rail: #27
  104. break: 0.00
  105. place: 0.00
  106. Detector_Rail: #28
  107. break: 0.00
  108. place: 0.00
  109. Sticky_Piston: #29
  110. break: 0.00
  111. place: 0.00
  112. Web: #30
  113. break: 0.00
  114. place: 0.00
  115. Long_Grass: #31
  116. break: 0.00
  117. place: 0.00
  118. Dead_Bush: #32
  119. break: 0.00
  120. place: 0.00
  121. Piston: #33
  122. break: 0.00
  123. place: 0.00
  124. Piston_Head: #34
  125. break: 0.00
  126. place: 0.00
  127. Wool: #35
  128. break: 0.00
  129. place: 0.00
  130. Yellow_Flower: #37
  131. break: 0.00
  132. place: 0.00
  133. Red_Rose: #38
  134. break: 0.00
  135. place: 0.00
  136. Brown_Mushroom: #39
  137. break: 0.00
  138. place: 0.00
  139. Red_Mushroom: #40
  140. break: 0.00
  141. place: 0.00
  142. Gold_Block: #41
  143. break: 0.00
  144. place: 0.00
  145. Iron_Block: #42
  146. break: 0.00
  147. place: 0.00
  148. Double_Step: #43 Double Slabs
  149. break: 0.00
  150. place: 0.00
  151. Step: #44 Slabs
  152. break: 0.00
  153. place: 0.00
  154. Brick: #45
  155. break: 0.00
  156. place: 0.00
  157. TNT: #46
  158. break: 0.00
  159. place: 0.00
  160. BookShelf: #47
  161. break: 0.00
  162. place: 0.00
  163. Mossy_Cobblestone: #48
  164. break: 0.00
  165. place: 0.00
  166. Obsidian: #49
  167. break: 0.00
  168. place: 0.00
  169. Torch: #50
  170. break: 0.00
  171. place: 0.00
  172. Fire: #51
  173. break: 0.00
  174. place: 0.00
  175. Mob_Spawner: #52
  176. break: 0.00
  177. place: 0.00
  178. Wooden_Stairs: #53
  179. break: 0.00
  180. place: 0.00
  181. Chest: #54
  182. break: 0.00
  183. place: 0.00
  184. Redstone_Wire: #55
  185. break: 0.00
  186. place: 0.00
  187. Diamond_Ore: #56
  188. break: 0.00
  189. place: 0.00
  190. Diamond_Block: #57
  191. break: 0.00
  192. place: 0.00
  193. Work_Bench: #58
  194. break: 0.00
  195. place: 0.00
  196. Crops: #59
  197. break: 0.00
  198. place: 0.00
  199. Soil: #60
  200. break: 0.00
  201. place: 0.00
  202. Furnace: #61
  203. break: 0.00
  204. place: 0.00
  205. Burning_Furnace: #62
  206. break: 0.00
  207. place: 0.00
  208. Sign_Post: #63
  209. break: 0.00
  210. place: 0.00
  211. Wooden_Door: #64
  212. break: 0.00
  213. place: 0.00
  214. Ladder: #65
  215. break: 0.00
  216. place: 0.00
  217. Rails: #66
  218. break: 0.00
  219. place: 0.00
  220. Cobblestone_Stairs: #67
  221. break: 0.00
  222. place: 0.00
  223. Wall_Sign: #68
  224. break: 0.00
  225. place: 0.00
  226. Lever: #69
  227. break: 0.00
  228. place: 0.00
  229. Stone_Pressure_Pad: #70
  230. break: 0.00
  231. place: 0.00
  232. Iron_Door: #71 DOES NOT WORK DOES NOT WORK
  233. break: 0.00
  234. place: 0.00
  235. Wooden_Pressure_Plate: #72
  236. break: 0.00
  237. place: 0.00
  238. Redstone_Ore: #73
  239. break: 0.00
  240. place: 0.00
  241. Glowing_Redstone_Ore: #74
  242. break: 0.00
  243. place: 0.00
  244. Redstone_Torch_Off: #75
  245. break: 0.00
  246. place: 0.00
  247. Redstone_Torch_On: #76
  248. break: 0.00
  249. place: 0.00
  250. Stone_Button: #77
  251. break: 0.00
  252. place: 0.00
  253. Snow: #78
  254. break: 0.00
  255. place: 0.00
  256. Ice: #79
  257. break: 0.00
  258. place: 0.00
  259. # Snow_Block: #80 THIS IS NOT IN YET
  260. # break:
  261. # place:
  262. Cactus: #81
  263. break: 0.00
  264. place: 0.00
  265. Clay: #82
  266. break: 0.00
  267. place: 0.00
  268. Sugar_Cane_Block: #83
  269. break: 0.00
  270. place: 0.00
  271. JukeBox: #84
  272. break: 0.00
  273. place: 0.00
  274. Fence: #85
  275. break: 0.00
  276. place: 0.00
  277. Pumpkin: #86
  278. break: 0.00
  279. place: 0.00
  280. Netherrack: #87
  281. break: 0.00
  282. place: 0.00
  283. Soul_Sand: #88
  284. break: 0.00
  285. place: 0.00
  286. Glowstone: #89
  287. break: 0.00
  288. place: 0.00
  289. Portal: #90
  290. break: 0.00
  291. place: 0.00
  292. Jack_O_Latern: #91
  293. break: 0.00
  294. place: 0.00
  295. Cake_Block: #92
  296. break: 0.00
  297. place: 0.00
  298. Diode_Block_Off: #93 Redstone Repeater Off
  299. break: 0.00
  300. place: 0.00
  301. Diode_block_Off: #94 Redstone Repeater On
  302. break: 0.00
  303. place: 0.00
  304. # Diode_Block_On: #94 THIS IS NOT IN YET Redstone Repeater On
  305. # break:
  306. # place:
  307. Locked_Chest: #95
  308. break: 0.00
  309. place: 0.00
  310. Trap_Door: #96
  311. break: 0.00
  312. place: 0.00
  313.  
  314. # Set your message in the message field. Use the text $$ where you want to put your amount
  315. # your currency units are automatically picked up. Coloured messages are currently not supported
  316. # set enabled to false if you do not want to get the payday messages sent to your players.
  317.  
  318. PaydayMessage:
  319. message: "YOU MADE $$"
  320. enabled: true
  321.  
  322. # The PaydayInterval is how often your players get paid and it is in second. Only put integers (whole numbers) in here
  323. # the buffer size dictates how many blocks are recorded as being placed or broken and thus have no value if broken or palced at any one time
  324. # now this buffer lives in memory on your server so if you don't want to pwn your server I suggest you keep this modest
  325. # at a guess I'd say 1000 is reasonable for most servers without causing too much trouble but if you find you are getting
  326. # performance issues after installing this plugin then I'd say reduce the buffer size
  327. # by default the buffer runs a moving window so when it hits the max size the first entry is deleted to make room for the last one
  328. # the buffer is cleared by default whenever there is a payday but if you want to keep your rolling window constant then change
  329. # your clearBufferOnPayday value to false. Its true by default to give your poor server memory a break from time to time
  330. # rather than being at max capacity all the time but if you think your server can hack it then you can set it there
  331. # debugType takes three different values and is just used to make sure that your payday is firing correctly
  332. # you can use none, simple or verbose. Simple will tell only when the payday task fires and verbose
  333. # will show you when it fires and also how much each player is paid
  334.  
  335. PaydayInterval:
  336. interval: 600
  337. clearBufferOnPayday: true
  338. debugType: none
  339. bufferSize: 1000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement