General Systems

This page contains information about general systems in the plugin.

Actions

Everywhere where you can see somethin' like "[MESSAGE]" you can use this system. You can let execute as many actions as you want, but remember it could cause lag if you add too many actions.

General information

Argument format: [1];[2];[3] ...

For example for the [EFFECT] action: [1] = Effect (e.g. SPEED) [2] = Amplifier (e.g. 1) [3] = Duration (e.g. 20)

Times/Durations: Everywhere times and durations are defined in ticks. (20 Ticks = 1 Second) Colors/Formatting: Uses MiniMessages (https://docs.advntr.dev/minimessage/format)

Valid Actions

[MESSAGE] -> Arguments: MESSAGE ↳ MESSAGE = The message [SEND_SERVER] -> Arguments: SERVER ↳ SERVER = The server to sent the player to (BungeeCord / Velocity) [ACTION_BAR] -> Arguments: MESSAGE ↳ MESSAGE = The message [TITLE] -> Arguments: TITLE;SUBTITLE;FADEIN;STAND;FADEOUNT ↳ TITLE = The title ↳ SUBTITLE = The sub-title ↳ FADEIN = The fade-in duration ↳ STAND = The stand duration ↳ FADEOUT = The fade-out duration [SEND_ALL] -> Arguments: MESSAGE ↳ Info: This message will be send to all players ↳ MESSAGE = The message [BROADCAST] -> Arguments: MESSAGE ↳ Info: This message will be send as a bukkit broadcast message ↳ MESSAGE = The message [SOUND] -> Arguments: SOUND;VOLUME;PITCH ↳ SOUND = The sound ↳ VOLUME = The volume of the sound (0.0 - 2.0) ↳ PITCH = The pitch of the sound (0.0 - 2.0) [EFFECT] -> Arguments: POTIONEFFECT;AMPLIFIER;DURATION;AMBIENT;PARTICLES;ICON ↳ POTIONEFFECT = The potion-effect ↳ AMPLIFIER = The amplifier (0 - 255) ↳ DURATION = The duration ('-1' for infinity) ↳ AMBIENT = Show ambient particles (true/false) ↳ PARTICLES = Show particles (true/false) ↳ ICON = Show icon (true/false) [GIVE] -> Arguments: MATERIAL;AMOUNT or nexo:item_id;AMOUNT ↳ MATERIAL = Material of the item ↳ AMOUNT = Amount of the item ↳ nexo:item_id = 'nexo:' + id of the nexo item in lower-case [CLOSE] -> No arguments ↳ Info: Closes the GUI [PLAYER_COMMAND] -> Arguments: COMMAND ↳ COMMAND = The command [CONSOLE_COMMAND] -> Arguments: COMMAND ↳ COMMAND = The command

Last updated