> For the complete documentation index, see [llms.txt](https://wiki.roinujnosde.me/simpleclans/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.roinujnosde.me/simpleclans/commands-and-permissions/permanent-clan.md).

# Permanent clan

"This Is Where the Fun Begins"

## 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](https://3147254304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDzSURjf29qvGnoWu7Z%2F-MiMQQ5vrtNmbHzVp9WR%2F-MiMZTY6BDsgDKTfLjFq%2F2021-08-30_17.58.13.png?alt=media\&token=8ed38585-5402-4480-a47a-77b272fd3fb7)

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:

![](https://3147254304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDzSURjf29qvGnoWu7Z%2F-MiMQQ5vrtNmbHzVp9WR%2F-MiMb2rVUxPxXGG8B52N%2F2021-08-30_18.09.22.png?alt=media\&token=5ec764b0-f096-4d9f-87c9-b8adbba120c7)

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](https://3147254304-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MDzSURjf29qvGnoWu7Z%2F-MiMQQ5vrtNmbHzVp9WR%2F-MiMYglrNNkMs8EGpDRI%2F%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5.png?alt=media\&token=853aadba-2745-4f67-ae3e-383f5aa97d06)

{% 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 %}
