A carpet extension made for taichi SMP. This includes the carpet rule that we thought our server needed.
Disable wandering when riding a vehicle. Basically, dosen't effect anything.
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
Disable wandering when entity is out of the world. Basically, dosen't effect anything.
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
Disable pushing when entity is out of world. Basically, dosen't effect anything.
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
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,TAICHI
Disable fallDamageRaycast while the entity is moving upwards. Ported from chronos carpet by bread, pentasteve.
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
Disable fallDamageRaycast while the entity is out of the world. Inspired from chronos carpet.
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
Enable /view command to changes the view distance of the server without op.
/carpet carpetCommandPermissionLevel allows other rules to be changed, but this command only allows the viewDistance to be changed.
- Type:
String - Default value:
ops - Allowed options:
true,false,ops,0,1,2,3,4 - Categories:
SURVIVAL,COMMAND,TAICHI
Enable /view command to changes the simulation distance of the server without op.
/carpet carpetCommandPermissionLevel allows other rules to be changed, but this command only allows the simulationDistance to be changed.
- Type:
String - Default value:
ops - Allowed options:
true,false,ops,0,1,2,3,4 - Categories:
SURVIVAL,COMMAND,TAICHI
Allows you to equip items to your head slot using /hat. Ported from EssentialAddons.
- Type:
String - Default value:
ops - Allowed options:
true,false,ops,0,1,2,3,4 - Categories:
SURVIVAL,COMMAND,TAICHI
Player can sit down when using /sit. Ported from PCA.
- Type:
String - Default value:
ops - Allowed options:
true,false,ops,0,1,2,3,4 - Categories:
SURVIVAL,COMMAND,TAICHI
Enable /notice command to change notice logger value.
- Type:
String - Default value:
ops - Allowed options:
true,false,ops,0,1,2,3,4 - Categories:
SURVIVAL,COMMAND,TAICHI
Disable laggy nether portal collision checks introduced in 1.19.3. Ported from chronos carpet.
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
Enable sync of blockInventory on the server without op. (0: disable, -1: infinity)
- Type:
boolean - Default value:
false - Categories:
SURVIVAL,PROTOCOL,TAICHI
Changes MathHelper.hypot to a faster implementation. It gives nearly perfectly accurate results Currently only effect chunks blending so will likely be unnoticeable. It is ~1.6x faster recommended that you set this on permanently, and restart the server for best results
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
Changes Math.round to a faster implementation. Although it does not give the exact same results This does not affect many things and will most likely be unnoticeable. It is ~1.28x faster
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
Optimise method of updating state for furnace, blast furnace, and smoker.
- Type:
boolean - Default value:
false - Categories:
OPTIMIZATION,TAICHI
Set OP-permission when join to server.
- Type:
int - Default value:
0 - Categories:
CREATIVE,TAICHI
Death notification to discord chat over webhook. (value type is URI)
- Type:
String - Default value:
#None - Categories:
SURVIVAL,TAICHI
deathNoticeDiscord Message Type (embed or text)
- Type:
boolean - Default value:
embed - Categories:
SURVIVAL,TAICHI
set ServerName for deathNoticeDiscord
- Type:
boolean - Default value:
#None - Categories:
SURVIVAL,TAICHI
Set packet rate limit TaichiCarpet-Protocol
- Type:
int - Default value:
1 - Categories:
PROTOCOL,TAICHI
yeet ClassCastException crash
- Type:
boolean - Default value:
false - Categories:
TAICHI
/view : display current simulationDistance
/view [<distance>] : change the value of viewDistance in carpet without op
[<distance>] : must be between 0 to 32
/simulation : display current simulationDistance
/simulation [<distance>] : change the value of simulationDistance in carpet without op
[<distance>] : must be between 0 to 32
/hat : equip the item you have on your own head
/sit : sit on the spot
/notice : send everyone current notice text
/notice <text> : change notice logger text
<text> : must be string and can be enclosed in " " to allow the input of a string including spaces
"#None"or"": reset
/log notice
Simple logger that notice to everyone something running or doing.
To change value, use /notice
/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 entitycount
/log entitycount minecart
/log entitycount minecart,hopper_minecart,chest_minecart
/player <mcid> fill <boolean>
<boolean> : switch auto fill container on/off.
/player <mcid> clean <boolean>
<boolean> : switch auto clean container on/off.