Coder Social home page Coder Social logo

economys's Introduction

EconomyS

The economy plugin for PocketMine-MP.

Download

Jenkins

EconomyAPI commands

Default command Parameter Description Default Permission
/mymoney Shows your money All
/topmoney <page> Shows server's top money All
/setmoney <player> <money> Sets <player>'s money to <money> OP Console
/givemoney <player> <money> Gives <money> <player> OP Console
/takemoney <player> <money> Takes <money> from <player> OP Console
/seemoney <player> Shows <player>'s money All
/mystatus Shows your money status All

EconomyAPI configuration

File : plugins/EconomyAPI/config.yml

Key Description Available Value Default Value
default-currency Sets default currency Currency ID dollar
add-op-at-rank Option to eliminate OP from top money ranking bool false
allow-pay-offline Option to allow players to pay for player who is offline bool true
default-lang Default language for players newly joined the server Language ID* en
auto-save-interval Interval for auto saving data number in minutes 10
send-command-usages Option to send command usages bool true
currencies Custom currencies Currency options
check-update Option to check update on every start up bool true
update-host Host address of update check server string
provider-settings Option for MySQL database connections

* Currently available language IDs are: ch, cs, de, en, fr, id, it, ja, ko, nl, ru, zh

For Developers

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

Basic Usage:

EconomyAPI::getInstance()->addMoney($player, $amount);

Currency specified:

$api = EconomyAPI::getInstance();
$currency = $api->getDefaultCurrency();
$api->addMoney($player, $amount, $currency);

License

EconomyS, the massive economy plugin with many features for PocketMine-MP
Copyright (C) 2013-2021  onebone <[email protected]>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

economys's People

Contributors

onebone avatar dog194 avatar chalkpe avatar bamuel avatar nnnlog avatar edwinyoo44 avatar pub4game avatar shoghicp avatar kvetinac97 avatar hmhmmhm avatar sleepspace9 avatar jellybrick avatar ad5001 avatar capricornoflynx avatar cathesda-server-studios avatar conankun17 avatar creeperface01 avatar kairusds avatar zkoz210 avatar luthfianto avatar karas6058 avatar laurobeleche avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.