WIKI
Introduction
FistLootMaster is a powerful Minecraft Bukkit plugin that adds a unique loot system to your server. Players can obtain special drops by killing mobs with their bare fists, adding fun and challenge to the gameplay.
Features
Core Features
- Fist Drop System: Get special drops by killing mobs with bare fists
- Configurable Drop Rates: Customize drop probability for each mob type
- Custom Items: Support for custom item names, descriptions, and attributes
- Permission System: Fine-grained permission control
- Multi-language Support: Support for Chinese and English
Supported Mob Types
- Zombie
- Skeleton
- Creeper
- Spider
- Enderman
- And other common hostile mobs
Installation Guide
Requirements
- Java 8 or higher
- Bukkit/Spigot/Paper server 1.16.5+
Installation Steps
- Download the FistLootMaster-1.4.0.jar file
- Place the jar file into your server's plugins folder
- Restart the server or execute /reload
- The plugin will automatically generate configuration files
Configuration
Configuration Structure
plugins/FistLootMaster/
├── config.yml # Main configuration file
├── loot_tables/ # Loot tables folder
│ ├── zombie.yml
│ ├── skeleton.yml
│ └── ...
└── lang/ # Language files
├── zh_CN.yml
└── en_US.yml