CyanoFactions
A lightweight factions plugin with a highly vanilla experience.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
CyanoFactions
A lightweight factions plugin with a highly vanilla experience.
A fork of ToberoCat's ImprovedFactions with extra features and fixes.
🔗 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 |