Skip to content

Action Settings

Stefan edited this page Sep 1, 2020 · 10 revisions

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>

Type

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!

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 action is enabled.

Enabled_Permission_Nodes

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.

Enabled_Permission_Groups

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.

Enabled_Params

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.

Priority

Name: Priority

Default abbreviation name: prio

Accepted value: Any number (Integer)

Effect: Determines priority of an action.

Translate_Color_Codes

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.


Command

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

Executor

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

Grant_Permission

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

Silent

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


Message

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

Broadcast

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


Next - FAQ

Previous - Settings

Clone this wiki locally