Frequently Asked Question (FAQ)

General

What is LifeMod? LifeMod is a Minecraft moderation plugin providing tools for staff to manage players, enforce rules, and improve server security. It includes commands for moderation, chat management, player inventory viewing, and more.

Which Minecraft versions does LifeMod support? LifeMod supports versions 1.8 through 1.21. Always check the plugin page for the latest compatibility information.

Where can I download the latest version? You can download LifeMod from its official SpigotMC resource page. Always use official sources to avoid security risks.

Configuration

What’s the difference between config.yml and lang.yml?

  • config.yml: Controls plugin features, command toggles, Discord integration, and moderation item settings.

  • lang.yml: Centralizes all messages shown to players and staff; lets you customize the language, tone, and formatting of notifications and command feedback.

How do I reload LifeMod after making changes? Use the command /lifemod reload in-game or from the console to apply changes without restarting the server.

Can I disable specific commands? Yes. In config.yml, set the command under commands-enabled to false. For example:

commands-enabled:
  vanish: false

How do I change the plugin’s messages to my language or style? Edit the lang.yml file. You can change the text, add color codes, and use variables (like %player%, %target%) for dynamic content.

What variables can I use in messages? Common variables include:

  • %player% (the player executing the command)

  • %target% (the target player)

  • %prefix% (the message prefix)

Permissions & Access

How do I set up permissions for staff? Use a permissions plugin like LuckPerms. Assign the appropriate LifeMod permission nodes to your staff groups as described in the documentation.

Why can’t some staff use certain commands? Check that:

  • The command is enabled in config.yml

  • Staff have the correct permission node

  • There are no typos in the permission setup

Troubleshooting

The plugin won’t load or gives YAML errors. What should I do?

  • Check your YAML syntax (indentation, colons, no tabs).

  • Use a YAML validator tool.

  • Restore from a backup if needed.

My message colors don’t show up in-game. Why?

  • Make sure you use & for color codes.

  • Some servers or versions may restrict color codes in certain contexts.

Changes in config or lang don’t appear. What’s wrong?

  • Use /lifemod reload after every edit.

  • Confirm you’re editing the correct file in the right directory.

A command says “deactivate” or “unknown command.”

  • Check if the command is enabled in config.yml.

  • Make sure you have permission to use the command.

Advanced

How do I add or remove moderation tools in the GUI? Edit the relevant section in config.yml under moderation tools. You can change the material, name, description, and slot.

Can I integrate LifeMod with Discord? Yes. Set up the Discord webhook in config.yml to enable notifications.

Is it possible to customize the help menu or GUI titles? Yes. Both config.yml and lang.yml allow you to change menu titles, item names, and descriptions.

Best Practices

How should I back up my configuration?

  • Before making changes, copy your config.yml and lang.yml to a safe location.

  • Use version control or scheduled backups for extra safety.

How can I make messages accessible for all players?

  • Use clear, simple language.

  • Choose color codes that are readable for colorblind users (avoid red/green combinations).

Where can I get support?

  • Check the official documentation and troubleshooting sections.

  • Visit the plugin’s SpigotMC page or Discord for community support.

circle-info

For more details, always refer to the specific documentation sections for config.yml and lang.yml. The main Configuration page helps you navigate between them and find the information you need quickly.

Last updated