KylianTools – Documentation
Version: 1.0
Minecraft Compatibility: 1.21.4
⚙️ Dependencies:
None
Table of Contents
- Commands
- Permissions
- Config Explanation
- Chat Games List
- FAQ
Commands
Command
Description
Permission
/ban <player> <time> <reason> Bans a player for a set time. kyliantools.ban
/unban <player> Unbans a player manually. kyliantools.unban
/mute <player> <time> Mutes a player. kyliantools.mute
/unmute <player> Unmutes a player. kyliantools.unmute
/warn <player> <reason> Warns a player. kyliantools.warn
/rtp Teleports the player to a random location. kyliantools.rtp
/chatcolor <color> Changes the player's chat color. kyliantools.chatcolor
/kyliantools reload Reloads the plugin configuration. kyliantools.admin
Permissions
Permission Node
Description
kyliantools.ban Allows use of /ban
kyliantools.unban Allows use of /unban
kyliantools.mute Allows use of /mute
kyliantools.unmute Allows use of /unmute
kyliantools.warn Allows use of /warn
kyliantools.rtp Allows use of /rtp
kyliantools.chatcolor Allows use of /chatcolor
kyliantools.admin Access to /kyliantools reload and all admin actions
kyliantools.* Gives access to all plugin commands
⚙️ Config Explanation
yaml
ban:
auto-unban: true
default-duration: 1d
mute:
auto-unmute: true
default-duration: 10m
warn:
max-warns: 3
auto-ban: true
ban-duration: 1h
rtp:
cooldown: 30s
safe-radius: 100
chatcolor:
allow-custom: true
default-color: "&7"
chatgames:
enabled: true
cooldown: 300
rewards:
- give %player% diamond 1
You can fully customize durations using s (seconds), m (minutes), h (hours), and d (days).
Chat Games List
Game
Description
FastType First player to type a random word wins
Math Solve a random math problem first
Unscramble Unscramble the letters to form a word
New games can be added in future updates!
❓ FAQ
Q: Is this plugin compatible with older versions like 1.20.1?
A: No, KylianTools is optimized for 1.21.4 and uses API features from that version.
Q: Where are the punishment logs saved?
A: Logs are stored in plugins/KylianTools/data/ in YAML format.
Q: Can I disable certain features?
A: Yes, just set "enabled: false" for any module in the config.