- Vault - [1.7]
- EssentialsX - [2.21.0]
- DiscordSRV - [1.29.0]
This plugin also has some optional dependencies for expanded features
Includes pay and balance commands for businesses as well as adding an option for paying businesses
/firm pay <business> <amount> <user|player>/firm balance <business>/firm list/pay <amount> <business>
Enables the ability to transfer properties over discord and check on property ownership.
/realty info <plot> <user|player>/realty transfer-landlord <user|player>/realty transfer-ownership <user|player>/realty list <user|player>
These hooks don't add any commands, just prevents banned users from using commands and a hook for mailing while muted.
Introduces a playtime command to check a user's playtime. Placeholders can be put in the config and will be parsed when the command is run.
/playtime [user|player]
This plugin uses DiscordSRV's Bot instance and api to add SlashCommands to allow for mail, and economy services.
/mail read [page] [include-read]/mail send <user> <message>/mail mark-read/mail ignore [user] [uuid]
/bal [user|player]/pay <amount> <user|player>
Considerations have been made for negative values, zero values, insufficient balances,
and respects Essentials /togglepay feature.
The important config node is NotifyChannel which should be set
to a public textchannel for users who cannot receive a DM, to be pinged
about new mail. An invalid channel ID will log an error in console
Some sub-commands have been made configurable, as a bit of an oversight root commands aren't currently configurable due to how commands have been implemented.