Vulpeus Carpet
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 v2.0.4-mc1.21.2
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/vulpeus-carpet
资源信息
Minecraft 版本: 1.21.2
平台: fabric
标签: optimization utility
资源介绍
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 ( NOTE
> This will not work when used with carpet-fixes.
> Please use carpet-fixes `beeNotLeavingHiveFix`. - Type: `boolean` - Default value: `false` - Categories: `BUGFIX`, `VULPEUS` ### fixedFallingBlockCantUseNetherPortal ( 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.  - Type: `boolean` - Default value: `false` - Categories: `SURVIVAL`, `VULPEUS` ## Command ### custom-load `/custom-load` : Show current custom loading chunk list. `/custom-load add [] [] [] []` : add to list. `/custom-load remove [] []` : remove from list. `[]` : dimension id `[]` : x of the chunk at the center of the loading range. `[]` : z of the chunk at the center of the loading range. `[]` : radius `[]` : 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 []` : change the value of viewDistance in carpet `[]` : must be between `0` to `32` ### playerActions > NOTE
> Only use fake players `/player [] fill []` `/player [] clean []` `[]` : fake player name `[]` : `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  `/log entity_count` `/log entity_count []` Display counts of entities per dimension and the total number in the player list. `[]` : 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 ( NOTE
> carpet-fixesと併用した場合、機能しなくなります。
> carpet-fixesの`beeNotLeavingHiveFix`を使用してください。 - 型式: `boolean` - 既定値: `false` - 分類: `BUGFIX`, `VULPEUS` ### fixedFallingBlockCantUseNetherPortal ( WARNING
> このルールはバニラと同一の挙動を保証しません。 - 型式: `boolean` - 既定値: `false` - 分類: `OPTIMIZATION`, `VULPEUS` ### visibleSpectators スペクテーターのプレイヤーをスペクテーターではないプレイヤーから見えるようにする。totots carpet tweaks からの移植。  - 型式: `boolean` - 既定値: `false` - 分類: `SURVIVAL`, `VULPEUS` ## コマンド ### custom-load `/custom-load` : 現在の CustomLoadingChunk のリストを表示。 `/custom-load add [] [] [] []` : リストに追加 `/custom-load remove [] []` : リストから削除 `[]` : ディメンションID `[]` : ロード範囲の中心チャンクの ChunkX `[]` : ロード範囲の中心チャンクの ChunkZ `[]` : 半径 `[]` : 要素のインデックス。`/custom-load`で確認できます。 ### hat `/hat` : 頭に所持しているアイテムを装備します。不死のトーテムや空でないシュルカーボックスは装備できません。また、束縛の呪いが付いた装備すでにしている場合も同様です。 ### sit `/sit` : 座ります。 ### view `/view` : 現在の描画距離設定を表示します。 `/view []` : carpet での viewDistance を変更します。 `[]` : 0 から 32 でなければなりません ### playerActions > NOTE
> fakePlayer でのみ利用可能です。 `/player [] fill []` : コンテナを開いたときにインベントリの中身をすべて入れる。 `/player [] clean []` : コンテナを開いたときにコンテナの中身をすべて捨てる。 `[]` : fake player の名前 `[]` : `true` か `false` ## ロガー ### autosave `/log autosave` オートセーブされてからの時間と、次のオートセーブまでの時間をプレイヤーリストに表示。 このロガーはサーバー開始からのチックから算出されるため、正確ではない場合があることに留意してください。 essential addons からの移植。 ### entity_count  `/log entity_count` `/log entity_count []` ディメンション毎と合計のエンティティの数をプレイヤーリストに表示。 `[]` : エンティティID。カンマ区切りで複数入力することも可能。`minecraft:`の接頭語は省略可。 ※ `:`を含める場合は引数全体をダブルクォーテーションで囲う必要があります。 ``` /log entity_count player /log entity_count "minecraft:player,minecraft:iron_golem" ```
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~