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
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
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
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
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
yeet the server crash caused by ClassCastException.
Warning
Faster than others, but a more dangerous.
- Type:
boolean
- Default value:
false
- Categories:
VULPEUS
yeet the server crash caused by IllegalArgumentException.
Warning
Faster than others, but a more dangerous.
- Type:
boolean
- Default value:
false
- Categories:
VULPEUS
yeet the server crash caused by StackOverflowError.
Warning
Faster than others, but a more dangerous.
- Type:
boolean
- Default value:
false
- Categories:
VULPEUS
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
fixed MC-9644.
- Type:
boolean
- Default value:
false
- Categories:
BUGFIX
,VULPEUS
fixed MC-254100.
- Type:
boolean
- Default value:
false
- Categories:
BUGFIX
,VULPEUS
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
Makes spectators visible to non-spectator players. Ported from totos carpet tweaks.
- Type:
boolean
- Default value:
false
- Categories:
SURVIVAL
,VULPEUS
/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
: 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
: 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 on the spot.
/view
: display current viewDistance
/view [<distance>]
: change the value of viewDistance in carpet
[<distance>]
: must be between 0
to 32
Note
Only use fake players
/player [<name>] fill [<state>]
/player [<name>] clean [<state>]
[<name>]
: fake player name
[<state>]
: true
or false
/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.
/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"