From 429a7275ee33da7f09cf1b0780448cc6a588bfd9 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Wed, 26 Mar 2014 16:36:18 +0000 Subject: Update worth.yml to be more descriptive. --- Essentials/src/worth.yml | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/Essentials/src/worth.yml b/Essentials/src/worth.yml index 600795d41..7d273e45d 100644 --- a/Essentials/src/worth.yml +++ b/Essentials/src/worth.yml @@ -1,4 +1,26 @@ worth: + + # Items not listed in this file will not be sellable on the server + # Setting the worth to 0 will sell items for free, delete the item or set to -1 to disable. + + # This will set the worth of all logs to '2' + log: 2.0 + + # This will work similar to the above syntax + wool: + '0': 20 + + # This will only allow selling leaves with datavalue '0' and '1' + leaves: + '0': 1.0 + '1': 1.0 + + # This will allow the selling of all, but sells '0' slightly cheaper + sapling: + '0': 2.0 + '*': 2.5 + + stonebutton: 6.0 wood: 0.50 arrow: 3.50 @@ -16,7 +38,6 @@ worth: workbench: 2.5 stonehoe: 2.5 brownmushroom: 2.0 - wool: 20.0 mossycobblestone: 90.0 diamondhoe: 400.0 woodsword: 1.0 @@ -26,7 +47,6 @@ worth: snowball: 1.0 goldenapple: 100.0 leatherleggings: 75.0 - log: 2.0 diamondaxe: 650.0 slimeball: 50.0 fence: 1.0 @@ -151,7 +171,6 @@ worth: sugarcaneblock: 15.0 bowl: 0.50 chainmailchestplate: 40.0 - sapling: 2.0 diamondboots: 850.0 lapisore: 100.0 lava: 25.0 -- cgit v1.2.3