mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-20 18:06:40 +00:00
Improved documentation of pocketmine.yml aliases
This commit is contained in:
parent
ea677154cb
commit
9b43be9d9c
@ -173,10 +173,26 @@ console:
|
|||||||
title-tick: true
|
title-tick: true
|
||||||
|
|
||||||
aliases:
|
aliases:
|
||||||
#Examples:
|
##This section allows you to add, remove or remap command aliases.
|
||||||
#showtheversion: version
|
##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]
|
#savestop: [save-all, stop]
|
||||||
|
|
||||||
|
##To change an existing command alias and make it do something else:
|
||||||
|
#tp: [suicide]
|
||||||
|
|
||||||
worlds:
|
worlds:
|
||||||
#These settings will override the generator set in server.properties and allows loading multiple worlds
|
#These settings will override the generator set in server.properties and allows loading multiple worlds
|
||||||
#Example:
|
#Example:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user