Commands¶
The plugin adds commands to use for various things related to the plugin itself.
The main command is /advancedserverlist but an alias called /asl is also registered to use.
Permissions¶
The main permission is advancedserverlist.admin for all commands, but you can also grant access to specific commands using advancedserverlist.command.<subcommand> instead (i.e. advancedserverlist.command.help to grant access to /asl help).
Subcommands¶
The following subcommands are available (Subcommands are case-insensitive):
help¶
Permission: advancedserverlist.command.help
Shows a list of all available subcommands for AdvancedServerList.
reload¶
Permission: advancedserverlist.command.reload
Reloads the plugin's config.yml and all available YAML files in the profiles folder.
clearcache¶
Permission: advancedserverlist.command.clearcache
Clears the currently cached favicons and players.
migrate <plugin>¶
Permission: advancedserverlist.command.migrate
Arguments:
<plugin>- The plugin to migrate from.
Migrates files from one plugin over to AdvancedServerList.
Check the Migration Page for a list of supported plugins.
profiles <add <profile> | copy <profile> <name> | list>¶
Permission: advancedserverlist.command.profiles
Arguments:
add <profile>- Creates a new profile with name<profile>using the default profile values.copy <profile> <name>- Creates a copy of<profile>and saves it as<name>.list- Lists all loaded profiles. The entries have hover text for extra info.
Creates, copies or shows profiles in AdvancedServerList.