-
-
Notifications
You must be signed in to change notification settings - Fork 51
Mod documentation
Thanks to @Weissnix4711 for the documentation
Because reading through source files is hard work, here's a collection of all relevant information:
(Please note usage
refers to in-game commands, while settings
refers to the custom.yaml file.)
Record player action, inventory transaction packet into database. Provide api to handle those events. API usage: See SpawnProtection mod
Usage: /audit [on|off]
Settings: database: audit.db
It's an anti cheat. As the name suggests, it's fairly basic. But it does get the job done.
Usage: no commands
Settings: none
Finally! A /ban command
Usage: /ban <name: string> [reason: string]
Settings: enable-commands: true
Usage: no commands
Settings: none
Usage: no commands
Settings: database: chat.db
Usage: no commands
Settings: none
Usage: no commands
Settings: none
Usage: no commands
Settings: none
Usage: no commands
Settings:
command:
log-register: false
enable-all: false
Have a changing Moto of the Day!
Usage: no commands
Settings:
list:
- example
- example 2
interval: 5 # refresh interval
Money system.
Usage:
/balance
/update-balance <target> <amount> <reason>
/get-balance <target>
Settings:
database: economy.db
command: true
A simple port of Bukkit's essentials plugin.
Usage:
/custom-name set <key> <target> <str>
/custom-name clear <target>
/home
/spawn
/tpa <selector>
/tpaccept
/tpdeny
/transferserver <target> <hostname> [port]
/warp to <name>
/warp list
/warp set <name>
/warp del <name>
/global-warp set|del <name>
Settings: todo
Use experimental gameplay features.
Usage: no commands
Settings: todo
It's a flat world.
Usage: no commands
Settings: todo
Usage: no commands
Settings: todo
Usage: no commands
Settings: todo
Usage: no commands
Settings: todo
Usage: no commands
Settings: todo
Usage: no commands
Settings: todo
Usage: no commands
Settings: todo
Usage: no commands
Settings: todo
Protect a certain world area.
Usage: /spawn-protection <mode>
Settings: todo
A. Installation:
- Windows
- GNU/Linux (Using Docker and Wine) (Recommended)
- GNU/Linux (Wine without docker) (Not Recommended)
B. Installing and using the translation resource pack (Otherwise the command help menus and responses will be gibberish)
For Advanced Users Only