SPluginsSPlugins

⌨️ Commands & Permissions

Permissions

Give all permissions of EE

  • Permission: ee.*

Give all commands permissions of EE

  • Permission: ee.cmds

Commands

Create a new ExecutableEvent

  • Command: /ee create {id}
  • Permission: ee.cmd.create

Open the editor / menu

  • Command: /ee editor or /ee show
  • Permission: ee.cmd.editor or ee.cmd.show

Reload the plugin

  • Command: /ee reload
  • Permission: ee.cmd.reload

Reload a folder

  • Command: /ee reload folder:Name_Of_My_Folder
  • Permission: ee.cmd.reload

Delete an ExecutableEvent

  • Command: /ee delete {id}
  • Permission: ee.cmd.delete

Enables an EE event or a folder of events

  • Command: /ee enable {event}
  • Permission: ee.cmd.enable

Disables an EE event or a folder of events

  • Command: /ee disable {event}
  • Permission: ee.cmd.disable

Clear all cooldowns and delayed commands of EE

  • Command: /ee clear [playerName or entityUUID]
  • Permission: ee.cmd.clear

Enable / Disable actionbar of EE

  • Command: /ee actionbar {on or off}
  • Permission: ee.cmd.actionbar

Custom trigger

Commands:

  • /ee run-custom-trigger trigger:{activatorId} // It will execute the activator(s) with the specified ID.

Try it now

Copy this into ExecutableEvents and reload

From the SCore custom commands reference. Paste it into a config, run the plugin's reload command, and you have a working starting point to edit.

activators:
  activator0: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of player
    playerCommands:
    - ABSORPTION amount:5 time:200 # Gives the player absorption
  activator1: # Activator ID, you can create as many activator on the activators list
    option: # Here goes an activator that is at least instance of target
    targetCommands:
    - ABSORPTION amount:5 time:200 # Gives the target absorption
ExecutableEvents

Plugin used on this page

ExecutableEvents

Hook any server event and run conditions and commands on it.

  • 5.0/5 from 13 reviews
  • 310 servers running it right now (bStats)
  • 16 downloads on SPlugins

€12.29

one-time, lifetime updates

Created Oct 26, 2025Last updated Aug 29, 2026 by Ssomar
Edit this page on GitHub