ModsJava
EcoSyX
This is plugin Economy Support API for PaperMC 1.21x
⬇ Download on HangarOpen in MCModsHubGet it on Google Play →# 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 ` | Check other Money player
- Pay Money
`/money pay ` | Pay money to other player
- Add Money
`/money add ` | Operator add money to other player
- Set Money
`/money add ` | Operator setting money to other player
- Reduce Money
`/money add ` | Operator Reduce money to other player
## API
- See Money
```java
String[] result = EcoSystem.getInstance().getMoney(player.getUniqueId().toString());
```
- Pay Money
```java
String[] result = EcoSystem.getInstance().payMoney(fromPlayer.getUniqueId().toString(), toPlayer.getUniqueId().toString(), amount);
```
- Add Money
```java
String[] result = EcoSystem.getInstance().giveMoney(target.getUniqueId().toString(), amount);
```
- Set Money
```java
String[] result = EcoSystem.getInstance().setMoney(target.getUniqueId().toString(), amount);
```
- Reduce Money
```java
String[] result = EcoSystem.getInstance().reduceMoney(target.getUniqueId().toString(), amount);
```
EcoSyX is a free Minecraft Java mod. Compatible with Minecraft 1.21, 1.21.1, 1.21.2, 1.21.3 and newer. Downloaded 129 times (via Hangar). Download it and open it directly in the game.
Explore more