List of server commands/group: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 1: Line 1:
* <code>/group [create|disband|rename|invite|acceptinvite|leave|list|kick|op|deop]</code><br />Create/manage or destrory a player group. Player groups currently only serve the function of offering a seperate channel to chat in in addition to granting access to claimed areas.
* <code>/group [create|disband|rename|invite|acceptinvite|leave|list|kick|op|deop]</code><br />Create/manage or destroy a player group. Player groups currently only serve the function of offering a seperate channel to chat in in addition to granting access to claimed areas.
** <code>/group create [groupname]</code><br/>Creates a new player group, own chat channel. While in the this group's chat channel:
** <code>/group create [groupname]</code><br/>Creates a new player group, own chat channel. While in the this group's chat channel:
** <code>/group invite [group] [playername]</code><br/>Invites a player to this group
** <code>/group invite [group] [playername]</code><br/>Invites a player to this group

Revision as of 14:27, 11 December 2020

  • /group [create|disband|rename|invite|acceptinvite|leave|list|kick|op|deop]
    Create/manage or destroy a player group. Player groups currently only serve the function of offering a seperate channel to chat in in addition to granting access to claimed areas.
    • /group create [groupname]
      Creates a new player group, own chat channel. While in the this group's chat channel:
    • /group invite [group] [playername]
      Invites a player to this group
    • /group acceptinvite [groupname]
      Accept an invite to join the group
    • /group leave [group]
      Leaves this player group.
    • /group list
      Lists all groups you are currently in.
    • /group rename [oldgroupname] [newgroupname]
      Renames the group.
    • /group kick [group] [playername]
      Removes a player from the group.
    • /group op [group] [playername]
      Grants operator status to this player, which allows them to invite other players.
    • /group deop [group] [playername]
      Revokes operator status from this player.
    • /group disband [group]
      Destroy a player group. Must be owner to perform this command.