Big list of Actions

These are all the valid action types that can be used in the wizard, modify command or configuration

Warning: Some of these actions could be exploited for the benefit of players!

Note: Actions are not case sensitive.

In all the action params, you can use the same replacements as in the response message.

Nothing

Does exactly what it says.

Action params: n/a

Heal

Gives the player a specified amount of health or restores it fully.

Action params: the amount of health to be given or "full" to heal completely. (number)

Kill

Kills the player.

Action params: n/a

Note: This cancels the player's message if 'intelligent-cancel' is set to true in config.yml.

PlayerCommand

Performs the specified command as the player.

Action params: The command to be executed (without the '/')

ServerCommand

Executes the specified command in Console.

Action params: The command to be executed in console (without the '/')

Kick

Kicks the player with the specified message, or 'You were kicked from the server by <chat name>.' if none is specified.

Action params: The kick message (can be used with replacements)

Note: This cancels the player's message if 'intelligent-cancel' is set to true in config.yml.

OP

Grants the player OP status.

Action params: n/a

DeOP

Revokes the player's OP status, or does nothing if player isn't OP.

Action params: n/a

Ban

Bans the player permanently.

Action params: n/a

Note: This cancels the player's message if 'intelligent-cancel' is set to true in config.yml.

Smite

Strikes lightning at the player's location.

Action params: n/a

Potion

Applies the specified potion effect to the player for 10 seconds.

Action params: Valid potion effect (see here for list)

Suffocate

Teleports the player 3 blocks below their current location, suffocating them.

Action params: n/a

Drop

Teleports the player to a given number of blocks above their current location, dropping them if they are above ground or suffocating them if they are underground.

Action params: number of blocks to drop from (number)

Launch

Launches the player vertically with the speed provided.

Action params: vertical speed to give the player (number)

Note: A number greater than 15 will cause warnings "Player moved too quickly" and the player will not go anywhere.

Damage

Applies the given amount of damage to the player, but not killing them.

Action params: the amount of half-heart health points to damage. (number)

ToggleGameMode

Toggles the player's game mode between survival and creative.

Action params: n/a

SetGameMode

Sets the player's gamemode to the mode specified.

Action params: Valid gamemode type. (currently survival, creative or adventure)


Comments

Posts Quoted:
Reply
Clear All Quotes