Skip to content

Settings

Stefan edited this page Sep 1, 2020 · 42 revisions

The name/path of a setting can be used for the parameter <setting> of the command:

  • /alias modify <name> <setting> <set|add> <value>

General_Settings.Description

Name: Description

Default abbreviation name: desc

Accepted value: Description of the alias (String)

Effect: Changes the description of the alias which is displayed when you type /alias details <name> or /? <name>.

General_Settings.Executable_As_Console

Name: Executable_As_Console or ExecutableAsConsole

Default abbreviation name: exac

Accepted value: true or false (Boolean)

Effect: Determines whether the alias can be executed as console.

General_Settings.Console_Message

Name: Console_Message or ConsoleMessage

Accepted value: Message for the sender (String)

Effect: Determines the message which is displayed when the console tries to run a player only alias (Executable_As_Console = true).

General_Settings.Enabled_Worlds

Name: Enabled_Worlds or EnabledWorlds

Default abbreviation name: enwrlds

Accepted value: Valid world names separated with , (String)

Effect: Determines the worlds in which the alias is enabled.

General_Settings.World_Message

Name: World_Message or WorldMessage

Accepted value: Message for the sender (String)

Effect: Determines the message which is displayed when a player tries to execute the alias in a world that is not enabled.

General_Settings.Execution_Order

Name: Execution_Order or ExecutionOrder

Default abbreviation name: exorder

Accepted value: Valid action names separated with , (String)

Effect: Determines the order of actions which will be executed.


General_Settings.Usage_Check.Enabled

Name: Usage_Check_Enabled or UsageCheckEnabled

Default abbreviation name: uscen

Accepted value: true or false (Boolean)

Effect: Determines whether the usage check for an alias is enabled.

General_Settings.Usage_Check.Min_Params

Name: Usage_Check_Min_Params or UsageCheckMinParams

Default abbreviation name: uscminp

Accepted value: Any number higher than -1 (Integer)

Effect: Determines the minimum amount of parameters for the alias to execute.

General_Settings.Usage_Check.Max_Params

Name: Usage_Check_Max_Params or UsageCheckMaxParams

Default abbreviation name: uscmaxp

Accepted value: Any number higher than -1 (Integer)

Effect: Determines the maximum amount of parameters for the alias to execute.

General_Settings.Usage_Check.Message

Name: Usage_Check_Message or UsageCheckMessage

Default abbreviation name: uscmsg

Accepted value: Message for the sender (String)

Effect: Determines the message which is displayed when the usage check conditions are not met.


General_Settings.Permission.Enabled

Name: Permission_Enabled or PermissionEnabled

Default abbreviation name: permen

Accepted value: true or false (Boolean)

Effect: Determines whether the permission for an alias is enabled.

General_Settings.Permission.Node

Name: Permission_Node or PermissionNode

Default abbreviation name: permno

Accepted value: Permission node (String)

Effect: Determines the permission node of an alias.

General_Settings.Permission.Groups

Name: Permission_Groups or PermissionGroups

Default abbreviation name: permgrps

Accepted value: Valid group names separated with ,`` (String)

Effect: Determines the permission groups of an alias.

General_Settings.Permission.Message

Name: Permission_Message or PermissionMessage

Default abbreviation name: permmsg

Accepted value: Message for the sender (String)

Effect: Determines the message which is displayed when the sender has no permission.


General_Settings.Delay.Enabled

Name: Delay_Enabled or DelayEnabled

Default abbreviation name: delen

Accepted value: true or false (Boolean)

Effect: Determines whether the delay for an alias is enabled.

General_Settings.Delay.Cancel_On_Move

Name: Delay_Cancel_On_Move or DelayCancelOnMove

Default abbreviation name: delcom

Accepted value: true or false (Boolean)

Effect: Determines whether the alias execution is cancelled when the sender moves.

General_Settings.Delay.Duration

Name: Delay_Duration or DelayDuration

Default abbreviation name: deldur

Accepted value: Any number higher than 0 (Integer)

Effect: Determines the delay duration.

General_Settings.Delay.Message

Name: Delay_Message or DelayMessage

Default abbreviation name: delmsg

Accepted value: Message for the sender (String)

Effect: Determines the message which is displayed after alias execution when the delay is enabled.

General_Settings.Delay.Cancel_Message

Name: Delay_Cancel_Message or DelayCancelMessage

Default abbreviation name: delcmsg

Accepted value: Message for the sender (String)

Effect: Determines the message which is displayed when the alias execution is cancelled.


General_Settings.Cooldown.Enabled

Name: Cooldown_Enabled or CooldownEnabled

Default abbreviation name: cden

Accepted value: true or false (Boolean)

Effect: Determines whether the cooldown for an alias is enabled.

General_Settings.Cooldown.Duration

Name: Cooldown_Duration or CooldownDuration

Default abbreviation name: cddur

Accepted value: Any number higher than 0 (Integer)

Effect: Determines the cooldown duration.

General_Settings.Cooldown.Message

Name: Cooldown_Message or CooldownMessage

Default abbreviation name: cdmsg

Accepted value: Message for the sender (String)

Effect: Determines the message which is displayed when the alias is still on cooldown.


General_Settings.Cost.Enabled

Name: Cost_Enabled or CostEnabled

Default abbreviation name: costen

Accepted value: true or false (Boolean)

Effect: Determines whether the cost for an alias is enabled.

General_Settings.Cost.Amount

Name: Cost_Amount or CostAmount

Default abbreviation name: costam

Accepted value: Any point number higher than 0 (Double)

Effect: Determines the cost amount.

General_Settings.Cost.Message

Name: Cost_Message or CostMessage

Default abbreviation name: costmsg

Accepted value: Message for the sender (String)

Effect: Determines the message which is displayed when the sender does not have enough money.


General_Settings.Logging.Enabled

Name: Logging_Enabled or LoggingEnabled

Default abbreviation name: logen

Accepted value: true or false (Boolean)

Effect: Determines whether the logging of an alias is enabled.

General_Settings.Logging.Message

Name: Logging_Message or LoggingMessage

Default abbreviation name: costmsg

Accepted value: Message for the console (String)

Effect: Determines the message which is displayed in the console when an alias is executed.


Previous - Dynamic Variables

Clone this wiki locally