Skip to content

Latest commit

 

History

History
212 lines (131 loc) · 4.89 KB

en_us.md

File metadata and controls

212 lines (131 loc) · 4.89 KB

Rules

commandCustomLoad

Enable /custom-load command. Inspired by AMS blockChunkLoader.

  • Type: String
  • Default value: ops
  • Allowed options: true, false, ops, 0, 1, 2, 3, 4
  • Categories: SURVIVAL, COMMAND, VULPEUS

commandHat

Enable /hat command. Ported from essential addons.

  • Type: String
  • Default value: ops
  • Allowed options: true, false, ops, 0, 1, 2, 3, 4
  • Categories: SURVIVAL, COMMAND, VULPEUS

commandSit

Enable /sit command. Ported from PCA.

  • Type: String
  • Default value: ops
  • Allowed options: true, false, ops, 0, 1, 2, 3, 4
  • Categories: SURVIVAL, COMMAND, VULPEUS

commandView

Enable /view command to change viewDistance of carpet.

  • Type: String
  • Default value: ops
  • Allowed options: true, false, ops, 0, 1, 2, 3, 4
  • Categories: SURVIVAL, COMMAND, VULPEUS

defaultOpLevel

Set the OP level granted when you join the server. can be re-granted by rejoining and can override op-permission-level in the server.properties.

  • Type: int
  • Default value: 0
  • Categories: CREATIVE,VULPEUS

disableCCECrash

yeet the server crash caused by ClassCastException.

Warning

Faster than others, but a more dangerous.

  • Type: boolean
  • Default value: false
  • Categories: VULPEUS

disableIAECrash

yeet the server crash caused by IllegalArgumentException.

Warning

Faster than others, but a more dangerous.

  • Type: boolean
  • Default value: false
  • Categories: VULPEUS

disableSOECrash

yeet the server crash caused by StackOverflowError.

Warning

Faster than others, but a more dangerous.

  • Type: boolean
  • Default value: false
  • Categories: VULPEUS

fixedBeeNotLeavingHive (<=1.21.1)

fixed MC-168329.

Note

This will not work when used with carpet-fixes.
Please use carpet-fixes beeNotLeavingHiveFix.

  • Type: boolean
  • Default value: false
  • Categories: BUGFIX, VULPEUS

fixedFallingBlockCantUseNetherPortal (<=1.20.6)

fixed MC-9644.

  • Type: boolean
  • Default value: false
  • Categories: BUGFIX, VULPEUS

fixedTickMemoriesEntityAI (<=1.20.1)

fixed MC-254100.

  • Type: boolean
  • Default value: false
  • Categories: BUGFIX, VULPEUS

optmizedDragonRespawn

Optimize dragon respawn method. Ported from carpet AMS addition.

Warning

Couldn’t ensure same behavior as vanilla Minecraft after enabling this rule.

  • Type: boolean
  • Default value: false
  • Categories: OPTIMIZATION, VULPEUS

visibleSpectators

Makes spectators visible to non-spectator players. Ported from totos carpet tweaks.

visibleSpectators

  • Type: boolean
  • Default value: false
  • Categories: SURVIVAL, VULPEUS

Command

custom-load

/custom-load : Show current custom loading chunk list.

/custom-load add [<dimension>] [<cx>] [<cz>] [<radius>] : add to list.

/custom-load remove [<dimension>] [<index>] : remove from list.

[<dimension>] : dimension id

[<cx>] : x of the chunk at the center of the loading range.

[<cz>] : z of the chunk at the center of the loading range.

[<radius>] : radius

[<index>] : index of the list. you can check it with /custom-load.

hat

/hat : Equip the item you have on your own head. Totem of undying or non-empty shulker box cannot be equipped.Also you cannot use this command if you already equip the item enchanted curse of binding.

hat

/hat : Equip the item you have on your own head. Totem of undying or non-empty shulker box cannot be equipped.Also you cannot use this command if you already equip the item enchanted curse of binding.

sit

/sit : sit on the spot.

view

/view : display current viewDistance

/view [<distance>] : change the value of viewDistance in carpet

[<distance>] : must be between 0 to 32

playerActions

Note

Only use fake players

/player [<name>] fill [<state>]

/player [<name>] clean [<state>]

[<name>] : fake player name

[<state>] : true or false

Logger

autosave

/log autosave

Simple logger that display when the server will autosave and how long ago the last autosave was. This logger does not directly detect autosave, but rather a calculated value based on the time elapsed since the server started, which could be incorrect. Ported from essential addons.

entity_count

logEntityCount

/log entity_count

/log entity_count [<entities>]

Display counts of entities per dimension and the total number in the player list.

[<entities>] : entity id. you can input multiple values separated by commas.

※ if : is included, argument must be enclosed in double quotes.

/log entity_count player
/log entity_count "minecraft:player,minecraft:iron_golem"