Configuration/Tools

Configuration / Tools

[ Main ] [ Multiworld ] [ Tools ] [ Usergroups ] [ Blacklist(s) ] [ Materializer ]

See also: groups config

This page is about the following config section:

Quote:
tools:
  workbench:
    buy: '20000'
    use: '0'
    cooldown: '0'
  uncrafter:
    buy: '30000'
    use: '0'
    cooldown: '0'
  enchanttable:
    multiply: '1'
    buy: '30000'
    use: '0'
    book: '5000'
    cooldown: '0'
  anvil:
    buy: '25000'
    use: '0'
    maxlevel: '40'
    cooldown: '0'
  materializer:
    buy: '50000'
    use: '0'
    cooldown: '0'
  chest:
    max: '10'
    start: '0'
    multiply: '1'
    buy: '40000'
    use: '0'
    size: '6'
    cooldown: '0'
  furnace:
    max: '10'
    start: '0'
    multiply: '1'
    buy: '50000'
    use: '0'
    link: '100000'
    cooldown: '0'
  brewingstand:
    max: '10'
    start: '0'
    multiply: '1'
    buy: '75000'
    use: '0'
    link: '100000'
    cooldown: '0'

Normal Nodes

So, there are two types of tools:

  • single - you can only have one of it (workbench, uncrafter, enchanting table, anvil, materializer)
  • multi - you can have more than one of it (chest, furnace, brewing stand)

Now, for the following: blue values have to be integers, red values can be any number.

NodeDescription
buyThe price a user has to pay to buy a tool (workbench, chest, ...).
Note: If this value is set to 0 for a single tool, every user will get one for free.
useThe price a user has to pay ever time they open a tool.
cooldownThe time in seconds a user has to wait before he can use the same tool again.
startThe amount of a tool every user gets for free.
maxThe maximum amount of a tool any user can buy.
Note: If this value is set to -1, then there will be no limit.
multiplyThe number that the buy-value (book for the enchantment table) for this tool will be multiplied with.
This depends on the amount of a tool a user already owns and on the start value. If you set for chests:
Quote:

multiply: '2'
buy: '10000'

Then the first chest will cost 10'000 $ (or whatever you currency is), the second one 20'000 $, the third one 40'000 $, the fourth one 80'000 $, and so on.
Note: Since beta 0.2.0, this is affected by the start-value, so if you set for chests:
Quote:

start: '5'
multiply: '2'
buy: '10000'

then the user gets 5 chests for free and the 6th one will cost 10'000 $.

Special nodes

Furnace & Brewing Stand
linkThe price a user has to pay in order to link a furnace or brewing stand with a chest.
See the commands page for more information.
Enchanting Table
bookThe price a user has to pay to add a bookshelf to the enchanting table.
Note: Setting this value to 0 will cause everyone to get 15 bookshelves for free.
Chest
sizeDefines the amount of rows a virtual chest has. Any value below 1 will be set to 6, any value above 28 will be set to 28 because on every higher value, the Minecraft client crashes.
Note:For every value above 6, you will need a client mod to display your chest GUI correctly.
Anvil
maxlevelDefines the maximum experience level that may be used in the anvil (up to, but not including the actual level - so 40 means the highest allowed level is 39). The default (Minecraft) value is 40. For values above that, the client will display a red cross sometimes, but should still show the result in the anvil.