TribeCraft Wiki · Release 2026.09.5
Wiki Release: 2026.09.5 · UltimateClans: 9.1.4 · Documentation branch: 9

UltimateClans V9 extensions#

Extensions are lightweight integration JARs that implement an external service for UltimateClans without turning that service into a Core dependency. They are different from modules (focused clan features) and addons (larger independent systems).

Typical extension groups#

  • Economy/currency: Vault, PlayerPoints, TokenEnchant Money, ElementalGems, Eco.
  • Holograms: CMIHolograms, DecentHolograms, FancyHolograms, Holograms, HolographicDisplays.
  • Maps: Dynmap, BlueMap.
  • Protection/claims: WorldGuard Region, GriefDefender, GriefPrevention, ProtectionStones, HuskClaims.
  • Custom items: ItemsAdder, Nexo.
  • Display: TAB and other adapters supplied for the branch.

Administrator workflow#

  1. Install the external plugin/provider.
  2. Install the matching extension JAR.
  3. Restart and inspect /uclan extension list / view.
  4. Configure the addon/module that consumes that service.
  5. Perform one simple real operation before enabling it for players.

A loaded extension does not prove a consuming feature is enabled; troubleshoot provider → extension → feature in that order.