-
Notifications
You must be signed in to change notification settings - Fork 5
Commands & Permissions
Player Nguyên edited this page Oct 19, 2020
·
7 revisions
This command list will be accepted to all player:
Command | Description | Permission |
---|---|---|
/points pay | Create a payment to another player to transfer money | opteco.pay |
/points confirm | Confirm the transaction from somebody | opteco.confirm |
/points cancel | Cancel the transaction from somebody | opteco.cancel |
/points me | Check current balance of player | opteco.me |
/points top | Watch top player on server | opteco.top |
This command list will need to be granted permissions to access
Command | Description | Permission |
---|---|---|
/points take | Take some points from players | opteco.take |
/points set | Set player point | opteco.set |
/points add | Add some points for players | opteco.add |
/points check | Check points of players | opteco.check |
/points reload | Reload the OptEco plugin | opteco.reload |
* | All from user commands |
- Create a new queue-transaction with another player.
-
With receivers:
- /pay confirm to accept the offer
- /pay cancel to deny the offer
- Accepting the offer from another player.
- Denying the offer from another player.
- Check the balance of the player who executes the command.
- Check players who are on top.
- Take the player's point.
- Whether the player is out of limit money, announce to the sender that the player cannot be taken.
- Set the point to players as a new value.
- Ex: If the player is having 100 points, whether set 200, the new point is 200 points
- Addition points to players. (Stack point)
- Ex: If the player is having 100 points, whether add 200, the new point is 300 points
- Check the current point of players.
- Reload config of OptEco plugins
Besides the above permission list, OptEco provides you some group of permissions for easy to manage your members.
Permissions | Sub-permissions | Description |
---|---|---|
opteco.user | opteco.top opteco.pay opteco.confirm opteco.cancel opteco.me | Normal members permissions |
opteco.admin | opteco.user opteco.add opteco.set opteco.take opteco.check opteco.reload | Admin permissions |
opteco.* | Include all permissions |
OptEco by Player_Nguyen