Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amateras-server/ama-carpet
a carpet addition for amateras.
https://github.com/amateras-server/ama-carpet
amateras-server carpet carpet-extension-mod carpet-mod fabric-mod fabricmc minecraft minecraft-mod
Last synced: about 11 hours ago
JSON representation
a carpet addition for amateras.
- Host: GitHub
- URL: https://github.com/amateras-server/ama-carpet
- Owner: amateras-server
- License: lgpl-3.0
- Created: 2025-02-04T19:55:00.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-02-05T19:50:43.000Z (about 17 hours ago)
- Last Synced: 2025-02-05T20:52:40.641Z (about 16 hours ago)
- Topics: amateras-server, carpet, carpet-extension-mod, carpet-mod, fabric-mod, fabricmc, minecraft, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/amacarpet
- Size: 364 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Logo](src/main/resources/assets/ama-carpet/icon_32.png) AmaCarpet
[日本語の説明はこちら](README_ja.md)
[![Dev Builds](https://github.com/amateras-server/ama-carpet/actions/workflows/gradle.yml/badge.svg)](https://github.com/amateras-server/ama-carpet/actions/workflows/gradle.yml)
[![License](https://img.shields.io/github/license/amateras-server/ama-carpet.svg)](https://opensource.org/licenses/lgpl-3.0.html)
[![Issues](https://img.shields.io/github/issues/amateras-server/ama-carpet.svg)](https://github.com/amateras-server/ama-carpet/issues)
[![Modrinth](https://img.shields.io/modrinth/dt/amacarpet?label=Modrinth%20Downloads)](https://modrinth.com/mod/amacarpet)**AmaCarpet** is an extension of the Carpet Mod specifically designed for **Amateras SMP**.
Feel free to [report any issues](https://github.com/amateras-server/ama-carpet/issues) or [contribute to this mod](https://github.com/amateras-server/ama-carpet/pulls).## Rules
### cheatRestriction
> Prohibits specific features in client-side mods such as [Tweakeroo](https://modrinth.com/mod/tweakeroo), [Tweakermore](https://modrinth.com/mod/tweakermore), [Litematica](https://modrinth.com/mod/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](#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](#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](https://modrinth.com/mod/syncmatica) or [Kyoyu](https://modrinth.com/mod/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](#requireamacarpetclienttimeoutseconds).- Type: `boolean`
- Default value: `false`
- Suggested options: `false`, `true`
- Categories: `AMA`### requireAmaCarpetClientTimeoutSeconds
> Determines timeout duration for [requireAmaCarpetClient](#requireamacarpetclient) to check if the client has ama-carpet on login phase.
- Type: `int`
- Default value: `5`
- Suggested options: `3`, `5`, `10`
- Categories: `AMA`