Personal tools

Sign Tutorial/Eco

From Essentials

Jump to: navigation, search

Trade Sign

[Trade]
<Buying>
<Selling>
 

Trade Sign

Line1: Must be '[Trade]'

Line2: What you want

Line3: What you are giving away
[Trade]
$<Cost>
<# Item>:<tot>
 

Trade Sign

[Trade]
<Item>
$<Cost>:<tot>
 

Trade Sign

Line2:

Should be be either:

'<amount> <item>' or '$<amount>'
[trade]
$5
10 dirt:100
 

Trade Sign

[trade]
10 dirt
$5:100
 

Trade Sign

Line3:

Should be be either:
'<amount> <item>:<total>' or
'$<amount>:<total>'

Total being the amount to place in the sign.
[trade]
$5:0
10 dirt:100
KHobbits

Trade Sign

[trade]
10 dirt:0
$5:100
KHobbits

Trade Sign

If the syntax is correct
Your name will appear on line 4.

These types of signs are typically used by players to sell items to other players.
Right clicking the sign by the owner collects the items/cash stored in the sign.
Right clicking the sign by the owner with the item being sold, will restock the sign with more items.
Anybody else right clicking the sign will buy the items being sold, if they have the 'cost' on them.
<item> can be a shortname ie 'bonemeal' or itemId '351,15'. The /itemdb command can help with this.

For a video tutorial on how to use trade signs click here


Buy Sign

[Buy]
<amount>
<itemID>
<Cost>

Buy Sign

The first line must be '[Buy]'

Next line must be the amount per purchase
Next line must be either an item ID or name

The last must be the cost

See above for [cost] details.
[Buy]
10
dirt
$5

Buy Sign

[Buy]
10
exp
$5

Buy Sign

You can also buy/sell exp
Just use 'exp' instead of an item

Unlike with trading, when setting up a Buy Sign, you are creating an infinite 'admin' shop. The 'cost' is simply removed from the player, and the 'reward' is spawned. See above for valid cost syntax. The amount, is how many items are sold per transaction; in this case, it will be 10 dirt for ever 5 dollars


Sell Sign


[Sell]
<amount>
<itemID>
<Cost>

Sell Sign

The first line must be '[Sell]'

Next line must be the amount per sale
Next line must be either an item ID or name

The last must be the cost

See above for [cost] details.
[Sell]
10
dirt
$5

Sell Sign

Same as the Buy Sign, except your selling your items. When you right-click the sign, the items are removed from your inventory and you get the specified 'cost' amount.


Balance Sign


[Balance]
 
 
 

Balance Sign

The first line must be '[Balance]'

A very simple sign which displays the players balance, when it's right-clicked.