The World/Sects ·

Sects

A Sect (宗门) is Cultivation's guild system. Found one, gather disciples, claim a mountain of your own on a good Spirit Vein, and the whole roster cultivates faster for it. A sect that holds a hall can also carve an art into it that every disciple may wield, raise Formations on its ground, grow a shared Spirit Spring in the hall, and go to war over someone else's mountain.

Everything on this page is gated behind Sects-Enabled (default true). With it off, every /sect command refuses politely, the sect Qi bonus stops applying, and existing sect data is left on disk untouched.

Founding a Sect

/sect create <name> founds a sect with you as its leader.

/sect info (alias i) prints your roster, your hall, your hall's inscription and your sect's score. /sect leave walks away - and drops your elder rank with you, so rejoining does not silently restore your authority. A leader may not leave; they must /sect disband, which dissolves the sect, disperses every formation the sect controlled, drops its pending invites, and lets its hall spring be reaped.

Ranks: Leader, Elder, Disciple

Ranks Elders (长老) are the middle rank. Only the leader promotes and demotes them, from the member rows in the sect menu.
flowchart TD;
    Leader["Leader<br/>One per sect, the founder"];
    Elder["Elder (长老)<br/>Promoted by the leader"];
    Member["Disciple<br/>Every other member"];

    Leader --> Elder;
    Elder --> Member;
ActionLeaderElderDisciple
Invite a player (/sect invite)YesYesNo
Approve or deny a join requestYesYesNo
Set the mottoYesYesNo
Kick a plain discipleYesYesNo
Kick an elderYesNoNo
Promote or demote an elderYesNoNo
Set the join policyYesNoNo
Rename the sectYesNoNo
Claim or move the hall (/sect claim)YesNoNo
Inscribe or scour the hall (/sect inscribe)YesNoNo
Declare war (/sect war <sect>)YesNoNo
Disband the sectYesNoNo

Nobody can kick the leader, and an elder who tries to kick another elder is refused. Being kicked or leaving clears your rank and any pending join request you had.

Join Policies

The leader picks how outsiders get in, from the dropdown in the sect menu's My Sect tab. New sects start on Invite.

PolicyHow a player joins
InviteOnly by a leader or elder running /sect invite <player>, then the invitee running /sect join <name>.
By RequestThe applicant queues a request from the sect menu's Browse tab; a leader or elder approves or denies it.
OpenThe applicant joins instantly from the Browse tab, no approval needed.

Notes on invites and requests:

Motto and Renaming

A leader or elder can set a motto from the menu - free text, trimmed and capped at 60 characters. It shows under the sect name in the menu.

Only the leader may rename the sect, and the new name goes through exactly the same validation and uniqueness check as founding one. A rename carries everything keyed to the old name along with it:

The Sect Hall

/sect claim claims the chunk you are standing in as the sect's hall. Only the leader may claim.

Claiming a Hall
  • The chunk must hold a Spirit Vein of at least tier 1 - a rich vein - by default (Sect-Hall-Min-Vein-Tier; set it to 2 to require a dragon vein). Ordinary chunks can never host a hall, which is what makes good veins worth fighting over.
  • One hall per sect. Claiming again simply moves the hall.
  • No two sects may hold the same chunk.

A claimed hall pays the whole roster a sect Qi bonus on Qi from every source - meditation, cores, spring collection, everything - multiplied in alongside your race, skill tree, pill and Dao multipliers:

Hall sits onQi bonusConfig key
Rich vein (tier 1)+5%Sect-Qi-Bonus-Percent-Rich-Hall
Dragon vein (tier 2)+8%Sect-Qi-Bonus-Percent-Dragon-Hall

A sect with no hall gets no bonus at all. Lose the hall to a siege and the bonus stops for everyone at once.

The hall also grows the sect's shared Spirit Spring when Sect-Hall-Spring-Enabled is on - it follows the hall, so moving the hall moves the spring and losing the hall hands the spring, and whatever it had banked, to the victor. See Cave Abodes for how springs fill and are collected.

Hall Inscriptions

Hall Inscriptions (碑文) let a sect teach one art to every disciple at once. Stand in your hall holding a technique Manual and run /sect inscribe.

The inscription lives in the hall, not in anyone's head. It is resolved live on every technique check, which means:

Set Sect-Inscription-Enabled to false to switch the whole feature off; inscriptions stop teaching immediately while it is off.

Score and Rankings

A sect's score is the summed global cultivation level of every member the leaderboard has seen, where one member contributes realm x 4 + stage + 1. Bigger, higher-realm rosters rank higher.

/sect top (alias leaderboard) lists the top 10 sects by score with their member counts. The sect menu's Rankings tab shows the top 20.

The Sect Menu

Bare /sect, or /sect menu (alias ui), opens the sect menu - the graphical face of every command on this page. Three tabs:

My Sect

your roster with per-member kick and promote/demote buttons, the pending join requests, the motto/rename/policy/invite controls for managers, and the claim, leave and disband actions.

Browse

every sect on the server, sorted by name, with a join or request button on the ones whose policy allows it.

Rankings

the top 20 sects by score.

Commands

Commands
CommandDescriptionPermission
/sectOpens the sect menu.cultivation.sect
/sect create <name>Founds a sect with you as leader.cultivation.sect
/sect invite <player>Invites a player (leader or elder).cultivation.sect
/sect join <sect>Accepts a live invite to that sect.cultivation.sect
/sect leaveLeaves your sect (not the leader).cultivation.sect
/sect kick <player>Removes a member (leader or elder).cultivation.sect
/sect claimClaims the chunk you stand in as the hall (leader).cultivation.sect
/sect inscribeCarves the held technique manual into the hall, or scours it empty-handed (leader).cultivation.sect
`/sect war [sect\status]`Declares a siege, or reports your current one. See Sect Wars.cultivation.sect
/sect infoPrints your sect's roster, hall, inscription and score.cultivation.sect
/sect topLists the top 10 sects by score.cultivation.sect
/sect menuOpens the sect menu.cultivation.sect
/sect disbandDissolves your sect (leader).cultivation.sect

cultivation.sect is granted to everyone by default; rank checks happen inside the sect itself, not in the permission system.

Every field named on this page - Sect-Max-Members, Sect-Hall-Min-Vein-Tier, the two Qi bonus percentages, Sect-Invite-Expiry-Seconds and Sect-Inscription-Enabled - lives in the society config; see Society Config for the full reference, and Commands for every command in the mod.