Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

pugur523/ama-carpet

Repository files navigation

Logo AmaCarpet

日本語の説明はこちら

Dev Builds License Issues Modrinth

AmaCarpet is an extension of the Carpet Mod specifically designed for Amateras SMP. Feel free to report any issues or contribute to this mod.

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

notifySchematicShare

Sends notifications to player's chat when a schematic is shared or unshared using Syncmatica or Kyoyu.

Note

Only works in server side.

  • 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.

  • Type: int
  • Default value: 5
  • Suggested options: 3, 5, 10
  • Categories: AMA