> For the complete documentation index, see [llms.txt](https://vincere.gitbook.io/vincere-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincere.gitbook.io/vincere-docs/server-features/factions.md).

# Factions

Vincere uses a plugin called FactionsUUID to make land claiming and creating colonies possible.

Players will be kicked from a faction if they're **inactive for more than 7 days!**\
Staff can change your nation color on the dynamic map if your faction has more than 5 members.

### Claiming

* /f create \[name] | Create a faction (Cost: 5,000$)
* /f claim | Claims your current chunk for your faction. (Cost: 30$)
  * Note that disconnected claims will cost 5,000$ - think about it like a colony.
* /f claim --radius \[#] | Claims land in a radius around your current location.
* /f claim --fill | If you've claimed around an area, use this command to fill that area in.
* /f claim --auto | By using this command, you can just move around and the plugin will just automatically claim land where you are.
* /f unclaim \[--radius, --fill, --auto] | Unclaims land in your current chunk. Adding a suffix at the end will have the effects of that suffix, same as in the claim commands.
* /f disband | Disbands your faction. (You'll have to do /f confirm \[name] after typing the initial command.)
* /f map | Shows you a map of your claims ingame. (You can always use the dynmap instead.)

#### Money & Depositing

* In order to claim, you'll need to first deposit money into your faction bank using /f money deposit \[#].
* /f money balance | Shows your current faction balance.
* /f money withdraw | Withdraws a certain amount from your faction bank.

#### Social Commands

* /f top \[criteria] | Shows which factions are the best at a certain stat (playercount, online members, balance, money, etc.)
* /f show \[player] | Shows which faction a certain player is in.&#x20;
* /f show \[faction] | Shows all the in-game stats and members of a certain faction.
* /f list | Shows a list of all in-game factions.

#### Leaving & Joining

* /f leave | Leaves your current faction.
* /f invite \[player] | Invites a player to your current faction.
* /f join \[faction] | Joins a faction that has invites open (factions will, by default, have invites closed!)
* /f add \[player] | adds a player to your current faction.

#### Local Commands

* /f set home | Sets the home for your faction. (Cost: 0$)
* /f set warp \[name] | Sets a warp for your faction. **This will be quite expensive, so only use this if you need to get to your colony!** (Cost: 35,000$) (Max 5)
* /f home | Goes to your f home.
* /f warp \[name] | Goes to a designated warp.&#x20;
* /f promote \[player] | Promotes a player to one of the faction roles (Leader, Co-Leader, Moderator, Member, Recruit).&#x20;
* /f role \[player] \[role] | Sets a player's role to one of the faction roles.
* /f kick \[player] | Kicks a certain player from your faction.
* /f set description \[desc] | Gives your faction a unique description to be shown on Dynmap.
* /f set tag \[name] | Renames your faction.
* /f set perms | Opens the Perms menu - here, you can modify what various roles can do.

#### Diplomacy & Chat

* /f ally \[faction] | Allies your nation with another nation.
* /f truce \[faction] | Sets your nation at a truce with another nation.
* /f chat \[filter] | Sets your messages to be sent to ally chat, faction chat, public chat, or truce chat.
* /f announce \[announcement] | Sends an announcement to your entire online in-game nation.


---

# 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://vincere.gitbook.io/vincere-docs/server-features/factions.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.
