Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Modern Factions refactor, old-school factions but with modern QOL features and TeamsAPI
Added
- Faction MOTD (
/f motd): officers and above can set a message of the day for their faction. The MOTD is displayed in chat when a member logs in. Use/f motd clearto remove it. - Configurable member-size cap: a new
max-memberssetting inconfig.ymllimits how many players can belong to a faction (0 = unlimited). The cap is enforced in/f joinand in the join service. Default is0(no limit). - Warp passwords (
/f warp password <name> [password | clear]): officers and above can protect a faction warp with a password. Players must supply the correct password as a second argument (/f warp <name> <password>) to teleport. Passwords are stored as plain text in thewarpstable — avoid using important credentials. - Warp per-use cost (
/f warp cost <name> <amount>): officers and above can require a Vault economy payment each time a warp is used. Setting the cost to0makes the warp free. The charge is deducted via Vault before teleporting; if Vault is absent or the player has insufficient funds the teleport is blocked. - Database migration: the
warpstable gains two new nullable columns (password,use_cost) when the plugin starts on an existing installation. No data is lost during upgrade from 1.1.1. - Dynmap startup smoke test (
.github/workflows/dynmap-smoke.yml): downloads the latest dynmap plugin from Modrinth, starts a Paper server with both plugins, and assertsdynmap hooked - faction territory layer enabled.is logged. Runs on Paper 1.21.4 and 1.21.11 on every PR tomain/develop.
Changed
- Dependency upgrades (maintenance): all outdated compile and test dependencies
bumped to their latest compatible versions:
EssentialsX2.21.0 → 2.21.2worldedit-bukkit7.3.9 → 7.4.3worldguard-bukkit7.0.12 → 7.0.16placeholderapi2.11.6 → 2.12.2 (repo URL updated torepo.helpch.at)mysql-connector-j9.1.0 → 9.7.0h22.3.232 → 2.4.240HikariCP6.2.1 → 7.0.2junit-jupiter5.11.4 → 5.14.4mockito-core/mockito-junit-jupiter5.14.2 → 5.23.0maven-shade-plugin3.6.0 → 3.6.2asm/asm-commonsoverride 9.8 → 9.10jacoco-maven-plugin0.8.12 → 0.8.14maven-surefire-plugin3.5.2 → 3.5.5
Fixed
- dynmap compatibility expanded to 3.x (3.4 – 3.8): the vendored compile-time
dynmap-apidependency was upgraded from3.4-beta-3to3.8(latest stable, released 2026-01-14). In dynmap 3.8 the marker API was split into a separateDynmapCoreAPIJAR; both JARs are now vendored underlibs/with minimal POMs so CI never contactsrepo.mikeprimm.com. The runtime hook code only uses stableorg.dynmapmarker APIs that are present in every 3.x release, so the plugin continues to work with any installed dynmap 3.x version.
Information
| Published on | May 23, 2026 |
|---|---|
| Downloads | 0 |
Platforms
Paper (1.21-26.1.2)
Dependencies
Paper