The SMC Minecraft server uses Vault for its economy API. Currently, the main way to earn money is by joining a job, which is powered by the Jobs Reborn plugin. You can trade items with other players using Trade signs, powered by the EssentialsX plugin.
You can view your current balance by using the command /balance
There are currently 12 jobs:
Each job will allow you to earn money by performing relevant actions. For example, those who join the “Builder” job will earn money by placing any of the common building blocks. Those who join the “Woodcutter” job will earn money when cutting down trees. Etc.
Use the command /jobs join <jobname>
to join the specified job. You can leave the job by using /jobs leave <jobname>
or /jobs leaveall
You can open the jobs selection GUI using the command /jobs browse
. From here, you can get more info about the jobs or join/leave a job.
Currently, you can only have one job at a time. The longer you stay in a specific job, the higher level you will become in that job. The higher the level, the more money you earn by working that job.
You are free to leave/join any job as often as you like. However, leaving a job will costs you 30% of your current progress, so choose your job wisely.
A trade sign is used to set up a shop where players can freely trade items for money, or vice versa. For full documentation, click this link.
Creating a trade sign is as simple as placing a sign with the following three lines of text:
[Trade]
<amount> <item>
or $<amount>
<amount> <item>:<total>
or $<amount>:<total>
Line 1 is the literal text [Trade], including the square brackets.
Line 2 is what you want.
Line 3 is whatever you're offering.
1. A sign that will buy up to 10 blocks of dirt for $1 each. Creating this sign will remove $10 from your Vault balance.
[Trade]
1 dirt
$1:10
2. A sign that will buy up to 10 stacks of 30 dirt for $1 per stack. Creating this sign will remove $10 from your Vault balance.
[Trade]
30 dirt
$1:10
3. A sign that will sell a stack of 64 dirt for $1 per stack, with a total inventory of 10 stacks of dirt. Creating this sign will remove 640 blocks of dirt from your inventory.
[Trade]
$1
64 dirt:10