====== The Vault Economy ====== The SMC Minecraft server uses [[https://www.spigotmc.org/resources/vault.34315/|Vault]] for its economy API. Currently, the main way to earn money is by joining a job, which is powered by the [[https://www.spigotmc.org/resources/jobs-reborn.4216/|Jobs Reborn]] plugin. You can trade items with other players using Trade signs, powered by the [[https://www.spigotmc.org/resources/essentialsx.9089/|EssentialsX]] plugin. You can view your current balance by using the command ''/balance'' ===== The Jobs System ===== There are currently 12 jobs: - Digger - Fisherman - Farmer - Hunter - Woodcutter - Weaponsmith - Explorer - Brewer - Builder - Miner - Enchanter - Crafter 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 '' to join the specified job. You can leave the job by using ''/jobs leave '' 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. ===== Creating a Trade Sign ===== 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 [[https://wiki.mc-ess.net/wiki/Sign_Tutorial#Trade_Sign|this link]]. ==== Instructions ==== Creating a trade sign is as simple as placing a sign with the following three lines of text: - ''[Trade]'' - '' '' or ''$'' - '' :'' or ''$:'' Line 1 is the literal text [Trade], including the square brackets. Line 2 is what you want. Line 3 is whatever you're offering. ==== Notes ==== * is the amount of the item you are buying/selling. is the item you are buying selling. is the total amount of the item or $$$ that you have to offer. When the sign is created, the items or $$$ specified in line 3 is automatically removed from your inventory/Vault balance. * To retrieve the items or $$$ left by other players, you can right-click the Trade sign. * Breaking a Trade sign will return any items or $$$ that were placed in the sign when it was created. ==== Examples ==== 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''