Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Spigot Plugin zum Planen von Befehlen aus der config.yml

Notifications You must be signed in to change notification settings

TabZz147/CommandSchedulePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CommandSchedulerPlugin

Time-Scheduled Command Execution for Spigot/Paper Servers
by TabZz147 – manacity.de


✨ Key Features

  • βœ… Time-Scheduled Execution
    Configure multiple commands in the config.yml and have them executed automatically at the specified time.

  • βœ… Flexible Scheduling
    Commands are executed even if the scheduled time has already passed – all commands are run in sequence with a constant 5-second interval between them.

  • βœ… Sequential Command Execution
    A global cumulative delay ensures that commands from different configuration entries are executed one after the other, preventing conflicts during critical operations.

  • βœ… Automatic Marking
    Once executed successfully, each entry is marked as executed: true, preventing duplicate execution on server restart.

  • βœ… Easy Configuration
    The clear and concise config.yml allows you to quickly adjust scheduled times and commands.


πŸ“¦ Installation

  1. Place the built plugin .jar file into the plugins/ folder of your Spigot/Paper server.
  2. Restart the server to load the plugin.
  3. Edit the config.yml to enter your desired commands and schedule times.

πŸ› οΈ Usage

This plugin is ideal for automating maintenance tasks and complex server operations β€” especially when dealing with time-critical processes such as deleting and rebuilding worlds.

Example Workflow

  1. Schedule a series of commands in config.yml.
  2. At the scheduled time, the plugin starts executing the commands.
  3. Each command runs in order with a 5-second delay between them.
  4. After completion, each scheduled entry is marked as executed: true in the config.

βš™οΈ Requirements

  • Java 17+
  • Minecraft 1.20+ (Paper / Spigot)

πŸ“„ License

This project is licensed under the MIT License.


πŸ‘¨β€πŸ’» Developed by TabZz147
🌐 manacity.de

About

Spigot Plugin zum Planen von Befehlen aus der config.yml

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages