Compatibility
Minecraft: Java Edition
1.21–1.21.8
Platforms
Creators
Details
Licensed ARR
Published last year
Updated 3 months ago
MeowTools
A powerful Minecraft Spigot plugin that provides useful tools for your server.
📋 Main Features
- Heal Command - Quickly restore player health and hunger
- Feed Command - Restore player hunger
- Welcome System - Personalized welcome messages for new and returning players
- Hotkey System - Quick access to common functions via F key combinations
- Multi-language Support - Supports Chinese and English interfaces
- Permission System - Complete permission control
🔧 System Requirements
- Minecraft Version: 1.21 and above
- Server Software: Spigot/Paper 1.21+
- Java Version: Java 21
🚀 Installation
- Download the plugin JAR file
- Place the JAR file in your server's
pluginsfolder - Restart the server
- The plugin will automatically generate configuration files
📖 Command Usage
Main Command /meow
/meow help- Show help information/meow heal [player]- Heal yourself or specified player/meow feed [player]- Feed yourself or specified player/meow workbench- Open workbench GUI/meow enderchest- Open ender chest/meow reload- Reload plugin configuration (admin)
Standalone Commands
/heal [player]- Heal command/feed [player]- Feed command/workbench- Workbench command/enderchest- Ender chest command
🎮 Hotkey Features
Quick access to functions by pressing F key combined with different states:
| Hotkey | Function | Permission |
|---|---|---|
| Normal F | Open workbench | meowtools.hotkey.workbench |
| Look Up F | Open ender chest | meowtools.hotkey.enderchest |
| Look Down F | Toggle creative mode | meowtools.hotkey.lookdown |
| Shift+F | Execute special command | meowtools.hotkey.shift |
| Ctrl+F | Execute sprint command | meowtools.hotkey.ctrl |
Usage Instructions
- Normal F Key: Press F key when looking in normal range (-87° to 87°)
- Look Up F Key: Press F key when looking up (≥ 87°)
- Look Down F Key: Press F key when looking down (≤ -87°)
- Shift+F Key: Hold sneak key (Shift) while pressing F key
- Ctrl+F Key: Hold sprint key (Ctrl) while pressing F key
🔐 Permission System
| Permission Node | Description | Default |
|---|---|---|
meowtools.* |
All permissions | OP |
meowtools.admin |
Admin permissions | OP |
meowtools.heal |
Use heal command | All players |
meowtools.feed |
Use feed command | All players |
meowtools.workbench |
Use workbench command | All players |
meowtools.enderchest |
Use ender chest command | All players |
meowtools.hotkey.* |
All hotkey permissions | All players |
⚙️ Configuration File
Configuration file is located at plugins/MeowTools/config.yml
Basic Configuration
# Welcome message settings
welcome:
enabled: true
sound_enabled: true
# Command settings
commands:
heal:
enabled: true
cooldown: 30
feed:
enabled: true
cooldown: 30
# Hotkey settings
hotkeys:
enabled: true
cancel_original_function: true
# Normal F key
normal:
enabled: true
command: "workbench"
# Shift+F key
shift:
enabled: true
command: "fly"
🌍 Multi-language Support
The plugin supports Chinese and English, language files are located at plugins/MeowTools/languages/:
zh_CN.yml- Chinese language packen_US.yml- English language pack
You can switch languages by modifying the language setting in the configuration file.
🐛 Issue Reporting
If you encounter any issues, please:
- Check server logs
- Confirm permission configuration is correct
- Verify configuration file format
📄 License
This project is licensed under the MIT License.
Thank you for using MeowTools! 🐱



