Type: Game - WForst-Breeze/Ez-Commands-Reborn GitHub Wiki

/kin

Set gamerule keepInventory to true or not. Usage: /kin <value>

<value>:

  • true: Set gamerule keepInventory to true.
  • false: Set gamerule keepInventory to false.

Equivalent Minecraft command:

  • /gamerule keepInventory true
  • /gamerule keepInventory false

/deathboard

Generated a scoreboard that records the death counts.

Equivalent Minecraft command:

  • /scoreboard objectives add death deathCount "Death Count"
  • /scoreboard objectives setdisplay sidebar death
  • /scoreboard players set @a death 0

/xpmax

Increased your level to 2025.

Equivalent Minecraft command:

  • /xp set @p 0
  • /xp set @p 0 levels
  • /xp add @p 18125974

/sp

Set your spawnpoint.

Equivalent Minecraft command: /spawnpoint @p ~ ~ ~

⚠️ **GitHub.com Fallback** ⚠️