Vulpeus Carpet

Vulpeus Carpet

carpet addition made for vulpeus.

by
3.3K Downloads
fabricoptimizationutility
Rent Server with this Mod

About this Mod

https://vulepus.com/ Vulpeus Carpet

License Issues workflow Modrinth Discord

Our contents

Features

Check HERE to see the document of all available options.

こちら にすべての機能、設定が記述されているのでご確認ください。

All rules

English

Rules

commandCustomLoad

Enable /custom-load command. Inspired by AMS blockChunkLoader.

  • Type: String
  • Default value: ops
  • Allowed options: true, false, ops, 0, 1, 2, 3, 4
  • Categories: SURVIVAL, COMMAND, VULPEUS

commandHat

Enable /hat command. Ported from essential addons.

  • Type: String
  • Default value: ops
  • Allowed options: true, false, ops, 0, 1, 2, 3, 4
  • Categories: SURVIVAL, COMMAND, VULPEUS

commandSit

Enable /sit command. Ported from PCA.

  • Type: String
  • Default value: ops
  • Allowed options: true, false, ops, 0, 1, 2, 3, 4
  • Categories: SURVIVAL, COMMAND, VULPEUS

commandView

Enable /view command to change viewDistance of carpet.

  • Type: String
  • Default value: ops
  • Allowed options: true, false, ops, 0, 1, 2, 3, 4
  • Categories: SURVIVAL, COMMAND, VULPEUS

defaultOpLevel

Set the OP level granted when you join the server. can be re-granted by rejoining and can
override op-permission-level in the server.properties.

  • Type: int
  • Default value: 0
  • Categories: CREATIVE,VULPEUS

disableCCECrash

yeet the server crash caused by ClassCastException.

WARNING

Faster than others, but a more dangerous.

  • Type: boolean
  • Default value: false
  • Categories: VULPEUS

disableIAECrash

yeet the server crash caused by IllegalArgumentException.

WARNING

Faster than others, but a more dangerous.

  • Type: boolean
  • Default value: false
  • Categories: VULPEUS

disableSOECrash

yeet the server crash caused by StackOverflowError.

WARNING

Faster than others, but a more dangerous.

  • Type: boolean
  • Default value: false
  • Categories: VULPEUS

fixedBeeNotLeavingHive (<=1.21.1)

fixed MC-168329.

NOTE

This will not work when used with carpet-fixes.

Please use carpet-fixes beeNotLeavingHiveFix.

  • Type: boolean
  • Default value: false
  • Categories: BUGFIX, VULPEUS

fixedFallingBlockCantUseNetherPortal (<=1.20.6)

fixed MC-9644.

  • Type: boolean
  • Default value: false
  • Categories: BUGFIX, VULPEUS

fixedTickMemoriesEntityAI (<=1.20.1)

fixed MC-254100.

  • Type: boolean
  • Default value: false
  • Categories: BUGFIX, VULPEUS

optmizedDragonRespawn

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, VULPEUS

visibleSpectators

Makes spectators visible to non-spectator players. Ported from totos carpet tweaks.

visibleSpectators

  • Type: boolean
  • Default value: false
  • Categories: SURVIVAL, VULPEUS

Command

custom-load

/custom-load : Show current custom loading chunk list.

/custom-load add [<dimension>] [<cx>] [<cz>] [<radius>] : add to list.

/custom-load remove [<dimension>] [<index>] : remove from list.

[<dimension>] : dimension id

[<cx>] : x of the chunk at the center of the loading range.

[<cz>] : z of the chunk at the center of the loading range.

[<radius>] : radius

[<index>] : index of the list. you can check it with /custom-load.

hat

/hat : Equip the item you have on your own head. Totem of undying or non-empty shulker box cannot
be equipped.Also you cannot use this command if you already equip the item enchanted curse of
binding.

hat

/hat : Equip the item you have on your own head. Totem of undying or non-empty shulker box cannot
be equipped.Also you cannot use this command if you already equip the item enchanted curse of
binding.

sit

/sit : sit on the spot.

view

/view : display current viewDistance

/view [<distance>] : change the value of viewDistance in carpet

[<distance>] : must be between 0 to 32

playerActions

NOTE

Only use fake players

/player [<name>] fill [<state>]

/player [<name>] clean [<state>]

[<name>] : fake player name

[<state>] : true or false

Logger

autosave

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

entity_count

logEntityCount

/log entity_count

/log entity_count [<entities>]

Display counts of entities per dimension and the total number in the player list.

[<entities>] : entity id. you can input multiple values separated by commas.

※ if : is included, argument must be enclosed in double quotes.

/log entity_count player
/log entity_count "minecraft:player,minecraft:iron_golem"
日本語

ルール

commandCustomLoad

/custom-loadコマンドの有効化。AMS の blockChunkLoader から発想を得ました。

  • 型式: String
  • 既定値: ops
  • 使用可能な値: true, false, ops, 0, 1, 2, 3, 4
  • 分類: SURVIVAL, COMMAND, VULPEUS

commandHat

/hatコマンドの有効化。essential addons からの移植。

  • 型式: String
  • 既定値: ops
  • 使用可能な値: true, false, ops, 0, 1, 2, 3, 4
  • 分類: SURVIVAL, COMMAND, VULPEUS

commandSit

/sitコマンドの有効化。PCA からの移植。

  • 型式: String
  • 既定値: ops
  • 使用可能な値: true, false, ops, 0, 1, 2, 3, 4
  • 分類: SURVIVAL, COMMAND, VULPEUS

commandView

/viewコマンドの有効化。
carpet の viewDistance を変更することができる。

  • 型式: String
  • 既定値: ops
  • 使用可能な値: true, false, ops, 0, 1, 2, 3, 4
  • 分類: SURVIVAL, COMMAND, VULPEUS

defaultOpLevel

サーバーに参加したときにデフォルトでOPを付与する。
server.properties のop-permission-levelを上書き可能。

  • 型式: int
  • 既定値: 0
  • 分類: CREATIVE,VULPEUS

disableCCECrash

ClassCastException によるサーバーのクラッシュの無効化。

WARNING

他と比べてより速いが、より危険。

  • 型式: boolean
  • 既定値: false
  • 分類: VULPEUS

disableIAECrash

IllegalArgumentException によるサーバーのクラッシュの無効化。

WARNING

他と比べてより速いが、より危険。

  • 型式: boolean
  • 既定値: false
  • 分類: VULPEUS

disableSOECrash

WARNING

他と比べてより速いが、より危険。

StackOverflowError によるサーバーのクラッシュの無効化。

  • 型式: boolean
  • 既定値: false
  • 分類: VULPEUS

fixedBeeNotLeavingHive (<=1.21.1)

MC-168329 の修正。

NOTE

carpet-fixesと併用した場合、機能しなくなります。

carpet-fixesのbeeNotLeavingHiveFixを使用してください。

  • 型式: boolean
  • 既定値: false
  • 分類: BUGFIX, VULPEUS

fixedFallingBlockCantUseNetherPortal (<=1.20.6)

MC-9644 の修正。

  • 型式: boolean
  • 既定値: false
  • 分類: BUGFIX, VULPEUS

fixedTickMemoriesEntityAI (<=1.20.1)

MC-254100 の修正

  • 型式: boolean
  • 既定値: false
  • 分類: BUGFIX, VULPEUS

optmizedDragonRespawn

エンダードラゴンのリスポーン処理の最適化。carpet AMS addition からの移植。

WARNING

このルールはバニラと同一の挙動を保証しません。

  • 型式: boolean
  • 既定値: false
  • 分類: OPTIMIZATION, VULPEUS

visibleSpectators

スペクテーターのプレイヤーをスペクテーターではないプレイヤーから見えるようにする。totots carpet tweaks からの移植。

visibleSpectators

  • 型式: boolean
  • 既定値: false
  • 分類: SURVIVAL, VULPEUS

コマンド

custom-load

/custom-load : 現在の CustomLoadingChunk のリストを表示。

/custom-load add [<dimension>] [<cx>] [<cz>] [<radius>] : リストに追加

/custom-load remove [<dimension>] [<index>] : リストから削除

[<dimension>] : ディメンションID

[<cx>] : ロード範囲の中心チャンクの ChunkX

[<cz>] : ロード範囲の中心チャンクの ChunkZ

[<radius>] : 半径

[<index>] : 要素のインデックス。/custom-loadで確認できます。

hat

/hat : 頭に所持しているアイテムを装備します。不死のトーテムや空でないシュルカーボックスは装備できません。また、束縛の呪いが付いた装備すでにしている場合も同様です。

sit

/sit : 座ります。

view

/view : 現在の描画距離設定を表示します。

/view [<distance>] : carpet での viewDistance を変更します。

[<distance>] : 0 から 32 でなければなりません

playerActions

NOTE

fakePlayer でのみ利用可能です。

/player [<name>] fill [<state>] : コンテナを開いたときにインベントリの中身をすべて入れる。

/player [<name>] clean [<state>] : コンテナを開いたときにコンテナの中身をすべて捨てる。

[<name>] : fake player の名前

[<state>] : truefalse

ロガー

autosave

/log autosave

オートセーブされてからの時間と、次のオートセーブまでの時間をプレイヤーリストに表示。
このロガーはサーバー開始からのチックから算出されるため、正確ではない場合があることに留意してください。
essential addons からの移植。

entity_count

logEntityCount

/log entity_count

/log entity_count [<entities>]

ディメンション毎と合計のエンティティの数をプレイヤーリストに表示。

[<entities>] : エンティティID。カンマ区切りで複数入力することも可能。minecraft:の接頭語は省略可。

:を含める場合は引数全体をダブルクォーテーションで囲う必要があります。

/log entity_count player
/log entity_count "minecraft:player,minecraft:iron_golem"

Available Versions

VulpeusCarpet v2.0.4 for mc1.21.2release
MC 1.21.2fabric
October 23, 2024
VulpeusCarpet v2.0.4 for mc1.20.2release
MC 1.20.2, 1.20.3, 1.20.4fabric
October 23, 2024
VulpeusCarpet v2.0.4 for mc1.19.4release
MC 1.19.4fabric
October 23, 2024
VulpeusCarpet v2.0.4 for mc1.20.1release
MC 1.20, 1.20.1fabric
October 23, 2024
VulpeusCarpet v2.0.4 for mc1.21.1release
MC 1.21, 1.21.1fabric
October 23, 2024

How to Install Vulpeus Carpet on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.2).

3

Install Mod

Open the mod browser in the dashboard and search for "Vulpeus Carpet". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

1.21.2, 1.21.1, 1.21 (+9 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Vulpeus Carpet server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.2). You can switch loaders with one click in the panel.

Is Vulpeus Carpet compatible with fabric?

Vulpeus Carpet officially supports fabric for Minecraft 1.21.2, 1.21.1, 1.21. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Vulpeus Carpet – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Vulpeus Carpet consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Vulpeus Carpet with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
GNU Lesser General Public License v3.0 or later
Server-side
Required

Supported Versions

1.21.21.21.11.211.20.61.20.51.20.41.20.31.20.21.20.11.20+2 more