-
Notifications
You must be signed in to change notification settings - Fork 29
Commands
💬 All commands begin with /factions
(or /f
shortcut).
ℹ️ Some commands can only be accessed under certain conditions, such as being factionless for /factions join
, or being a Leader or Owner for /factions declare
.
❔ This mod supports the Fabric Permissions API. Any permissions marked with this symbol are required to execute that command when the Fabric Permissions API is installed. When the permission is not set, or Fabric Permissions API isn't installed, most commands default to operator permission level 0.
/factions chat [global|faction|focus]
:speech_balloon: Changes which chat you're currently sending and receiving from. :information_source: global
sends to everyone on the server, and receives both global
and faction
chats.
:information_source: faction
sends to only your faction members, and receives both global
and faction
chats.
:information_source: focus
sends to only your faction members, and receives only your faction
chat.
:grey_question: Permissions: factions.chat
/factions create <faction name>
:speech_balloon: Creates a faction with the given name. :grey_question: Permissions: factions.create
/factions join <faction name>
:speech_balloon: Joins a faction with that name given it's open or you're invited. :grey_question: Permissions: factions.join
/factions leave
:speech_balloon: Leaves your current faction, given that you're not the current owner. :grey_question: Permissions: factions.leave
/factions info [<faction>]
:speech_balloon: Displays your/another faction's description, members and power levels. :grey_question: Permissions: factions.info
, factions.info.other
/factions list
:speech_balloon: Displays faction members and power levels for every faction. :grey_question: Permissions: factions.list
/factions map
:speech_balloon: Displays a map in chat of nearby claims. :grey_question: Permissions: factions.map
/factions radar
:speech_balloon: Toggles displaying the faction of the chunk you're currently standing inside on the hud. :grey_question: Permissions: factions.radar
/factions disband
:speech_balloon: Disbands your current faction, given that you're the owner. :grey_question: Permissions: factions.disband
/factions claim list
:speech_balloon: Lists all your faction claims. :grey_question: Permissions: factions.claim.list
/factions claim add [<size>] [force]
:speech_balloon: Claims the chunk you're standing in, or a radius around it. :information_source: The size
parameter is limited to a max of 7 (15x15, 225 chunks).
:warning: The force
parameter will ignore faction power and claim anyway, be careful!
:grey_question: Permissions: factions.claim.add
, factions.claim.add.size
, factions.claim.add.force
/factions claim remove [<size>|all]
:speech_balloon: Removes the claim on the chunk you're standing in, or a radius around it. :information_source: The size
parameter is limited to a max of 7 (15x15, 225 chunks).
:warning: The all
parameter will remove all claims, be careful!
:grey_question: Permissions: factions.claim.remove
, factions.claim.remove.size
, factions.claim.remove.all
/factions claim auto
:speech_balloon: Toggles automatically claiming every chunk you walk in. :grey_question: Permissions: factions.claim.auto
/factions home
:speech_balloon: Warps you to your designated faction home. :grey_question: Permissions: factions.home
/factions home set
:speech_balloon: Sets your faction home to your current position. :grey_question: Permissions: factions.home.set
/factions invite add <player name>
:speech_balloon: Invites that player to join your faction. :grey_question: Permissions: factions.invite.add
/factions invite list
:speech_balloon: Lists all your faction's outgoing invites. :grey_question: Permissions: factions.invite.list
/factions invite remove <player name>
:speech_balloon: Removes that player's invite to your faction. :grey_question: Permissions: factions.invite.remove
/factions rank promote <player name>
:speech_balloon: Promotes a player in your faction. :grey_question: Permissions: factions.rank.promote
/factions rank demote <player name>
:speech_balloon: Demotes a player in your faction. :grey_question: Permissions: factions.rank.demote
/factions rank transfer <player name>
:speech_balloon: Transfers the ownership of the faction to another player. :grey_question: Permissions: factions.rank.transfer
/factions kick <player name>
:speech_balloon: Kicks a player out of your faction. :grey_question: Permissions: factions.kick
/f modify open <true|false>
:speech_balloon: Sets your faction to public (true) or invite only (false). :grey_question: Permissions: factions.modify.open
/f modify description <faction description>
:speech_balloon: Sets your faction description. :grey_question: Permissions: factions.modify.description
/f modify color <color>
:speech_balloon: Sets your faction color. :grey_question: Permissions: factions.modify.color
/f modify motd <motd>
:speech_balloon: Sets your faction motd. :grey_question: Permissions: factions.modify.motd
/f modify name <name>
:speech_balloon: Sets your faction name. :grey_question: Permissions: factions.modify.name
/f declare ally <faction name>
:speech_balloon: Declares a faction as an ally. :grey_question: Permissions: factions.declare.ally
/f declare neutral <faction name>
:speech_balloon: Declares a faction as neutral. :grey_question: Permissions: factions.declare.neutral
/f declare enemy <faction name>
:speech_balloon: Declares a faction as an enemy. :grey_question: Permissions: factions.declare.enemy
ℹ️ All commands within this category require the requiredBypassLevel
operator permission level unless specified otherwise through the Fabric Permission API, see the config for more information.
/f admin bypass
:speech_balloon: Toggles the ability to bypass other factions' claims. :grey_question: Permissions: factions.admin.bypass
/f admin reload
:speech_balloon: Reloads Dynmap markers if it is installed. :grey_question: Permissions: factions.admin.reload
/f admin disband <faction name>
:speech_balloon: Disbands a faction without needing to join the faction. :grey_question: Permissions: factions.admin.disband