EconomyPremium icon

EconomyPremium -----

Full economy plugin | Lootcrate | Shop| Chat Shop | Jobs | Boosters | Kits | Homes | Scoreboard |



The EconomyPremium Plugin
The premium version of Economy++

Banner.png


The EconomyPremium software is a all in one Economy system for your MC server. It includes all the things you want for a economy server.
For all features, scroll down.

Warning:
Copy all the data files from Economy++ to the EconomyPremium map. EconomyPremium/Data

Extra features compared to Economy++ :
¤ TipXP
¤ Sell & Buy items in the chat. players can buy your items
¤ Kit System - Prices are configurable


Features.png

¤ Full automatic salary system
¤ A complete job system
¤ Coin boosters
¤ Lootcrates
¤ Shops (GUI & Chat)

¤ ATM
¤ Signs
¤ Kit system


Commands.png

¤ /economy - Prints the plugin help message
¤ /setworld <world> - Add the world to the list where the plugin works.
¤ /setbal <player> <amount> - Set the balance for a player.
¤ /addbal <player> <amount> - Add money to a player account.
¤ /removebal <player> <amount> - Remove money from a player account.
¤ /bal - Get your current balance.
¤ /bal <player> - Get the current balance from a player.
¤ /pay <player> <amount> - Pay money to a player.
¤ /payall <amount> - Pay money to all online players.
¤ /balreset <player> - Reset a players bank account.
¤ /resetallaccounts - Reset all players bank accounts.
¤ /resetalljobs - Reset all the player jobs.
¤ /job - Prints the job help message.
¤ /job change - Change your job.
¤ /jobs - Open the GUI to choose a job.
¤ /salary - Prints the salary information
¤ /lootcrate <amount> - Buy lootcrates.
¤ /setlootcrate - Right click on a end portal frame to set it to a lootcrate box.
¤ /shop - Open the shop GUI.
¤ /shop add <price> - Add your current item in hand to the shop GUI.
¤ /shop help - Prints the shop help message.
¤ /sellitem <price> <amount> - Sell your current item in hand to other players via chat.
¤ /buyitem <player> - Buy the current selling item from the specify player.
¤ /ecokit - Buy a ingame kit. (/kit)
¤ /ecokits - Open the kits GUI (/kits)

¤ /tipxp <player> <level> - Tip XP levels to a player.
¤ /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.
¤ /savingsaccount - Savings account help message.
¤ /savingsaccount open - Open your savings account GUI.
¤ /savingsaccount withdraw <amount> - Withdraw money to your savings account.
¤ /savingsaccount create - Create your savings account.

¤ /savingsaccount delete - Delete your savings account.


Perms.png

¤ economy++.setbal - Acces to /setbal.
¤ economy++.addbal - Acces to /addbal.
¤ economy++.removebal - Acces to /removebal.
¤ economy++.getbaltarget - Acces to /bal <player>.
¤ economy++.resetbal - Acces to /balreset.
¤ economy++.signs - Acces to create Shop, Repair and ATM signs.
¤ economy++.resetbalall - Acces to /resetallaccounts.
¤ economy++.resetjobs - Acces to /resetalljobs.
¤ economy++.setworld - Acces to /setworld.
¤ economy++.deletejob - Acces to /job delete
¤ economy++.debug - Acces to /eco debug
¤ economy++.update - Acces to get the update message.
¤ economy++.adminpanel - Acces to /eco adminpanel.
¤ economy++.cratecreate - Acces to /setlootcrate.
¤ economy++.shop - Acces to /shop add
¤ economy++.home - Acces to all home commands.


Images.png
Repair Sign
The cost to to repair items is configurable in the Config.yml
Line 0: [repair]
Schermafbeelding 2023-10-22 152555.png

ATM Sign
Line 0: [atm]
Schermafbeelding 2023-10-22 152702.png

Shop Sign
Line 0: [shop]
Schermafbeelding 2023-10-22 152455.png

Configuration.png

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

Code (YAML):

Kits
:
  Farmer
: 250
  Fisherman
: 250
  Hunter
: 250
  Miner
: 250
  Smith
: 250
  Woodcutter
: 250
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
Settings
:
  Join
:
    Enabled
: true
    moneyOnFirstJoin
: 250
    moneyOnJoin
: 50
  Salary
:
    Enabled
: true
    Amount
: 50
    PayPerEveryHours
: 1
  Signs
:
    CostRepairSign
: 500
  Lootcrate
: 100
  CostForTipXP
: 250
  AmountOfHomes
: 5
  SavingAccount
:
    InterestInPercentage
: 3
    PayInterestInHours
: 1
  ScoreboardEnabled
: true
  WorldList
:
 - world
 

¤ AdminPanelData.yml - The admin panel password is saved in this file
Code (Text):

Password: adminPanel.yourserver
 

¤ PlayerData.yml - All data from the players are saved in this file
Code (YAML):

Players
:

  7822829e-4f44-4115-997b-0272d2134cf5
:
    Bal
: 100
    Job
:
      Miner
:
        MinedOres
:
          Coal
: 0
          DeepSlateCoalOre
: 0
          Iron
: 0
          DeepSlateIronOre
: 0
          Lapis
: 0
          DeepSlateLapisOre
: 0
          Redstone
: 0
          DeepSlateRedstoneOre
: 0
          Gold
: 0
          DeepSlateGoldOre
: 0
          Diamond
: 0
          DeepSlateDiamondOre
: 0
          Emerald
: 0
          DeepSlateEmeraldOre
: 0
          Quartz
: 0
          DeepSlateNetherGoldOre
: 0
          Copper
: 0
          DeepSlateCopperOre
: 0
    Prefix
: Miner
 

¤ BoosterData.yml - All data from the player coinboosters are saved in this file
Code (YAML):

Players
:

  7822829e-4f44-4115-997b-0272d2134cf5
:
    Booster
:
      x4
: true
 

¤ LootcrateData.yml - You can add items to this file wich players can earn while opening a lootcrate.
Code (YAML):

Rewards
:
- DIAMOND
- STONE
 

¤ HomeData.yml - All data from player homes
Code (YAML):
0000000-1f44-0000-0000-00000000:
  HomeList
:
 - test
  - world
  - mc
  Homes
:
    test
:
      W
: world
      X
: -22
      Y
: 74
      Z
: -45
      Pitch
: 45.0
      Yaw
: -88.0
    world
:
      W
: world
      X
: -23
      Y
: 74
      Z
: -44
      Pitch
: 45.0
      Yaw
: -88.0
    mc
:
      W
: world
      X
: -21
      Y
: 74
      Z
: -42
      Pitch
: 45.0
      Yaw
: -88.0
 


¤ ShopData.yml - All the items in the shop GUI are saved in this file Do not ever change it.
Code (YAML):

Contents0
:

  ==
: org.bukkit.inventory.ItemStack
  v
: 3465
  type
: BIRCH_STAIRS
  amount
: 64
  meta
:
    ==
: ItemMeta
    meta-type
: UNSPECIFIC
    display-name
: ' { "extra": [ { "bold":false, "italic":false, "underlined":false, "strikethrough":false, "obfuscated":false, "color": "dark_aqua", "text": "birch_stairs" } ], "text": "" }'
    lore
:
    - '{"extra":[{"bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false,"color":"white","text":"Amount
:
      "},{"bold ":false,"italic ":false,"underlined ":false,"strikethrough ":false,"obfuscated ":false,"color ":"aqua ","text ":"64 "}],"text ":" "}'
    - '{"
extra ":[{"bold ":false,"italic ":false,"underlined ":false,"strikethrough ":false,"obfuscated ":false,"color ":"white ","text ":"Price: "}],"text ":" "}'
    - '{"
extra ":[{"bold ":false,"italic ":false,"underlined ":false,"strikethrough ":false,"obfuscated ":false,"color ":"aqua ","text ":"10 "}],"text ":" "}'
Resource Information
Author:
----------
Total Downloads: 44
First Release: Oct 30, 2023
Last Update: Nov 14, 2024
Category: ---------------
All-Time Rating:
2 ratings
Find more info at economyplusplus.jimdosite.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings