Skip to content

EuanSteven/StartupCommands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StartupCommands Build Status Coverage Status

StartupCommands is a Minecraft server plugin that automatically runs commands on startup with an optional delay.

Tested Minecraft Versions: 1.11, 1.12, 1.13, 1.14, 1.15, 1.16

Config

Add commands in the configuration by following the examples provided, or follow the following example:

# Add commands below to execute on server startup/reload.
# delay is the number of seconds to wait before executing. Use 0 for immediate execution.
# notify-on-exec is a boolean value to enable/disable console notifications on command execution.
commands:
  gamemode 1 TestPlayer:
    delay: 10
    notify-on-exec: false
  ban TestPlayer:
    delay: 0
  say This is a test message with StartupCommands:
    delay: 3

Please note that normal characters that required escaping in YAML will need to be escaped in the configuration.

Commands

  • /startup help - display StartupCommands command help
  • /startup view - view the current startup commands
  • /startup add/create (optional delay in seconds) - add a command to the startup command list
  • /startup remove/delete - remove a command from the startup command list
  • /startup run - manually run the startup commands in the configuration
  • /startup setdelay - set an existing command's delay in seconds

The permission required for using these commands is: startupcommands.manage

About

A Minecraft server plugin that runs commands on startup.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%