KuFFA is a professional Free For All (FFA) plugin for Minecraft servers (API 1.21). It allows server administrators to easily manage kits and spawn points, providing a seamless combat experience for players.
- Kit Management: Create kits directly from your inventory.
- Spawn Management: Set multiple spawn points for different arenas.
- Combat Log: Prevents players from logging out during combat (Combat tagging).
- Customizable Messages: All messages are configurable via
lang.ymlusing the MiniMessage format. - Ease of Use: Simple commands for players to join the action.
| Command | Description | Aliases |
|---|---|---|
/loadme <kit> <spawn> |
Loads a specific kit and teleports you to a spawn point. | /lm, /kitme, /spawnme, /joinffa, /ffa |
/spawn |
Teleports you back to the main lobby/spawn. | /killme, /leave, /unloadme |
Permission: kuffa.admin
| Command | Description |
|---|---|
/kuffa kit create <name> |
Creates a kit using your current inventory and armor. |
/kuffa kit delete <name> |
Deletes an existing kit. |
/kuffa kit list |
Lists all available kits. |
/kuffa spawn set <name> |
Sets a spawn point at your current location. |
/kuffa spawn delete <name> |
Deletes an existing spawn point. |
/kuffa spawn list |
Lists all available spawn points. |
The plugin uses several YAML files for configuration:
Contains global plugin settings.
update-check: (Boolean) Whether to check for plugin updates.
This is the main file for customizing all messages. It uses the MiniMessage format, which supports gradients, hex colors, and more.
Example:
kit-created: "<green>Kit <name> created successfully with your current inventory.</green>"
spawn-teleported: "<green>Teleported to spawn!</green>"
combat-log-message: "<green>You are now in combat. <yellow>Do not log out!"These files are used by the plugin to store and manage combat-related data and custom death messages.
- Download the
KuFFA.jarfile. - Place it in your server's
pluginsfolder. - Restart the server.
- Configure the kits and spawns using the administrative commands.
kuffa.admin: Grants access to all/kuffaadministrative subcommands. Default: OP.
Visit zvolcan.site for more information.