ZCommandCooldown
作者:rebot | 分类:模组
Minecraft 版本: 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: folia paper purpur
标签: game-mechanics management utility
ZCommandCooldown
A lightweight Minecraft plugin that adds customizable, permission-based cooldowns to any command on your server.
Features
- Permission-Based Cooldowns: Set different cooldown durations based on player permissions
- Command Aliases: Define aliases for commands that share the same cooldown
- Customizable Messages: Fully customizable messages with MiniMessage format support
- Action Bar Support: Display cooldown messages in the action bar instead of chat
- Admin Commands: Reload configuration, clear cooldowns, and more
- Persistent Cooldowns: Cooldowns persist across server restarts
- Folia Compatible: Works with both Paper and Folia servers
Dependencies
Installation
- Download the latest release from Modrinth
- Download the appropriate version of MCKotlin from Modrinth
- Place the JAR file in your server's
pluginsfolder - Restart your server
- Edit the configuration files in the
plugins/ZCommandCooldown/directory to customize the plugin
Configuration (cooldowns.yml)
cooldowns:
repair: # Command that a cooldown will be applied to.
aliases: # Other aliases for the command. All share the same cooldown.
- fix
- erepair
durations: # Set durations of cooldown according to permission. If player has multiple of these perms, the lowest duration is used.
default: 600 # 600 seconds for players by default
group.group1: 120 # 2 minutes for players with group.group1 permission
group.group2: 60 # 1 minute for players with group.group2 permission
custom.repair.fast: 30 # 30 secods for players with the custom.repair.fast permission请登录后举报
暂无评论,抢个沙发吧~