Improved documentation of pocketmine.yml aliases

This commit is contained in:
Dylan K. Taylor 2022-04-07 23:10:18 +01:00
parent ea677154cb
commit 9b43be9d9c
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -173,10 +173,26 @@ console:
title-tick: true
aliases:
#Examples:
#showtheversion: version
##This section allows you to add, remove or remap command aliases.
##A single alias can call one or more other commands (or aliases).
##Aliases defined here will override any command aliases declared by plugins or PocketMine-MP itself.
##To remove an alias, set it to [], like so (note that prefixed aliases like "pocketmine:stop" will remain and can't
##be removed):
#stop: []
##Commands are not removed, only their aliases. You can still refer to a command using its full (prefixed)
##name, even if all its aliases are overwritten. The full name is usually something like "pocketmine:commandname" or
##"pluginname:commandname".
#abort: [pocketmine:stop]
##To add an alias, list the command(s) that it calls:
#giveadmin: [op]
#savestop: [save-all, stop]
##To change an existing command alias and make it do something else:
#tp: [suicide]
worlds:
#These settings will override the generator set in server.properties and allows loading multiple worlds
#Example: