Описание
# Carpet-Extra-Extras
Even more features for the carpet mod.
## Carpet Extra Extras Rules:
### trackEnderPearls
Tracks all thrown Ender Pearls on the server; this must be enabled for `/log pearls` to work.
* Type: `Boolean`
* Default value: `false`
* Allowed options: `true`, `false`
* Categories: `VANILLA`
### pre21ThrowableEntityBehavior
Restores 1.16.2-1.21.1 throwable entity (ender pearl, snowball, etc.) behavior, specifically behavior found in 24w28a where the thrown randomness changes are present.
* Type: `Boolean`
* Default value: `false`
* Allowed options: `true`, `false`
* Categories: `FEATURE`, `LTS`
### optimizedTNTInteraction
_Note: Any mod version prior to 1.2.8 will break certain contraptions relying on lazy tnt acceleration. For instance, [cubicmetre's Orbital Strike Cannon](https://www.youtube.com/watch?v=s_TKe16WASY) or [Dark's Mining Cannons](https://www.youtube.com/watch?v=5hq4TwvVp6o)._
Optimizes force calculations between exploding TNT entities. This can grant significant performance gains for Ender Pearl Cannons.
* Type: `Boolean`
* Default value: `false`
* Allowed options: `true`, `false`
* Categories: `FEATURE`, `EXPERIMENTAL`, `OPTIMIZATION`
### stackableShulkerLimitAllContainers
_Note: This overrides any other `stackableShulkerLimit` rule._
Allows empty shulker boxes to stack to the set amount when being transferred by hoppers. This is intended to be used with `stackableShulkerBoxes`.
* Type: `String`
* Default value: `false`
* Allowed options: `false`, `1-64`
* Categories: `FEATURE`, `LTS`
### stackableShulkerLimitHoppers
Allows empty shulker boxes to stack to the set amount inside hoppers when being transferred by hoppers. This is intended to be used with `stackableShulkerBoxes`.
* Type: `String`
* Default value: `false`
* Allowed options: `false`, `1-64`
* Categories: `FEATURE`, `LTS`
### stackableShulkerLimitDroppers
Allows empty shulker boxes to stack to the set amount inside droppers when being transferred by hoppers. This is intended to be used with `stackableShulkerBoxes`.
* Type: `String`
* Default value: `false`
* Allowed options: `false`, `1-64`
* Categories: `FEATURE`, `LTS`
### stackableShulkerLimitDispensers
Allows empty shulker boxes to stack to the set amount inside dispensers when being transferred by hoppers. This is intended to be used with `stackableShulkerBoxes`.
* Type: `String`
* Default value: `false`
* Allowed options: `false`, `1-64`
* Categories: `FEATURE`, `LTS`
### carpetBotsSkipNight
Allows the night to be skipped without carpet bots/fake players being asleep.
* Type: `Boolean`
* Default value: `false`
* Allowed options: `true`, `false`
* Categories: `FEATURE`
### carpetBotTeam
If carpet bots/fake players should be added to a special team.
* Type: `Boolean`
* Default value: `false`
* Allowed options: `true`, `false`
* Categories: `FEATURE`
### carpetBotTeamName
The name of the team the carpet bots/fake use.
* Type: `String`
* Default value: `cee_bots`
* Allowed options: `any string up to 64 characters in length`
* Categories: `FEATURE`
### carpetBotTeamPrefixName
The prefix of the team the carpet bots/fake will use.
* Type: `String`
* Default value: `[Bots]`
* Allowed options: `any string up to 16 characters in length`
* Categories: `FEATURE`
### carpetBotTeamColor
The color the team for the carpet bots/fake will use.
* Type: `Chat Formatter (Color)`
* Default value: `gray`
* Allowed options: `aqua`, `black`, `blue`, `bold`, `dark_aqua`, `dark_blue`, `dark_gray`, `dark_green`, `dark_purple`, `dark_red`, `gold`, `gray`, `green`, `italic`, `light_purple`, `obfuscated`, `red`, `reset`, `strikethrough`, `underline`, `white`, `yellow`
* Categories: `FEATURE`
### carpetBotTeamPrefixColor
The color of the prefix of the team the carpet bots/fake will use.
* Type: `Chat Formatter (Color)`
* Default value: `gold`
* Allowed options: `aqua`, `black`, `blue`, `bold`, `dark_aqua`, `dark_blue`, `dark_gray`, `dark_green`, `dark_purple`, `dark_red`, `gold`, `gray`, `green`, `italic`, `light_purple`, `obfuscated`, `red`, `reset`, `strikethrough`, `underline`, `white`, `yellow`
* Categories: `FEATURE`
### warpDestinations
_Note: This will only work on a dedicated server; Requires `commandWarp` to be enabled; Receiving servers must have `accepts-transfers=true` in their `server.properties` file._
A comma-separated list of warp destinations in the format `alias=host` or `alias=host:port`. Set the value to `none` to disable.
Example: `lobby=play.example.net:25565,survival=mc.example.net`
* Type: `String`
* Default value: `none`
* Allowed options: `none`, `a comma-seperated list of destinations`
* Categories: `FEATURE`, `EXPERIMENTAL`, `COMMAND`
## Carpet Extra Extras Commands:
### commandCam
Enables a freecam mode that can be used by using `/c` or `/cam`.
* Type: `Boolean`
* Default value: `false`
* Allowed options: `true`, `false`
* Categories: `FEATURE`, `COMMAND`
### commandPing
Displays the user's ping by using `/ping`.
* Type: `Boolean`
* Default value: `false`
* Allowed options: `true`, `false`
* Categories: `FEATURE`, `COMMAND`
### commandWarp
_Note: This will only work on a dedicated server._
Enables the `/warp` command, allowing players to be transferred to another server from a list of configured destinations set by `warpDestinations`.
* Type: `Boolean`
* Default value: `false`
* Allowed options: `true`, `false`
* Categories: `FEATURE`, `EXPERIMENTAL`, `COMMAND`