
CommandScheduler
Schedule any command!
- Загрузки
- 147
- Подписчики
- 2
- Обновлён
- 6 февраля 2026 г.
- Лицензия
- MIT
Опубликован 22 июня 2025 г.
CommandScheduler
This mod is created with efficiency and customization in mind. The mod itself is very lightweight and does not use a lot of memory to run. There is also a lot of customization that can be done through the configs, such as:
- Add a timer for how often it should run
- Add a chance for it to run
- Add a recheck timer for the next time it should run in case the odds don't line up in favor of the command being run due to the chance
- Toggle whether or not a command should run multiple times or only once. Good for initializations.
- Add a list of commands that all have a certain weight, which allows you to run a specific list of commands.
- Adds command /commandSchedule for running commands in the future!
Configs
{
"Example 1": {
"commands": [
{
"weight": 20,
"command": [
"/tell Polqrrrr hello, how are you?",
"/tell Polqrrrr testerrr"
]
},
{
"weight": 1000,
"command": [
"/tell Polqrrrr uhhh"
]
}
],
"frequency": 20,
"recheckInterval": 100,
"chance": 100,
"repeatable": true
}
}
Ченджлог
1.1-SNAPSHOTРелиз1.21.1 · 6 февраля 2026 г.
Change JSON Structure to allow for multiple commands, and remove the "Tasks" field since it's redundant.
Add commandSchedule command.
Allows you to schedule commands like /commandSchedule 10 "tell Polqrrrr hello!", which will run 10 seconds after sending the command. Requires OP level 2+
1.0-SNAPSHOTРелиз1.21.1 · 22 июня 2025 г.
First Release
Комментарии
Загружаем…