Thanks to N137 for this huge update:
- added tax system
- added tabcomplete
- redid help messages
- added permissions per command
- added settax command
- fixed spelling errors
- Added N137 to the author list
- coded in an API
- removed backwards compatibility, just 1.16 is supported
Permissions are:
wiipay.admin
wiipay.*
wiipay.pay
wiipay.setgroup
wiipay.setuser
wiipay.list
wiipay.show
wiipay.intverval
wiipay.settax
wiipay.notax
wiipay.reload
Api:
Code (Java):
String getServerName
(
)
void setServerName
(
String serverName
)
String getCurrency
(
)
void setCurrency
(
String currency
)
double getBonusPerOnlinePlayers
(
)
void setBonusPerOnlinePlayer
(
double bonusPerOnlinePlayer
)