summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2014-03-26 16:36:18 +0000
committerKHobbits <rob@khobbits.co.uk>2014-05-17 04:31:44 +0100
commit429a7275ee33da7f09cf1b0780448cc6a588bfd9 (patch)
tree5b486ce0cc470f9916205d082342f9369bf833ad
parent3bd0608b6e51bc2031f0b7c497449c11bfd3edd6 (diff)
downloadEssentials-429a7275ee33da7f09cf1b0780448cc6a588bfd9.tar
Essentials-429a7275ee33da7f09cf1b0780448cc6a588bfd9.tar.gz
Essentials-429a7275ee33da7f09cf1b0780448cc6a588bfd9.tar.lz
Essentials-429a7275ee33da7f09cf1b0780448cc6a588bfd9.tar.xz
Essentials-429a7275ee33da7f09cf1b0780448cc6a588bfd9.zip
Update worth.yml to be more descriptive.
-rw-r--r--Essentials/src/worth.yml25
1 files 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