💣
BaseRaiders
  • 💣BaseRaiders - Main
  • Installation
    • 💡Installation
  • Configuration
    • 🖥️GUIs & Items
      • Creating GUIs & Items
      • Custom Items - On Click
      • Custom Items - Executables
      • Special executables
    • 📋Config.yml
    • 👨‍💻Commands.yml
    • 👉Handlers.yml
    • 🏚️protections.yml
    • 🫥Placeholders
  • Resource Pack
    • ⛺Setting up
    • 🖥️Custom GUIs
    • 🔢Custom Model Data
  • Usage
    • 🚚Obtaining & Usage
    • 🤷‍♂️Protection features
    • 🍄Decay system
    • 💹Upgrade section
      • Range upgrade
      • Fuel upgrade
      • Generator upgrade
  • Commands
    • 🅱️Base
    • 🆘Help
    • 🎁Give
    • 🔃Reload
    • ✈️TP
    • 👥Trust
    • 👥Untrust
    • 🚧Bypass
    • 🗂️Invites
    • 🏗️Place
    • 💬Toggle
    • 🔤Nick
    • 📉Discount
  • Support & Bugs
    • 🔧Discord
Powered by GitBook
On this page
  • Executable - [COMMAND]
  • Executable - [SOUND]
  • Executable - [MESSAGE]
  • Executable - [SPECIAL]
  1. Configuration
  2. GUIs & Items

Custom Items - Executables

PreviousCustom Items - On ClickNextSpecial executables

Last updated 9 months ago

Executables, usable in the On-Click events.


Executable - [COMMAND]

The [COMMAND] executable acts as a console command, use %player% to replace it with the player name.

execute:
  - "[COMMAND] give %player% diamond 1"

Executable - [SOUND]

The [SOUND] executable will play a sound for the player, with customizable volume and pitch. You can find a list of sound names on Volume can be from 0 to 1, and Pitch can be from -2 to 2.

execute:
  - "[SOUND] ENTITY_ENDER_EYE_DEATH 1 -2" # <SOUND NAME> <VOLUME> <PITCH>

Executable - [MESSAGE]

The [MESSAGE] executable will send the player a message.

execute:
  - "[MESSAGE] &7Hello there!"

Executable - [SPECIAL]

For info about special executables, see:


🖥️
https://www.digminecraft.com/lists/sound_list_pc.php
Special executables