Skip to content
Josua Parks edited this page Jul 6, 2023 · 16 revisions

Need help?

  • Java 16 or newer
  • Paper 1.19.2+
  • Velocity 3.0.0+
  • Bungeecord 1.18.2+
  • LuckPerms
  • Optional: MySQL / MariaDB for data storage.
  • Optional: PlaceholderAPI for placeholders.

Commands

Command Description
/ban Ban a player
/banip (/ipban) Ban a player based on their IP
/gsbcheck Display the ALTs of a player
/gsbimport Import punishments from another plugin (e.g.LiteBans)
/gsbreload Reload the configuration files
/kick Kick a player from the server
/mute Mute a player
/punishmentlist (/punlist) View recent reports and punishments on the server
/tempban (/bantemp) Ban a player for a limited amount of time
/tempbanip (/iptempban) Ban a player for a limited amount of time based on their IP
/tempmute (mutetemp) Mute a player for a limited amount of time
/unban Unban a player
/unbanip (/ipunban) Unban a player including IP based bans
/unmute Unmute a player
/warn (/warning) Warn a player

Permissions

Permission Description
gsbans.ban.list Access to /banlist
gsbans.ban.permanent Access to /ban
gsbans.ban.temporary Access to /tempban
gsbans.banip.permanent Access to /banip
gsbans.banip.temporary Access to /tempbanip
gsbans.check Access to /gsbcheck
gsbans.kick Access to /kick
gsbans.mute.list Access to /mutelist
gsbans.mute.permanent Access to /mute
gsbans.mute.temporary Access to /tempmute
gsbans.reload Access to /gsbreload
gsbans.report.history Access to /reporthistory
gsbans.unban Access to /unban
gsbans.unbanip Access to /unbanip
gsbans.unmute Access to /unmute
gsbans.warn Access to /warn
Clone this wiki locally