BuildSystem
  • BuildSystem
  • Getting started
    • Tutorials
    • Config
    • Common Issues
  • Permissions
    • Commands
    • Navigator
    • Worlds
      • Creating Worlds
      • Restricting Worlds
    • Admin/Bypass
    • Messages
  • Commands
    • /back
    • /blocks
    • /build
    • /buildsystem
    • /config
    • /day
    • /explosions
    • /gm
    • /night
    • /noai
    • /physics
    • /settings
    • /setup
    • /skull
    • /spawn
    • /speed
    • /top
    • /worlds
      • addBuilder
      • builders
      • delete
      • edit
      • help
      • importAll
      • import
      • info
      • item
      • removeBuilder
      • removeSpawn
      • rename
      • setItem
      • setCreator
      • setProject
      • setStatus
      • setPermission
      • setSpawn
      • tp
      • unimport
  • Other
    • Placeholders
    • Changelog
    • LuckPerms Context
Powered by GitBook
On this page
  • Usage
  • Permission
  • Until v2.16.0
  • From v2.16.1 onwards

Was this helpful?

  1. Commands

/gm

Change your gamemode.

Usage

/gm <gamemode> [player]

You can use the following arguments for each gamemode: Survival: survival, s, 0 Creative: creative, c, 1 Adventure: adventure, a, 2 Spectator: spectator, sp, 3

Permission

Until v2.16.0

/gm <gamemode>

buildsystem.gamemode

/gm <gamemode> <player>

buildsystem.gamemode.others

From v2.16.1 onwards

/gm <gamemode>

buildsystem.gamemode

Each gamemode also has it's own permission which is granted by default when the player has the buildsystem.gamemode permission:

  • Survival: buildsystem.gamemode.survival

  • Creative: buildsystem.gamemode.creative

  • Adventure: buildsystem.gamemode.adventure

  • Spectator: buildsystem.gamemode.spectator

/gm <gamemode> <player>

buildsystem.gamemode.other

Each gamemode also has it's own permission which is granted by default when the player

has the buildsystem.gamemode.other permission:

  • Survival: buildsystem.gamemode.survival.other

  • Creative: buildsystem.gamemode.creative.other

  • Adventure: buildsystem.gamemode.adventure.other

  • Spectator: buildsystem.gamemode.spectator.other

Previous/explosionsNext/night

Last updated 3 months ago

Was this helpful?