By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

Note: EconomyAPI is no longer supported due to major performance issues. Please use other economy plugins such as BedrockEconomy or Capital instead.
EconomyS by OneBone
version 5.7.3-PM4
Approved
Direct Download How to install?
Switch version
26030 Downloads / 177365 Total
68 Reviews
Plugin Description §

General

A complete suite of Economy plugins by onebone:

  • User oriented plugin
  • EconomyAPI Individual language support
  • Economy API support
  • Direct accessible API
  • Lots of configurations
  • Lots of events to handle
  • Fast processing with massive features

IMPORTANT: You MUST install EconomyAPI to use ANY of the EconomyS plugins

EconomyS

  1. EconomyAPI - Main of the €conom¥$ - All plugins below requires this plugin

  2. EconomyShop - Buy items

  3. EconomySell - Sell items

  4. EconomyAirport - Teleport by money

  5. EconomyJob - Provide job system into your server

  6. EconomyTax - Helps your server balancing money

  7. EconomyLand - Helps your server manage lands

  8. EconomyPShop - Shops for non-op players - requires ItemCloud plugin

  9. EconomyAuction - Open your auction!

  10. EconomyCasino - Do casino in your server!

  11. EconomyProperty - Buy your land with signs - requires EconomyLand

  12. EconomyUsury - Create your usury host and take a loan from host

EconomyAPI

Commands

Default command Parameter Description Default Permission
/mymoney Shows your money All
/mydebt Shows your debt All
/takedebt <money> Borrows $<money> from plugin All
/returndebt <money> Returns $<money> to plugin All
/topmoney <page> Shows server's top money All
/moneysave Saves data to your hardware Console
/moneyload Loads data from your hardware Console
/setmoney <player> <money> Sets <player>'s money to $<money> OP Console
/economys Shows plugin which are using EconomyAPI All
/givemoney <player> <money> Gives $<money> <player> OP Console
/takemoney <player> <money> Takes $<money> from <player> OP Console
/seemoney <player> Shows <player>'s money All
/bank deposit <money> Deposit $<money> to your account All
/bank withdraw <money> Withdraw $<money> from your account All
/bank mymoney Shows your money from your account All
/mystatus Shows your money status All
/bankadmin takemoney <player> <money> Takes $<money> from <player>'s account OP Console
/bankadmin givemoney <player> <money> Gives $<money> for <player>'s account OP Console

Configuration

File : plugins/EconomyAPI/economy.properties

Key Description Available Value Default Value
show-using-economy Changes server name to [EconomyS] SERVER NAME on : Change off : Don't change on off on
once-debt-limit Limits borrowing debt at once All integers 100
debt-limit Limits available debt All integers 500
add-op-at-rank Shows OP at top money rank on : Shows OP off : Don't shows OP on off off
default-money Sets default money All integers 1000
default-debt Sets default debt All integers 0
time-for-increase-debt Sets how long will take for debt increase All integers 10
percent-of-increase-debt Sets percentage of increasing debt All integers 5
default-bank-money Sets default bank money All integers 0
time-for-increase-money Sets how long will take for credit increase All integers 10
bank-increase=money-rate Sets percentage of increasing credit All integers 5
debug Money debugging preferences on : yes off : no on off on

EconomyLand

EconomyLand provides your players a land protection system. If the player buys land, the land will protected for the bought player.

Commands

List of commands :

/land <list | here | move | invite | invitee | give | buy | whose>

/landsell <here | land number>

Instructions for /land command :

/startp : Sets the start position.

/endp : Sets the end position.

/land list [page] : Shows the list of land.

/land here : Shows the land where you are standing on.

/land move <land id> : Move to land.

/land invite <land id> <invitee> : Invites player to your land.

/land invitee <land id> : Shows the list of invitee in land.

/land give <land id> <player> : Give the land to other player.

/land buy : Buys land.

/land whose <keyword> : Queries the list of land-bought players.

/landsell here : Sells land where you're standing on.

/landsell <land id> : Sells land by land ID.

If you use /startp and /endp commands you'll set the position where you'll buy. Then, you can use /land buy command to buy the land.

The land id is the land ID that shows in /land list command.

EconomyLand will ignore Y axis. It will protect all of Y axis which is in area.

Permissions

economyland.*
economyland.land.*
economyland.land.modify.others
economyland.land.modify.whiteland
economyland.land.modify.others
economyland.landsell.*
economyland.landsell.others
economyland.command.*
economyland.command.startp
economyland.command.endp
economyland.command.land.buy
economyland.command.land.move
economyland.command.land.list
economyland.command.land.whose
economyland.command.land.give
economyland.command.land.here
economyland.command.landsell
economyland.command.landsell.here
economyland.command.landsell.number

EconomyShop

Commands

/shop create <create|remove|list> [item[:damage]] [amount] [price] [side] - Tap to activate SHOP signs | OP |

Shop are created with /shop then tapping any block to activate it. For example to make a shop selling a Diamond Sword for 500$:

/shop create 276 1 500 then tap a block/sign.

Sell Center in EconomySell can be created in same way with /sell create 276 1 500. And also Player's Shop in EconomyPShop

Configuration

File : plugins/EconomyShop/shop.properties

Key Description Available Value Default Value
handler-priority The priority of handling shop touches Integer 5

EconomyPShop

EconomyPShop is the system that lets non-OP players to open their own shop.

Important: EconomyPShop requires ItemCloud

First, you have to register and upload your item. Then, you'll create the PShop (Player shop). Second, other players will tap your pshop sign/block twice to buy your item. Then, your item in ItemCloud will be removed.

Commands

/pshop create <create|remove|list> [item[:damage]] [amount] [price] [side] - Tap to activate SHOP signs | OP |

EconomyJob

Instructions for jobs.yml configuration
tree-cutter:
"17:0:break": 10

This is one of the config items in jobs.yml.

'tree-cutter' is name of the job,

In "17:0:break" - 17 is item code, 0 is damage of item, break is the method and the 10 on the far right side is the money earned.

So

"18:0:place": 10

Means : If I place a block with ID 18 and damage 0 I will earn $10.

Instructions for config.yml configuration

refresh-time: The time of changing price of item, Integer

broadcast-refresh: Whether to broadcast the item has refreshed the price, true/false

max-change-rate: The maximum rate of changing money, Integer

Permissions
economyjob.command.*
economyjob.command.job.join
economyjob.command.job.reture
economyjob.command.job.list
economyjob.command.job.me

EconomyAirport

File : %CONFIG_PATH%/DepartureSign.yml File : %CONFIG_PATH%/ArrivalSign.yml File : %CONFIG_PATH%/Identifier.yml

This documentation is focused on default configuration.

Line1 Line2 Line3 Line4
`<international airport>` `<arrival departure>`

Example:

Line1: airport Line2: departure Line3: 10 Line4: onebone

Takes $10 to go to onebone airport

Line1: airport Line2: arrival Line3: onebone Line4:

Arrival sign : onebone airport

If there's no target airport to fly, it aborts riding a flight.

For Developers

You can access to EconomyAPI by using EconomyAPI::getInstance()

Example:

EconomyAPI::getInstance()->addMoney($player, $amount);
What's new §
  • Added support for PM4
    • (tested)
  • added command issuer (#59)
  • added oldmoney (#58)
  • Portuguese lang
  • Untested updates for Scheduler nuke #2213 (9644766df3c69)
  • Update Task
  • Updated for PMMP PocketMine 3.0.0
  • update
  • API version bump, untested
  • Bumped version
  • Updated for 3.0.0-ALPHA11, version bump
  • API version Bump
  • Bumped version
  • Version bump for 3.0.0-ALPHA9

Working with API 3.0.0-ALPHA6

Fixed /topmoney, API 3.0.0-ALPHA5

Fixed /topmoney

Fixed Icon, Bumped API to ALPHA4


ClousCloud
using v5.7.3-PM4
01 Sep 24
Noooooooooooo
DarkPlus2
using v5.7.3-PM4
04 Jul 24
Update plugin 5.16.0
JaxkDev
Staff
04 Jul 24
Read the big red banner at the top: Note: EconomyAPI is no longer supported due to major performance issues. Please use other economy plugins such as BedrockEconomy or Capital instead.
GabBiswajit
using v5.7.3-PM4
12 Oct 23
Rip ☠️ Miss You EconomyAPI But Now Time For Bedrockeconomy!!
SergeKrivelevich
using v5.7.3-PM4
11 Sep 23
WHERE IS PERMISSIONS?!
JaxkDev
Staff
11 Sep 23
Read the big red banner. Note: EconomyAPI is no longer supported due to major performance issues. Please use other economy plugins such as BedrockEconomy or Capital instead.
Nathmine24
using v5.7.3-PM4
23 May 23
Please put the plugin back in service please
JaxkDev
Staff
11 Sep 23
Read the big red banner, Note: EconomyAPI is no longer supported due to major performance issues. Please use other economy plugins such as BedrockEconomy or Capital instead.
SudoDown
using v5.7.3-PM4
05 Jan 23
W
note3crafter
using v5.7.3-PM4
18 Sep 22
EconomyAPI is the best Plugin for Economy
MCPEAbdu77
using v5.7.3-PM4
30 May 22
LNFepeez
using v5.7.3-PM4
11 May 22
I really like this plugin, but what is the text we have to had for the scorehud plugin.
DPG896
using v5.7.3-PM4
01 Mar 22
rip ecoapi, you will be missed
QueenMedusa404
using v5.7.3-PM4
26 Feb 22
Very good plugin....pliss update economy sell
HashimTheArab
using v5.7.3-PM4
18 Feb 22
creeperplayer20
using v5.7.3-PM4
05 Feb 22
ZexxBR
Outdated
using v5.7.2
08 Mar 22
Up PM4!
SrathYT
Outdated
using v5.7.2
16 Dec 21
Bro Make Can Use Command_block plss bro :)
BishalGamer
Outdated
using v5.7.2
05 Aug 21
Good Plugin And Are You Free To Talk To Me In Discord My Discord is BishalGamer#2340
SkullyGaming
Outdated
using v5.7.2
21 Jul 21
Firebros1
Outdated
using v5.7.2
25 Jun 21
100% love this plug-in. Would recommend this to anyone who plans on having currency in their server.
GabriMode
Outdated
using v5.7.2
08 Jun 21
Excellent plugin, the best of all Easy to use and has no bugs.
NoNeim1
Outdated
using v5.7.2
23 May 21
JavierLeon9966
Staff Outdated
using v5.7.2
26 Apr 21
ZenZoya-coder
Outdated
using v5.7.2
25 Apr 21
GOOD
FlaredMokoMC
Outdated
using v5.7.2
05 Mar 21
I love this plugin but it's say Could not load plugin Economy API what should I do? Pls help
YazdanPlug
Outdated
using v5.7.2
27 Feb 21
if i using topmoney plugin in console , server is shutdown
xmrfr
Outdated
using v5.7.2
19 Sep 20
a bit outdated but still working perfectly
BANKRTDV
Outdated
using v5.7.2
12 Sep 20
good
karizmahh
Outdated
using v5.7.2
02 Sep 20
JohnnyX071
Outdated
using v5.7.2
08 Aug 20
Good plugin but please add multi echonomy and it will be amazing!
jsonfromstatefarm
Outdated
using v5.7.2
26 Jul 20
XGamesSim
Outdated
using v5.7.2
19 Jul 20
TOP plugin
TowerFallGaming
Outdated
using v5.7.2
29 Jun 20
Best economy by far
ExetreemPlayz
Outdated
using v5.7.2
18 Jun 20
[21:55:28] [Server thread/ERROR]: Could not load plugin 'EconomyShop': Incompatible network protocol version (plugin requires one of: 361)
OxXFlaminXxO835
Outdated
using v5.7.2
15 Jun 20
Great plugin, but the other economy plugin's doesn't work for me. Please update them or help me.
JJBirdmanYT
Outdated
using v5.7.2
15 May 20
Great plugin! Would really love if you could add per world money or option to have per world money that would be great!
boredphoton
Outdated
using v5.7.2
05 May 20
This plugin is full of SQL injection vulnerabilities. Who decided to revive this plugin and retain all the original crap code?
Worst-Admin
Outdated
using v5.7.2
24 Mar 20
Where do I download the other plugins?
Deutscher2302
Outdated
using v5.7.2
08 Mar 20
This Plugin is Perfect
mrpwes
Outdated
using v5.7.2
08 Mar 20
OrBuilder
Outdated
using v5.7.2
01 Mar 20
BobbyTowers
Outdated
using v5.7.2
25 Feb 20
Works perfectly. Mandatory plugin.
Johnsonk79
Outdated
using v5.7.2
06 Feb 20
awesome
creeperplayer20
Outdated
using v5.7.2
03 Jan 20
Nice!
DramaLvl1
Outdated
using v5.7.2
17 Oct 19
This plugin is nice but pls add /pay *
Minecraftfan714
Outdated
using v5.7.2
09 Sep 19
love that plugin... ..but please add /pay * or /givemoney *
badrraad
Outdated
using v5.7.2
06 Aug 19
Very good
explodersname
Outdated
using v5.7.2
02 Jul 19
Great Plugin Family! I recommend a /pay command so players can pay other players.
JesusDesmadres
Outdated
using v5.7.2
19 Jun 19
very good plugin but in EconomyShop and EconomySell when I make a store out the objects can not be grabbed but annoying that they leave, after a while they disappear, but whenever the server is updated the objects come back out. please return the EconomyAu
Steellg0ldEstFrancais
Outdated
using v5.7.2
30 May 19
Ok.
Itzdvbravo
Outdated
using v5.7.2
29 Apr 19
How do a normal player pays to another player? like A players(this player will be A) has 500$ and he pay 250$ t someone(this will be b) and then the player hes paying gets the money the player a now has 250$ left
ZZWILLIAMXXTrue
Outdated
using v5.7.2
25 Apr 19
Very good

Reply to review by :

/ 5
Supported API versions
4.0.0
->
4.21.1
Producers §
  • Collaborators:
    • @onebone
  • Contributors:
    • @Ad5001
    • @Awzaw
    • @Bamuel
    • @Cathesda-Server-Studios
    • @Conankun17
    • @Creeperface01
    • @HmHmmHm
    • @MasterOfTheRealm
    • @PJK12
    • @PJZ9n
    • @Pub4Game
    • @SOF3
    • @SleepSpace9
    • @Thunder33345
    • @chalkpe
    • @dktapps
    • @dog194
    • @edwinyoo44
    • @kairusds
    • @kvetinac97
    • @laurobeleche
    • @llronaldoll
    • @luthfianto
    • @nnnlog
    • @shoghicp
    • @supercrafter333
    • @zKoz210
License §
Categories:
Economy
General
Fun
Miscellaneous
Permissions
Permissions
Commands
Asynchronous tasks

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...