CommandScheduler
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 1.1-SNAPSHOT
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/commandscheduler
资源信息
Minecraft 版本: 1.21.1
平台: fabric
标签: management utility
资源介绍
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
}
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~