2025-06-03 10:59:01 +00:00
2025-05-28 15:56:29 +00:00
2025-05-26 12:34:04 +00:00
2025-05-24 18:12:34 +00:00
2025-05-28 15:56:48 +00:00
2025-06-03 10:59:01 +00:00

Exec

Exec is a Minecraft server plugin that makes possible to run external scripts via commands. The scripts can be written with Bash or Python for example and the code changes don't need a server restart.

PlaceholderAPI is required. You might also want to use mcrcon for script output.

Config

commands:
    examplecommand:
        script: "/path/to/your/script %player_name% %args%"
        permission: "exec.example"

The Exec config looks like this. You can use the following placeholders:

  • %args% means all arguments provided to the command.
  • %arg_1%, %arg_2% can be used to read arguments too.
  • PlaceholderAPI is supported (and usually required). %player_name% is the most useful one.

You can use /exec reload to reload the config.

Description
Makes possible to run external scripts via commands.
Readme MIT 38 KiB
Exec v0.2.1 Latest
2025-05-28 15:58:09 +00:00
Languages
Java 100%