-
Notifications
You must be signed in to change notification settings - Fork 8
Settings
The name/path of a setting can be used for the parameter <setting> of the command:
/alias modify <name> <setting> <set|add> <value>
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>.
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.
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).
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.
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.
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.
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.
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.
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.
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.
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.
Name: Permission_Node or PermissionNode
Default abbreviation name: permno
Accepted value: Permission node (String)
Effect: Determines the permission node of an alias.
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.
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.
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.
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.
Name: Delay_Duration or DelayDuration
Default abbreviation name: deldur
Accepted value: Any number higher than 0 (Integer)
Effect: Determines the delay duration.
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.
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.
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.
Name: Cooldown_Duration or CooldownDuration
Default abbreviation name: cddur
Accepted value: Any number higher than 0 (Integer)
Effect: Determines the cooldown duration.
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.
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.
Name: Cost_Amount or CostAmount
Default abbreviation name: costam
Accepted value: Any point number higher than 0 (Double)
Effect: Determines the cost amount.
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.
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.
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.