Mineuniverse
Log in Register
Plugins

EconomySystem++

A all in one minecraft economy plugin with, Jobs, Guilds, Lootcrates, Shop, Boosters, Salary, Homes and ATM
by antonschouten
Download Claim this project
55 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Economy General




For any questions send a email to:
[email protected]



► Extern application to manage player data
► Salary (Full automatic pay system)
► Complete job system
• Miner, Farmer, Woodcutter, Fisherman, Smith, Hunter
► Job coin booster
► Lootcrate system
► Repair signs
► ATM
► Shop GUI
► Guild System
► Server bank system - Every hour the balance of the server bank will randomly be given to a online player. The serverbank balance will be upped when players sends eachother gifts (cost: $15)
► We used bStats





► /economy - Plugin help message
► /setbal <player> <amount> - Set a player balance.
► /addbal <player> <amount> - Add bal to a player's account.
► /removebal <player> <amount> - Remove bal from a player's account.
► /bal - Get your current bal.
► /bal <player> - Get current bal from target player.
► /pay <player> <amount> - Pay money to another player.
► /payall <amount> - Pay money to all online players.
► /balreset <player> - Reset a player money.
► /resetallaccounts - Reset all player bank accounts.
► /resetalljobs - Reset all player jobs.
► /job - Job help command.
► /job change - Change your job for $1000.
► /jobs - Open the menu to choose a job.
 /salary - Salary help command.
► /lootcrate <amount> - Buy lootcrates.
► /setlootcrate - Create a Lootcrate block.
► /shop - Open the Shop GUI.
► /shop add <buy_price> - Add the item from your hand and the amount of items in your hand to the shop, for the price you entered.
► /shop help - Prints the shop help message.
► /sethome <home> - Set a new home.
► /delhome<home> - Delete a home.
► /home <home> - Teleport to one of your homes.
► /homes - Get a list of your current homes.
► /gift <player> <amount> - Send a gift to a player wich item is in your current main hand. it cost $15
► /guild help - Show the guild help message.
 /guild create <name> - Create a guild.
► /guild delete - Delete your guild.
 /guild invite <player> - Invite a player to your guild .
 /guild kick <player> - Kick a player from your guild.
 /guild info <name> - Show guild info.
 /guild balance - Get the current balance on the guild bank.
► /guild deposit <amount> - Deposit money to the guild bank.
► /guild withdraw <amount> - Withdraw money from the guild bank (Guild leaders only)
 /g <message> - Talk to eachother in the guild chat.



► economy++.setbal - Acces to /setbal
► economy++.addbal - Acces to /addbal
► economy++.removebal - Acces to /removeball
► economy++.getbaltarget - Acces to /bal <player>
► economy++.resetbal - Acces to /balreset
► economy++.signs - Acces to create Repair, Shop & ATM signs
► economy++.resetbalall - Acces to /resetallaccounts
► economy++.resetjobs - Acces to /resetalljobs
► economy++.deletejob- Acces to /job delete
► economy++.debug - Acces to /eco debug
► economy++.update - Acces to get update message
► economy++.adminpanel - Acces to /eco adminpanel
► economy++.cratecreate - Acces to /setlootcrate
► economy++.shop - Acces to /shop add <buy_price> & To remove items from the shop with Shift + Right click
► economy++.home - 
Acces to all of the home commands.




-----------------
► Scoreboard


-----------------
► ATM Sign
Line 0: [atm]

-----------------
► Repair Sign
Line 0: [repair]

-----------------
► Shop Sign
Line 0: [shop]

-----------------



DO NOT change anything if you don't know what you're doing.
Do NEVER change the path prefix in playerdata.yml, it crashes the plugin​


► Config.yml - Settings and global data will be saved in this file.

 
Settings:
  Join:
    Enabled: true
    moneyOnFirstJoin: 250
    moneyOnJoin: 50
  Salary:
    Enabled: true
    Amount: 50
    PayPerEveryHours: 1
  Signs:
    CostRepairSign: 500
  Lootcrate: 100
  AmountOfHomes: 5
Jobs:
  Rewards:
    Hunter:
      KilledAnimals: 2
    Fisherman:
      CatchedFishes: 2
    Smith:
      CraftWoodTools: 1
      CraftStoneTools: 2
      CraftIronTools: 3
      CraftGoldTools: 4
      CraftDiamondTools: 5
      CraftNetheriteTools: 6
      CraftLeatherArmor: 2
      CraftChainmailArmor: 4
      CraftIronArmor: 6
      CraftGoldArmor: 8
      CraftDiamondArmor: 10
      CraftNetheriteArmor: 15
      CookedItem: 1
    Woodcutter:
      Cuttedlog: 1
      Shearsleaves: 1
    Farmer:
      Wheat: 1
      Carrots: 1
      Potato: 1
      Beetroot: 1
      Pumpkin: 1
      Melon: 1
      Torchflower: 1
    Miner:
      CoalOre: 1
      IronOre: 1
      LapisOre: 1
      RedstoneOre: 1
      GoldOre: 1
      DiamondOre: 2
      EmeraldOre: 3
      QuartzOre: 1
      CopperOre: 1
      DeepSlateCoalOre: 1
      DeepSlateCopperOre: 1
      DeepSlateDiamondOre: 1
      DeepSlateGoldOre: 1
      DeepSlateEmeraldOre: 1
      DeepSlateIronOre: 1
      DeepSlateRedstoneOre: 1
      DeepSlateLapisOre: 1
      DeepSlateNetherGoldOre: 1
ServerbankBalance: 0

 


► AdminPanelData.yml - The admin panel password will be saved in this file.

Password: adminPanel.yourserver

 


► PlayerData.yml

 
Players:
  7822829e-4f44-4115-997b-0272d2134cf5:
    Bal: 270
    Job:
      Farmer:
        Harvest:
          Wheat: 0
          Carrots: 0
          Potatos: 0
          Beetroot: 0
          Pumpkin: 0
          Melon: 0
          Torchflower: 0
    Prefix: Farmer

 


► BoosterData.yml

 
Players:
  7822829e-4f44-4115-997b-0272d2134cf5:
    Booster:
      x2: false
      x3: false
      x4: false

 


► LootcrateData.yml

 
Rewards:
- DIAMOND
- STONE

 


► HomeData.yml

 
7822829e-4f44-4115-997b-0272d2134cf5:
  HomeList: []
  Homes: {}

 


► ShopData.yml

 
Contents0:
  ==: org.bukkit.inventory.ItemStack
  v: 3955
  type: STONE
  meta:
    ==: ItemMeta
    meta-type: UNSPECIFIC
    display-name: '{"text":"","extra":[{"text":"stone","obfuscated":false,"italic":false,"underlined":false,"strikethrough":false,"color":"dark_aqua","bold":false}]}'
    lore:
    - '{"text":"","extra":[{"text":"Amount: ","obfuscated":false,"italic":false,"underlined":false,"strikethrough":false,"color":"white","bold":false},{"text":"1","obfuscated":false,"italic":false,"underlined":false,"strikethrough":false,"color":"aqua","bold":false}]}'
    - '{"text":"","extra":[{"text":"Price:","obfuscated":false,"italic":false,"underlined":false,"strikethrough":false,"color":"white","bold":false}]}'
    - '{"text":"","extra":[{"text":"20","obfuscated":false,"italic":false,"underlined":false,"strikethrough":false,"color":"aqua","bold":false}]}'

 


► GuildData.yml

 

Guild:
  SCH:
    Leader: antonschouten
    Members: []
    Balance: 0

 




Checkout our EconomyPremium plugin
Kits, TipXP, Sell & Buy item via chat.
More features, and a better version!
EconomyPremium | SpigotMC - High Performance Minecraft

Did you like our plugin? Support us now!
https://www.paypal.me/economyplusplus
qrcode.png

https://buymeacoffee.com/economyplusplus

Thank you!

Economy++.jar
MC 1.21
Release 2025-04-15 Get

You Might Also Like

HyperConomy
The all in one economy and shop plugin.
94,502
Experience Bank II
Experience Bank II
9,883
BuyXP
Links the experience system with your economy plugin.
9,832
McmmoPay
McmmoPay
9,689
MinePermit
Require Players to pay to mine
9,617
eShop
A command based shop plugin
9,516