# Permanent clan

## What is it?

Usually, when you creating some clan, it requires having **at least 1 player** there. But sometimes, you need to have an empty clan, right? It is what permanent clans do.

## Where it can be useful?

There are plenty of variations on how to use this feature. For example:

* You want to sell a superior clan on your server and don't want to set a leader to that clan.
* You want to move the latest player of a clan to another clan.
* A clan for administrators: easy to join and leave.
* Clans for RPG server.
* etc.

### Particular examples

#### Using permanent clans with DeluxeMenus

You can join your players to clans using the menu:

![Joining menu](/files/-MiMZTY6BDsgDKTfLjFq)

YAML example:

```yaml
items:
    'jedi_clan':
        material: diamond_block
        slot: 5
        display_name: "&7Join to &aJedi"
        left_click_commands:
          - '[console] clan mod place %player_name% jedi'
          - '[close]' 
```

#### Using permanent clans with Citizens

Alternatively, you may want to join your players by NPC:

![](/files/-MiMb2rVUxPxXGG8B52N)

To do it, you need to:

1. Create an NPC: `/npc create <name>`
2. Set the command on player's clicking: `/npc command add clan -o mod place <p> jedi`

## How to use it?

You can use `/clan admin permanent [clan]` command to give permanent status to a clan.

![After executing the command to some clan](/files/-MiMYglrNNkMs8EGpDRI)

{% hint style="danger" %}
**Warning**\
Permanent clans are not purged for inactivity and can't be disbanded by players. \
Use `/clan mod disband` instead.
{% endhint %}

{% hint style="info" %}
**Note**\
This command work only if you're an administrator or \
if you have `simpleclans.admin.permanent` permission node.
{% endhint %}


---

# 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://wiki.roinujnosde.me/simpleclans/commands-and-permissions/permanent-clan.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.
