A guild is a player-created group that exists within the server. Guilds have their own internal role hierarchy, storage, bases, research, alliances, and chat channels.

Guild permissions are scoped to the guild — they do not affect server-wide access. A player guild role controls what they can do inside the guild, completely separately from their server role.

Guild vs. Server Permissions

AspectServer PermissionsGuild Permissions
ScopeEntire serverWithin a specific guild
Assigned byServer AdminGuild admin
Inheritanceglobal.roles.*guild.roles.*
Node prefixpermission.node.player.*permission.node.guild.*

Guild Role Hierarchy

Guilds have their own internal roles, created and managed by guild admins. Guild role permissions inherit using guild.roles.*.

Guild Leader (example)
    └── guild.roles.officer.*

Guild Officer (example)
    └── guild.roles.member.*

Guild Member (example)
    └── (base guild nodes only)

Guild role names and structure are customisable — the example above is illustrative.

Key Guild Features

FeatureDescription
Alliance managementCreate, join, and leave alliances
Base managementManage guild base types: boosters, mines, research, storage
MessagingSet announcements, daily messages, and recruitment messages
Role managementCreate, edit, and delete guild roles
StorageAdd and remove items from guild storage slots
InvitationsInvite players to the guild
ChatSend messages in guild-role-scoped chat channels

View All Guild Permission Nodes →