back to list

Gamerule buildin handler

General

Author 2called-chaos
Source vendor/handlers/_buildin/gamerule.rb
Commands !showadv !hideadv !noadv !advspam !cbnospam !cbspam !nocbspam !cbnospam !checkelytra !nocheckelytra !edrops !noedrops !firetick !firespread !nofiretick !nofirespread !firealarm !limitedcrafting !fullcrafting !loot !noloot !mobspawn !mobspawning !mobspawns !nomobspawn !nomobspawning !nomobspawns !drops !nodrops !keepinv !loseinv !dolog !nolog !maxentities !maxent !maxents !grief !nogrief !foodregen !nofoodregen !tickspeed !reducedebug !nodebug !showdebug !expanddebug !sendfeedback !nodebug !nofeedback !expanddebug !deathmsg !deathmessages !nodeathmsg !nodeathmessages !spawnradius !specgen !nospecgen !peace !pussymode !diehard !hardcore
Description This handler contains various shortcuts for the /gamemode command.
Default ACL:admin

announceAdvancements

Usage:!showadv
!hideadv !noadv !advspam !cbnospam
Action:Sets the gamerule announceAdvancements to true or false respectively.

commandBlockOutput

Usage:!cbspam
!nocbspam !cbnospam
Action:Sets the gamerule commandBlockOutput to true or false respectively.

disableElytraMovementCheck

Usage:!checkelytra
!nocheckelytra
Action:Sets the gamerule disableElytraMovementCheck to true or false respectively.

doEntityDrops

Usage:!edrops
!noedrops
Action:Sets the gamerule doEntityDrops to true or false respectively.

doFireTick

Usage:!firetick !firespread
!nofiretick !nofirespread !firealarm
Action:Sets the gamerule doFireTick to true or false respectively.

doLimitedCrafting

Usage:!limitedcrafting
!fullcrafting
Action:Sets the gamerule doLimitedCrafting to true or false respectively.

doMobLoot

Usage:!loot
!noloot
Action:Sets the gamerule doMobLoot to true or false respectively.

doMobSpawning

Usage:!mobspawn !mobspawning !mobspawns
!nomobspawn !nomobspawning !nomobspawns
Action:Sets the gamerule doMobSpawning to true or false respectively.

doTileDrops

Usage:!drops
!nodrops
Action:Sets the gamerule doTileDrops to true or false respectively.

keepInventory

Usage:!keepinv
!loseinv
Action:Sets the gamerule keepInventory to true or false respectively.

logAdminCommands

Usage:!dolog
!nolog
Action:Sets the gamerule logAdminCommands to true or false respectively.

maxEntityCramming

Usage:!maxentities !maxent !maxents [value]
Action:Shows or sets the gamerule maxEntityCramming to given value (MC default is 24).

mobGriefing

Usage:!grief
!nogrief
Action:Sets the gamerule mobGriefing to true or false respectively.

naturalRegeneration

Usage:!foodregen
!nofoodregen
Action:Sets the gamerule naturalRegeneration to true or false respectively.

randomTickSpeed

Usage:!tickspeed [value]
Action:Shows or sets the gamerule randomTickSpeed to given value (MC default is 3).

reduceDebugInfo

Usage:!showdebug !expanddebug
!reducedebug !nodebug
Action:Sets the gamerule reduceDebugInfo to true or false respectively.

sendCommandFeedback

Usage:!sendfeedback
!nofeedback
Action:Sets the gamerule sendCommandFeedback to true or false respectively.

showDeathMessages

Usage:!deathmsg !deathmessages
!nodeathmsg !nodeathmessages
Action:Sets the gamerule showDeathMessages to true or false respectively.

spawnRadius

Usage:!spawnradius [radius]
Action:Shows or sets the gamerule spawnRadius to given radius (MC default is 10).

spectatorsGenerateChunks

Usage:!specgen
!nospecgen
Action:Sets the gamerule spectatorsGenerateChunks to true or false respectively.

Peace mode

Usage:!peace
Action: Sets up a peaceful world. These commands will be invoked:
  • /difficulty 0
  • /gamerule doMobSpawning false
  • /gamerule keepInventory true
  • /gamerule naturalRegeneration true
  • /difficulty 1
Difficulty will be easy (1) but there will be no mobs.

Pussymode

Usage:!pussymode
Action: Sets up a unfriendly world for pussies :P These commands will be invoked:
  • /difficulty 1
  • /gamerule doMobSpawning true
  • /gamerule naturalRegeneration true
  • /gamerule keepInventory false

Die hard!

Usage:!diehard
Action: Sets up an unfriendly, hard world. These commands will be invoked:
  • /difficulty 3
  • /gamerule doMobSpawning true
  • /gamerule naturalRegeneration true
  • /gamerule keepInventory false

Hardcore

Usage:!hardcore
Action: Sets up an unfriendly, hard world with no natural health regeneration. These commands will be invoked:
  • /difficulty 3
  • /gamerule doMobSpawning true
  • /gamerule naturalRegeneration false
  • /gamerule keepInventory false