CyanoFactions
A lightweight factions plugin with a highly vanilla experience.
CyanoFactions
<h1 align="center"> <img src="https://cdn.modrinth.com/data/cached_images/eeca3d64698ef770b75ada76e1b392bc879df339.png" alt="CyanoFactions Banner" width="850">
</h1>
<div align="center">
A lightweight factions plugin with a highly vanilla experience.
A fork of ToberoCat's ImprovedFactions with extra features and fixes.
<img alt="bukkit" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/bukkit_vector.svg"> <img alt="spigot" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/spigot_vector.svg"> <img alt="paper" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/paper_vector.svg"> <img alt="purpur" height="56" src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/purpur_vector.svg">
</div>
🔗 Links
🔧 Prerequisites
- A Minecraft server running Bukkit, Spigot, PaperMC (recommended) or any other fork of Paper/Spigot (untested) - Java 17 or higher
🛠️ Installation
1. Download the latest release from either the GitHub releases page or Modrinth 2. Place the downloaded `CyanoFactions-[version].jar` file into your server's `plugins` folder
3. Start/restart the server to generate the configuration files
📌 Placeholders
This plugin has PlaceholderAPI support. Below is a list of all available placeholders:
Base Placeholders:
| Placeholder | Description | | ---------------------- | --------------------------------------------------------------- | | `%faction_owner%` | The owner of the player's faction | | `%faction_name%` | The name of the player's faction | | `%faction_rank%` | The rank of the player in the faction | | `%faction_join_mode%` | The join mode of the player's faction | | `%faction_in_faction%` | Returns `true` if the player is in a faction, `false` otherwise |
When `power-raids` module is enabled (default):
| Placeholder | Description | | -------------------------------------- | ------------------------------------------------------------ | | `%faction_power%` | The power of your faction | | `%faction_max_power%` | The maximum power of your faction | | `%faction_next_power_gain%` | The power that will be gained on the next power gain | | `%faction_claim_upkeep_cost%` | The cost of maintaining your claims | | `%faction_next_claim_cost%` | The cost of claiming the next chunk | | `%faction_active_accumulation%` | The power currently being accumulated by your active members | | `%faction_inactive_accumulation%` | The power you currently lose due to inactive members | | `%faction_next_accumulation_cycle%` | The time left until the next power accumulation cycle | | `%faction_next_claim_keep_cost_cycle%` | The time left until the next claim keep cost cycle |