FriendSystem
  • 🚀Friends & Party System Wiki
    • Installation
    • Commands
    • Permissions
    • Placeholders
    • SpecialItems
  • Configs
    • Bungeecord/Velocity Config
    • Spigot Config
  • Bungeecord/Velocity API
    • Developer API
      • Examples
  • Spigot API
    • Developer API
Powered by GitBook
On this page
  • Admin Commands
  • GUI Edit Commands
  • Friend Commands
  • Messaging Commands
  • Party Commands
  1. Friends & Party System Wiki

Commands

Each command is completly customizable: It can be enabled or disabled, name can be edited, permissions can be toggled, and aliases can be added.

Admin Commands

If you're using Bungeecord / Velocity, those will be Bungeecord / Velocity permissions instead of Bukkit. The only exception is the friendsystem.editgui permission, which remains a Bukkit permission in both cases.

Command
Description
Permission

/freload

Reload the configs

friendsystem.freload

/friend removestatus [player]

Remove status of a player

friendsystem.removestatus

/friend spymsg [player]

Spy private messages of all players / specific player

friendsystem.spymsg

/editgui

Edit the GUIs

friendsystem.editgui

GUI Edit Commands

Command
Description

/editgui setTitle [gui] [newTitle]

Change title of GUI

/editgui setRows [gui] [newRows]

Change rows of GUI

/editgui setItem [gui] [item]

Change item to the item in your hand

/editgui enableCustomGui

Enable custom GUI design (requires 1.14+)

/editgui disableCustomGui

Disable custom GUI design

Friend Commands

Command
Description

/f [requests | settings | status | <player>]

Open the GUI

/friend help

Show all commands

/friend add [player]

Add a friend

/friend remove [player]

Remove a friend

/friend accept [all/player]

Accept a friend request

/friend deny [all/player]

Deny a friend request

/friend list [page]

List all friends

/friend requests [page]

Show open friend requestsfriend

/friend jump [player]

Jump to friend's server

/friend toggleInvites

Turn friend requests on/off

/friend toggleMsgs

Turn private messages on/off/only friends

/friend toggleJump

Turn jumping to your server on/off

/friend toggleNotifies

Turn join/leave messages on/off

/friend toggleLastSeen

Turn Last Seen / Online Since on/off

/friend toggleServer

Turn server visibility on/off

/friend togglePartyInvites

Turn party invites on/off/only friends

/friend status [player]

Set your status

/friend favourite [player]

Mark / unmark a friend as favourite

Messaging Commands

Command
Description

/msg [player] [message]

Send a message to a friend 'friendsystem.msgbypass' permission to allow to msg any player

/r [message]

Reply to a message

Party Commands

Command
Description

/party invite [player]

Invite a player to your party

/party accept [player]

Accept a party invitation

/party deny [player]

Decline a party invitation

/party kick [player]

Kick a player from your party

/party list

List all players in the party

/party leave

Leave your party

/party jump

Jump to the server of the leader

/party promote [player]

Promote a player

/party demote [player]

Demote a player

/p [message]

Send a message in the party chat

PreviousInstallationNextPermissions

Last updated 11 months ago

🚀