BitByLogic's Resources
  • Home
  • 🖥️Resources
    • Item Actions
      • ⛏️Interact Item
      • 🪖Armor Item
      • ⚙️Item Options
      • ♟️Actions
      • 🖱️Commands
Powered by GitBook
On this page
  1. Resources
  2. Item Actions

Actions

View how to create & manage actions.

Actions are predefined variables with required arguments for execution. For example, running a command as the player, or sending the player a predefined message.

More Actions will be added in the future, if you have a suggestion for an action, please DM me on Discord @BitByLogic!

ID
Description
Syntax

ADD_POTION_EFFECT

Add a potion effect to the player.

ADD_POTION_EFFECT:\<Type>|\<amplifier>|\<ambient>|\<particles>

REMOVE_POTION_EFFECT

Remove a potion effect from the player.

REMOVE_POTION_EFFECT:\<Type>

NEGATE_FALL_DAMAGE

Prevent the player from taking fall damage.

NEGATE_FALL_DAMAGE

SEND_MESSAGE

Send the player a message.

SEND_MESSAGE:\<Message>

PLAY_SOUND

Play a sound for the player.

PLAY_SOUND:\<Sound>

RUN_COMMAND

Run a command as the player.

RUN_COMMAND:\<Command>

RUN_CONSOLE_COMMAND

Run a command as console.

RUN_CONSOLE_COMMAND:\<Command>

PreviousItem OptionsNextCommands

Last updated 1 year ago

🖥️
♟️