1.3 KiB
1.3 KiB
SimplifyTools - Commands
You can use the following commands to use the features of SimplifyTools.
- /st: The main SimplifyTools command.
Requiresst.st
- /st help: Displays all SimplifyTools related commands.
Requiresst.help
- /st ping: Displays your ping to the current server.
Requiresst.ping
- /st tps: Displays plugin calculated TPS.
Requiresst.tps
- /st stats: Displays your gameplay statistics.
Requiresst.stats
- /st save-all: Saves the players, worlds data on the server.
Requiresst.save
- /st pmanager <LOAD/UNLOAD>: A built-in plugin manager.
Requiresst.pmanager.*
- /st pmanager load : Plugin loading.
Requiresst.pmanager.load (can be inherited from st.pmanager.*)
- /st pmanager unload : Plugin unload.
Requiresst.pmanager.unload (can be inherited from st.pmanager.*)
- /st reload: Plugin settings reload.
Requiresst.reload
SimplifyTools - Wildcard Permissions
- st.* - Wildcard permission for all commands, permissions for this plugin.
- st.pmanager.* - Wildcard permission for the plugin manager commands.
- st.admin - A wildcard permission for admins. This is used for notify when update available, also grants usage for
st.save
andst.pmanager.*