Skip to content

/asl profiles add <profile>
/asl profiles copy <profile> <name>
/asl profiles info <profile>
/asl profiles list
/asl profiles set <profile> <option> [value]

Permissions:

  • advancedserverlist.admin
  • advancedserverlist.command.profiles

Subcommands:

Creates, copies, lists (info of) or sets values for profiles.

/asl profiles add <profile>

Permissions:

  • advancedserverlist.admin
  • advancedserverlist.command.profiles
  • advancedserverlist.command.profiles.add

Arguments:

  • <profile> - Name of the profile to create.

Creates a new profile using default values.
/asl reload needs to be executed to load the new profile.

/asl profiles copy <profile> <name>

Permissions:

  • advancedserverlist.admin
  • advancedserverlist.command.profiles
  • advancedserverlist.command.profiles.copy

Arguments:

  • <profile> - Name of the profile to copy.
  • <name> - Name of the copy to make.

Creates a copy from the provided profile.
/asl reload needs to be executed to load the new profile.

/asl profiles info <profile>

Permissions:

  • advancedserverlist.admin
  • advancedserverlist.command.profiles
  • advancedserverlist.command.profiles.info

Arguments:

  • <profile> - The profile to list info from.
Only executable by players.

Lists currently set values for the provided profile.
Each option has hover text to show the value and a click action to receive the matching /asl profiles set ... command.

/asl profiles list

Permissions:

  • advancedserverlist.admin
  • advancedserverlist.command.profiles
  • advancedserverlist.command.profiles.list

Lists all currently loaded profiles.
Each profile has a hover text displaying their priority, condition and whether they are considered valid.

/asl profiles set <profile> <option> [value]

Permissions:

  • advancedserverlist.admin
  • advancedserverlist.command.profiles
  • advancedserverlist.command.profiles.set

Arguments:

  • <profile> - The profile to modify.
  • <option> - The option to modify.
  • [value] - Optional value to set. Leave empty to reset the option.

Sets the config option <option> to the provided [value]. Leaving value empty results in the option being reset to an empty/unset state.
/asl reload needs to be executed to apply the changes.