Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details

AmaCarpet
A carpet addition made for Amateras SMP.
Currently supports 1.19~1.21.4.
Dependencies
- carpet (required)
- fabric-api (required)
- amatweaks (optional)
- kyoyu (optional)
- malilib (optional)
- syncmatica (optional)
- tweakeroo (optional)
Rules
cheatRestriction
Prohibits specific features in client-side mods such as Tweakeroo, Tweakermore, Litematica. The features to restrict can be configured using the
/restriction
command.
📝 NOTE:
Only works in server side.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
,SURVIVAL
commandListRestriction
Enables
/listrestriction
command to display features restricted by cheatRestriction./listrestriction
command provides the same output as/restriction
when used with no arguments. However, unlike/restriction
, this command can be executed by players without operator permissions by default.
- Type:
String
- Default value:
true
- Suggested options:
true
,false
,ops
,0
,1
,2
,3
,4
- Categories:
AMA
,COMMAND
,SURVIVAL
commandRestriction
Enables
/restriction
command to configure features restricted by cheatRestriction.
- Type:
String
- Default value:
ops
- Suggested options:
true
,false
,ops
,0
,1
,2
,3
,4
- Categories:
AMA
,COMMAND
,SURVIVAL
debugModeAmaCarpet
Enables debug print for AmaCarpet developer.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
disableAnimalSpawnOnChunkGen
Disables animal spawning during chunk generation.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
,OPTIMIZATION
,SURVIVAL
disableSoundEngine
Disables all server-side sound engine processes.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
,CREATIVE
,OPTIMIZATION
,SURVIVAL
endGatewayChunkLoad (MC < 1.21)
Allows entities traveling through end gateway portals to load a 3x3 chunk area, similar to nether portals. This is a backport of a feature implemented in Minecraft 1.21.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
,SURVIVAL
endPortalChunkLoad (MC < 1.21)
Allows entities traveling through end portals to load a 3x3 chunk area, similar to nether portals. This is a backport of a feature implemented in Minecraft 1.21.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
,SURVIVAL
notifyKyoyu
Sends notifications to player's chat when a schematic is shared or unshared using kyoyu.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
,SURVIVAL
notifySyncmatica
Sends notifications to player's chat when a schematic is shared or unshared using syncmatica.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
,SURVIVAL
reloadPortalTicket
Reloads all Nether portal chunk-loading tickets during server startup. This ensures that chunk loaders remain functional after server restarts. This feature is a backport of the implementation in snapshot 25w05a.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
,SURVIVAL
requireAmaCarpetClient
Prevents clients without AmaCarpet installed from logging in. The timeout duration can be configured with requireAmaCarpetClientTimeoutSeconds.
- Type:
boolean
- Default value:
false
- Suggested options:
false
,true
- Categories:
AMA
requireAmaCarpetClientTimeoutSeconds
Determines timeout duration for requireAmaCarpetClient to check if the client has ama-carpet on login phase within the range 1 to 180 seconds.
- Type:
int
- Default value:
5
- Suggested options:
3
,5
,10
- Categories:
AMA