-
Notifications
You must be signed in to change notification settings - Fork 8
Action Settings
The name/path of a setting can be used for the parameter <setting> of the command:
/alias modifyaction <name> <action_name> <setting> <set|add> <value>
Name: Type
Accepted value: COMMAND or MESSAGE (Type)
Effect: Determines the type of an action.
Note: This setting can only be changed manually and not via commands!
Name: Enabled_Worlds or EnabledWorlds
Default abbreviation name: enwrlds
Accepted value: Valid world names separated with , (String)
Effect: Determines the worlds in which the action is enabled.
Name: Enabled_Permission_Nodes or EnabledPermissionNodes
Default abbreviation name: enperms
Accepted value: Permission nodes separated with , (String)
Effect: Determines the list of permission nodes of which the sender has to have at least one to enable the action.
Name: Enabled_Permission_Groups or EnabledPermissionGroups
Default abbreviation name: engrps
Accepted value: Valid group names separated with , (String)
Effect: Determines the list of permission group of which the sender has to be in at least one to enable the action.
Name: Enabled_Params or EnabledParams
Default abbreviation name: enpar
Accepted value: Parameter matchers <PARAM@INDEX> separated with , (String)
Effect: Determines the list of parameters which have to match in order to enable the action.
Name: Priority
Default abbreviation name: prio
Accepted value: Any number (Integer)
Effect: Determines priority of an action.
Name: Translate_Color_Codes or TranslateColorCodes
Default abbreviation name: color
Accepted value: true or false (Boolean)
Effect: Determines whether the color codes in the parameters will be translated for the action.
Name: Command
Default abbreviation name: cmd
Accepted value: Command (String)
Effect: Determines the command of the action.
Note: This setting is only available for actions of the type COMMAND
Name: Executor
Default abbreviation name: exec
Accepted value: SENDER or CONSOLE (Executor)
Effect: Determines the command executor of the action.
Note: This setting is only available for actions of the type COMMAND
Name: Grant_Permission or GrantPermission
Default abbreviation name: gperm
Accepted value: true or false (Boolean)
Effect: Determines whether the sender gets the permission for the command granted.
Note: This setting is only available for actions of the type COMMAND
Name: Silent
Accepted value: true or false (Boolean)
Effect: Determines whether the regular output of the command is suppressed. (No command messages are sent to the sender of the alias)
Note: This setting is only available for actions of the type COMMAND
Name: Message
Default abbreviation name: msg
Accepted value: Single message or multiple lines (String or String List)
Effect: Determines the message of the action.
Note: This setting is only available for actions of the type MESSAGE
Name: Broadcast
Default abbreviation name: bc
Accepted value: true or false (Boolean)
Effect: Determines whether the message is broadcasted.
Note: This setting is only available for actions of the type MESSAGE