> For the complete documentation index, see [llms.txt](https://toonystank.gitbook.io/grief-prevention-gui-addon-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toonystank.gitbook.io/grief-prevention-gui-addon-wiki/getting-started/readme.md).

# Welcome

## Grief Prevention GUI Addon Plugin wiki

### 📚 Official Links

[![Documentation](https://img.shields.io/badge/Documentation-GitBook-blue)](https://toonystank.gitbook.io/grief-prevention-gui-addon-wiki/) [![Resource Page](https://img.shields.io/badge/Resource-BuiltByBit-orange)](https://builtbybit.com/resources/grief-prevention-gui-addon.16801/)

![Banner](https://api.mcbanners.com/banner/saved/EYRfzXetZfvRpZ.png)

{% embed url="<https://grief-prevention-gui-addon-stats.vercel.app/api/banner>" %}

## Welcome

Welcome to the official documentation for the **Grief Prevention GUI Addon**—a powerful extension designed to enhance the GriefPrevention plugin with an intuitive graphical user interface (GUI) and advanced claim management features.​

This addon transforms the traditional command-based claim management into a user-friendly GUI, making it easier for players and administrators to manage land claims, permissions, and settings.

### 🌟 Key Features

* **Intuitive GUI Interface**: Manage claims effortlessly through a sleek and responsive GUI.​
* **Claim Teleportation**: Quickly navigate to your claims with ease.​
* **Custom Flag System**: Implement and manage custom flags for claims, offering granular control over claim behaviours.​
* **Region/Claim Visualisation**: Visualise claim boundaries using Minecraft block displays, with customizable block types.
* **Timed Flight in Claims**: Allow temporary flight within claims, configurable via `flagSettings.yml`.
* **Manager Cooldown for Claim Settings**: Set cooldown periods for new managers before they can modify claim settings.​
* **Multi-Economy Support**: Support for multiple economies when purchasing claim blocks.​
* **Claim User Invite System**: An optional system to invite users to claims, enhancing trust management.

### 📖 Getting Started

To begin using the Grief Prevention GUI Addon:

1. **Installation**: Place the plugin JAR file into your server's `plugins` directory.​
2. **Configuration**: Upon first run, the plugin will generate default configuration files. Customise these files (`config.yml`, `flagSettings.yml`, etc.) to suit your server's needs.​
3. **GUI Access**: Players can access the GUI using the `/claim` command.​
4. **Permissions**: Ensure appropriate permissions are set up for different user roles to control access to various features.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://toonystank.gitbook.io/grief-prevention-gui-addon-wiki/getting-started/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
