# Security Plugins

1. **LuckPerms**: This plugin is an excellent permission management tool. It allows assigning specific permissions to players and groups of players, helping to control who can access certain features and commands on the server.
   * [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/)
2. **WorldGuard**: WorldGuard provides world-level protection, meaning you can define regions and set specific permissions within those regions. This is useful for safeguarding important areas like player bases or key structures against damage or unwanted alterations.
   * [WorldGuard](https://dev.bukkit.org/projects/worldguard)
3. **CoreProtect**: This plugin tracks all actions performed on the server, such as placing or breaking blocks, and provides tools to undo unauthorized changes. It's an invaluable tool for investigating cheating or vandalism incidents.
   * [CoreProtect](https://www.spigotmc.org/resources/coreprotect.8631/)
4. **AntiCheat**: Anti-cheat plugins like AntiCheat help detect and prevent players from using cheats or hacks. These plugins typically include a variety of automatic detections for things like illegal flying, increased speed, and unfair combat.
   * [AntiCheat](https://www.spigotmc.org/resources/anticheat.73310/)
5. **LoginSecurity**: To protect player accounts, a plugin like LoginSecurity can be useful. It adds additional security measures to the login process, such as secure passwords and two-factor authentication, to prevent accounts from being compromised.
   * [LoginSecurity](https://www.spigotmc.org/resources/loginsecurity.19362/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hidencloud.com/minecraft/security-plugins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
