Skip to content
MaksyKun edited this page Jul 25, 2026 · 3 revisions

19 — Party

Party adds invitations, party chat, shared experience and drops, rolling, and teleporting.

Files

Commands and permissions

Alias: party.

Command Permission
party create, join, leave, chat, invite, menu, roll, tp, drop, exp matching divinity.party.cmd.* node
party kick, disband matching divinity.party.cmd.* node
party reload divinity.admin

The bundled defaults grant normal players the party feature and its player commands; keep administrative party controls separate in the permission plugin.

Configuration and example

party.max-size, invite/teleport cooldowns, hooks, and size-permissions control party rules. Quest and level hooks require the corresponding integrations.

settings.yml — bundled party rules
party:
  max-size: 6
  leader-leave-disband: false
  invite-timeout: 60
  quit-auto-leave: false
  tp-cooldown: 60
chat:
  enabled: true
  format: '&9[Group] &l{player}: &7{message}'
size-permissions:
  vip: 8
  premium: 10
hooks:
  level-plugins:
    enabled: true
    balance-exp:
      enabled: true
      max-distance: 25

Clone this wiki locally