Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for Ibenrm

This is plugin Economy Support API for PaperMC 1.21x

Report EcoSyX?

EcoSyX

This is plugin Economy Support API for PaperMC 1.21x

Support

    • Custom type money (default: Rp)
    • Custom permission in Setting.yml
    • Custom first login get money (default : 1000)
    • Custom Language (Default: id)
    • Only use database money.yaml (next update support MySQL)

Warning

NOTE: This plugin beta version 0.0.1 if Bugs or Error you can give pull request or issues

Commands

  • Two Model Command /economy /money | Aliases Comamnd

  • You Money /money | Check you money

  • See Money /money see <userName> | Check other Money player

  • Pay Money /money pay <userName> <amount> | Pay money to other player

  • Add Money /money add <userName> <amount> | Operator add money to other player

  • Set Money /money add <userName> <amount> | Operator setting money to other player

  • Reduce Money /money add <userName> <amount> | Operator Reduce money to other player

API

  • See Money
String[] result = EcoSystem.getInstance().getMoney(player.getUniqueId().toString());
  • Pay Money
String[] result = EcoSystem.getInstance().payMoney(fromPlayer.getUniqueId().toString(), toPlayer.getUniqueId().toString(), amount);
  • Add Money
String[] result = EcoSystem.getInstance().giveMoney(target.getUniqueId().toString(), amount);
  • Set Money
String[] result = EcoSystem.getInstance().setMoney(target.getUniqueId().toString(), amount);
  • Reduce Money
String[] result = EcoSystem.getInstance().reduceMoney(target.getUniqueId().toString(), amount);

Information

Category
Economy
Published
May 19, 2025
License
138Downloads
1Stars
Library

Members

1