Carpet AMS Addition v2.13.1
修复
-
+
- 修复了Minecraft 1.19.4 -> 1.20.2中英文规则列表的重复显示问题。
比如:superBow (superBow) -> superBow
Carpet AMS Addition - + - + - + - + @@ -42,19 +42,19 @@- - Home + 发布[Release]
- - Rules + 规则[Rules]
- - Commands + 指令[Commands]
- - Development + 开发[Development]
-commandChunkLoading
-/chunkloading [true/false]
Control chunk loading of player. Can only manipulate yourself.
-anvilInteractionDisabled
-/anvilInteractionDisabledSwitch
Controls whether the player can interact with the anvil.
+[English]
+区块加载控制(commadChunkLoading)
+/chunkloading [true/false]
开关玩家自身加载。
+禁用铁砧交互(anvilInteractionDisabled)
+/anvilInteractionDisabledSwitch
控制玩家是否可与铁砧交互。
+ + Carpet AMS Addition + + + + + + + + + + + + + + + + + + + + + + + +++ + diff --git a/Development/index.html b/Development/index.html index f94d15a..efa768a 100644 --- a/Development/index.html +++ b/Development/index.html @@ -3,22 +3,22 @@ - +++ +++ ++ ++ + + + + + + + ++++ ++++[中文]
+commandChunkLoading
+/chunkloading [true/false]
Control chunk loading of player. Can only manipulate yourself.
+anvilInteractionDisabled
+/anvilInteractionDisabledSwitch
Controls whether the player can interact with the anvil.
+ +Carpet AMS Addition - + - + - + - + @@ -42,19 +42,19 @@- - Home + 发布[Release]
- - Rules + 规则[Rules]
- - Commands + 指令[Commands]
- - Development + 开发[Development]
Carpet AMS Addition - + - + - + - + @@ -42,19 +42,19 @@- - Home + 发布[Release]
- - Rules + 规则[Rules]
- - Commands + 指令[Commands]
- - Development + 开发[Development]
-diff --git a/Rules_en/index.html b/Rules_en/index.html new file mode 100644 index 0000000..7294c6b --- /dev/null +++ b/Rules_en/index.html @@ -0,0 +1,659 @@ + + + + + + +superBow
Let enchantments Infinity and Mending be compatible with each other on bow.
+[English]
+超级弓 (superBow)
开启后,可以让弓同时拥有无限和经验修补附魔。
+-
+
类型:
+boolean
+默认值:
+false
+参考选项:
+false
,true
+分类:
+AMS
,FEATURE
+
计划刻催熟所有作物 (scheduledRandomTickAllPlants)
开启后,使计划刻事件可触发以下所有植物的随机刻生长行为,用于恢复1.15版本的强制催熟特性。亦可通过以下指令单独控制特定植物是否可强制催熟。
+-
+
+scheduledRandomTickCactus
: 开启后,使计划刻事件可触发仙人掌的随机刻生长行为。
+
+scheduledRandomTickBamboo
: 开启后,使计划刻事件可触发竹子的随机刻生长行为。
+
+scheduledRandomTickChorusFlower
: 开启后,使计划刻事件可触发紫颂花的随机刻生长行为。
+
+scheduledRandomTickSugarCane
: 开启后,使计划刻事件可触发甘蔗的随机刻生长行为。
+
+scheduledRandomTickStem
: 开启后,使计划刻事件可触发海带、缠怨藤、垂泪藤的随机刻生长行为。<该规则从 OhMyVanillaMinecraf 移植>
+
+类型:
+boolean
+默认值:
+false
+参考选项:
+false
,true
+分类:
+AMS
,FEATURE
,SURVIVAL
+
龙战优化 (optimizedDragonRespawn)
大幅度优化了龙战判定代码的性能表现,为基于末地祭坛设计的末地石农场提供性能优化。注意:本选项开启后可能影响原版特性。
+-
+
- 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,OPTIMIZATION
+
区块加载控制 (commandChunkLoading)
控制玩家的区块加载,有时候会有比较奇怪的情况,可以挪到附近的区块再回来,可能因为某些未知原因所在区块还会加载。不会移除所在维度的玩家检测,例如主世界出生点区块加载和末地主岛加载。
+
玩家上下线时会将交互状态重置回加载以避免MC-157812。
命令:/chunkloading<该规则从 Intricarpet 移植>
+-
+
- 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,COMMAND
+
音符盒区块加载 (noteBlockChunkLoader)
开启后,当上边沿红石信号激活音符盒时,为该音符盒所在区块添加类型为”note_block”,加载等级为30的加载票,持续时间为300gt(15s)。
+bone_block
: 音符盒上有骨块时可以触发加载。wither_skeleton_skull
: 音符盒上有凋灵骷髅头(可以是挂在墙上的也可以是放在音符盒上的)时可以触发加载。note_block
: 无需条件,只有音符盒即可加载。OFF
: 禁用该规则。
由于在服务器当前维度没有玩家的300tick后,Minecraft会停止实体相关的更新,因此每当当前维度中没有玩家时使用该规则加载的区块中漏斗将会停止工作,你可以启用blockChunkLoaderKeepTickEntities或keepEntityUpdate规则来解决这个问题,但个人建议采用放置假人的方式来解决这个问题。-
+
- 类型:
String
+ - 默认值:
false
+ - 参考选项:
bone_block
,wither_skeleton_skull
,note_block
,OFF
+ - 分类:
AMS
,FEATURE
,AMS_chunkLoader
+
钟区块加载 (bellBlockChunkLoader)
开启后,当上边沿红石信号激活钟时,为钟方块所在区块添加类型为”bell_block”,加载等级为30的加载票,持续时间为300gt(15s)。
+
由于在服务器当前维度没有玩家的300tick后,Minecraft会停止实体相关的更新,因此每当当前维度中没有玩家时使用该规则加载的区块中漏斗将会停止工作,你可以启用blockChunkLoaderKeepTickEntities或keepEntityUpdate规则来解决这个问题,但个人建议采用放置假人的方式来解决这个问题。-
+
- 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_chunkLoader
+
活塞头区块加载 (pistonBlockChunkLoader)
开启后,当该活塞/黏性活塞产生活塞头的推出/拉回事件时,在创建推出/拉回事件的那一游戏刻为活塞头方块所在区块添加类型为”piston_block”,加载等级为30的加载票,持续时间为300gt(15s)。注意,黏性活塞的失败收回事件(如尝试拉回超过12个方块时)也可创建加载票。
bone_block
: 活塞\黏性活塞上有骨块时触发加载。bedrock
: 活塞\黏性活塞下有基岩时触发加载。all
: 活塞\黏性活塞下有骨块或基岩时触发加载。OFF
: 禁用该规则。
由于在服务器当前维度没有玩家的300tick后,Minecraft会停止实体相关的更新,因此每当当前维度中没有玩家时使用该规则加载的区块中漏斗将会停止工作,你可以启用blockChunkLoaderKeepTickEntities或keepEntityUpdate规则来解决这个问题,但个人建议采用放置假人的方式来解决这个问题。-
Who won’t be attracted by a bow without being torn between two enchantments?
+如果不想使用地狱门加载链的话,此规则可作为替代方案。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
String
+ - 默认值:
false
+ - 参考选项:
bone_block
,bedrock
,all
,OFF
+ - 分类:
AMS
,FEATURE
,AMS_chunkLoader
scheduledRandomTickAllPlants
When enabled, plants will execute codes related to growth in tileTick events planed by finding invaild position. Use to restore 0tick farms/force updates farm in higher version. you can also control specific plants to have force updates.
+地狱可放水 (netherWaterPlacement)
开启后,玩家可通过使用水桶的方式在地狱维度中放置水源。
-
-
scheduledRandomTickCactus
: Enable 0tick farm of cactus.
-scheduledRandomTickBamboo
: Enable 0tick farm of bamboo.
-scheduledRandomTickChorusFlower
: Enable 0tick farm of chorus flower.
-scheduledRandomTickSugarCane
: Enable 0tick farm of sugar cane.
-scheduledRandomTickStem
: Enable 0tick farm of twisting vines, weeping vines and kelp.
+- 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
<Ported from OhMyVanillaMinecraft >
+易碎深板岩 (softDeepslate)
开启后,深板岩的挖掘硬度将与石头相同(均可在急迫二效果下用效率5钻石镐进行瞬间挖掘)。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
optimizedDragonRespawn
Greatly optimized the code related to dragon fight starting. Provide performance enhancement for endstone farm based on re-summoning of ender dragon. Warning: couldn’t ensure same behavior as vanilla Minecraft after enabling this rule.
+易碎黑曜石 (softObsidian)
开启后,黑曜石的挖掘硬度将与深板岩相同。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,OPTIMIZATION
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
commandChunkLoading
Control chunkloading of player. Won’t remove player detection of deminsion like main island loading in the end. Will be reset after player loging out to avoid MC-157812.
-Command: /chunkloading
-<Ported from Intricarpet>
+伪和平(fakePeace)
开启后,所有生物不会生成,但不影响困难难度(类似伪和平)。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,COMMAND
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
noteBlockChunkLoader
When a note block is triggered by rising edge of redstone signal, the chunk which the note block located will be added a ticket with level 30 and type ‘note_block’, which will expire after 300gt. Note blocks that can be used to add ticket must meet the requirement set by the rule option.
-the option is interpreted as follow:
+炸毁所有方块(blowUpEverything)
开启后,所有方块的爆炸抗性均为 0。
-
-
bone_block
: The note block must have a bone block just above it.
-wither_skeleton_skull
The note block must have a wither skeleton skull just above it. This skull can be either on the note block or attach to another block.
-note_block
: No special requirement for note blocks to add tickets. Warning: as many high frequency clock will use note block, please take it carefully as it may make some chunks loading permanently in an unexpect way.
-OFF
: Disable the rule.
+- 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,TNT
炸毁黑曜石(weakObsidian)
开启后,爆炸将能够摧毁黑曜石。
-
-
- Type:
String
- - Default:
OFF
- - Suggested options:
bone_block
,wither_skeleton_skull
,note_block
,OFF
- - Categroies:
AMS
,FEATURE
,AMS_chunkLoader
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,TNT
Due to after 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, hoppers in chunks loaded by this rule will cease to function whenever there are no players in the current dimension, You can enable the blockChunkLoaderKeepTickEntities or keepEntityUpdate rules to solve this issue, but I personally recommend using the method of placing fake players to work around this problem.
-bellBlockChunkLoader
When a bell block is triggered by rising edge of redstone signal, the chunk which the bell block located will be added a ticket with level 30 and type ‘bell_block’, which will expire after 300gt. Bell blocks have no special requirement to add tickets.
+炸毁哭泣的黑曜石(weakCryingObsidian)
开启后,爆炸将能够摧毁哭泣的黑曜石。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_chunkLoader
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,TNT
Due to after 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, hoppers in chunks loaded by this rule will cease to function whenever there are no players in the current dimension, You can enable the blockChunkLoaderKeepTickEntities or keepEntityUpdate rules to solve this issue, but I personally recommend using the method of placing fake players to work around this problem.
-pistonBlockChunkLoader
When a piston (also available for sticky piston) successfully push or pull its head, the chunk which the piston head (the moving block representing piston head) located will be added a ticket with level 30 and type ‘piston_block’, which will expire after 300gt. The ticket will be added at the tick when the moving block is created. Pistons that can be used to add ticket must meet the requirement set by the rule option.
--
-A pretty good
-and opportunisticway to supersede nether portal loading chain for Pearl Cannon.the option is interpreted as follow:
+炸毁基岩(weakBedRock)
开启后,爆炸将能够摧毁基岩。
-
-
bone_block
: The piston must have a bone block just above it.
-bedrock
: The piston must have a bedrock just under it.
-all
: When boe_block is on the piston or bed rock is under the piston.
-OFF
: Disable the rule.
+- 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,TNT
Due to after 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, hoppers in chunks loaded by this rule will cease to function whenever there are no players in the current dimension, You can enable the blockChunkLoaderKeepTickEntities or keepEntityUpdate rules to solve this issue, but I personally recommend using the method of placing fake players to work around this problem.
--
-
- Type:
String
- - Default:
OFF
- - Suggested options:
bone_block
,bedrock
,all
,OFF
- - Categroies:
AMS
,FEATURE
,AMS_chunkLoader
-
netherWaterPlacement
Player can place water source in the nether by using water bucket.
--
+What an ancient demand.
-增强型世界吞噬者(enhancedWorldEater)
开启后,爆炸可以摧毁除了铁砧与基岩外的所有方块。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,TNT
softDeepslate
Hardness of deepslate will be set to 1.5, which is equal to the hardness of stone. Other words, player with Haste II using an Efficiency V diamond pickaxe can break deepslate instantly.
--
+Just fxck it using pickaxe in your hands!
-炸毁强化深板岩(weakReinforcedDeepslate)
开启后,爆炸将能够摧毁强化深板岩。
<该规则Minecraft Version >= 1.19
可用>-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,TNT
softObsidian
Hardness of obsidian will be set to 3, which is equal to the hardness of original deepslate.
--
+Benefits for portal slicing farm! Wait..What do you want to do with the obsidian platform..?
-共享打折(sharedVillagerDiscounts)
开启后,玩家将僵尸村民治疗为村民后的获得的折扣将共享给所有玩家。
+<该规则从 totos-carpet-tweaks 移植>
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
fakePeace
No mob will spawn without change difficulty.
+熄灭的篝火(extinguishedCampfire)
开启后,当玩家放置篝火时,篝火处于熄灭状态。
-
Why not use doMobSpawning provided by Mojang?
+有时施工我更希望我放下它时它是灭的。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
-
blowUpEverything
Blast resistence of every block will be set to 0.
--
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
-
weakObsidian
Explosion can destroy obsidian.
-
Warning: This function (also for other similar rules) will slightly reduce performance when calculating explosion.-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
-
weakCryingObsidian
Explosion can destroy crying obsidian.
--
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
-
weakBedRock
Explosion can destroy bedrock.
--
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
-
enhancedWorldEater
Explosion can destroy all blocks except anvil and bedrock.
--
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
weakReinforcedDeepslate
Explosion can destroy reinforced deepslate.
+= 1.19> 安全飞行(safeFlight)
开启后,玩家使用鞘翅飞行时不会因为撞到墙壁而受到伤害。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
sharedVillagerDiscounts
Villagers cured from zombified villager will give trade discounts to every player.
-<Ported from totos-carpet-tweaks>
+骨块更新抑制器(boneBlockUpdateSuppressor)
开启后,骨块将会成为一个更新抑制器 (使用时建议开始updateSuppressionCrashFix功能防止崩溃)。
<该规则Minecraft Version < 1.19
可用>-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
extinguishedCampfire
Campfire will be extinguished by default when being placed.
+无限交易(infiniteTrades)
开启后,村民交易将不会被锁定。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
safeFlight
Hitting surface will cause no damage to player when flying with elytra.
+无懈可击(invulnerable)
开启后,玩家将免受一切伤害。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
boneBlockUpdateSuppressor
When enabled, bone block will be a update suppressor (When using it, it is recommended to start the Update Suppression Crash Fix feature to prevent crashes).
-<Only available for Minecraft < 1.19 >
+创造模式一击必杀(creativeOneHitKill)
开启后,当玩家在创造模式下时可以做到一击必杀,当玩家处于潜行状态时,周围的实体也会被杀死。
+<该规则从 lunaar-carpet-addons 移植>
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,CREATIVE
infiniteTrades
When enabled, villager trades will be prevented from locking up.
+大末影箱(largeEnderChest)
开启后,让你的末影箱容量增加一倍(与大箱子相同)。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
invulnerable
When enabled, Players will be invulnerable.
+竹子模型无偏移(bambooModelNoOffset)
开启后,让竹子的模型不会产生偏移。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,OPTIMIZATION
creativeOneHitKill
When enabled, Allows players in Creative mode to kill entities in one hit, If the player is sneaking, other entities around the target get killed too.
-<Ported from lunaar-carpet-addons>
+禁用竹子碰撞箱(bambooCollisionBoxDisabled)
开启后,玩家可以穿过竹子。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,CREATIVE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
largeEnderChest
When enabled, Doubles the size of your EnderChest.
+禁用篝火烟雾粒子(campfireSmokeParticleDisabled)
开启后,篝火将不会产生烟雾粒子。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
bambooModelNoOffset
When enabled, The block model of bamboo will not generate offset.
+防火图腾(antiFireTotem)
开启后,图腾将不会被火焰或者岩浆烧毁。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,OPTIMIZATION
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
bambooCollisionBoxDisabled
When enabled, players can pass through bamboo.
+掉落物防爆(itemAntiExplosion)
开启后,掉落物将不会被爆炸摧毁。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,TNT
campfireSmokeParticleDisabled
When enabled, Campfire will not produce smoke particles.
+创造模式潜影盒无掉落(creativeShulkerBoxDropsDisabled)
开启后,当玩家处于创造模式下时,破坏装有物品的潜影盒也不会产生掉落。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,CREATIVE
antiFireTotem
When enabled, Totem will not be destroyed by flames and magma.
+基岩版飞行(bedRockFlying)
开启后,玩家飞行时的表现与基岩版一致。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,CREATIVE
itemAntiExplosion
When enabled, Dropped items will not be destroyed by explosions.
+禁止潜影贝给予漂浮效果(shulkerHitLevitationDisabled)
开启后,玩家被潜影贝击中时只会受到伤害而不会获得漂浮BUFF。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,TNT
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
creativeShulkerBoxDropsDisabled
When enabled, Breaking a shulker box with items in creative mode will not cause drops.
+免疫潜影贝飞弹(immuneShulkerBullet)
开启后,玩家将完全免疫潜影贝发射的飞弹。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,CREATIVE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
bedRockFlying
Flight in creative mode is consistent with the bedrock version.
+麒麟臂(kirinArm)
开启后,玩家可以徒手秒破除基岩外的任何方块。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,CREATIVE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
shulkerHitLevitationDisabled
When enabled, When hit by a shulker, the player only takes damage and does not gain the levitation effect.
+凋零蓝头控制器 (blueSkullController)
开启后,可以选择让凋零总是发射蓝头还是从不发射蓝头。
SURELY
: 总是发射蓝头。NEVER
: 从不发射蓝头。VANILLA
: 原版表现。-
-
- Type
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
String
+ - 默认值:
VANILLA
+ - 参考选项:
SURELY
,NEVER
,VANILLA
+ - 分类:
AMS
,FEATURE
,EXPERIMENTAL
immuneShulkerBullet
When enabled, Players are now completely immune to bullets fired by shulkers.
+禁止末影人随机传送 (enderManTeleportRandomlyDisabled)
开启后,末影人不会随机传送。
-
-
- Type
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,EXPERIMENTAL
kirinArm
When enabled, Players can instantly break any block except bedrock with bare hands.
+更快移动 (fasterMovement)
提供了三个挡位,让玩家移动速度更快。
-
-
- Type
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
String
+ - 默认值:
VANILLA
+ - 参考选项:
Ⅰ
,Ⅱ
,Ⅲ
,Ⅳ
,Ⅴ
,VANILLA
+ - 分类:
AMS
,FEATURE
,EXPERIMENTAL
blueSkullController
When enabled,You can choose whether to have Withering always shoot blue skulls or never shoot blue skull.
+SURELY
: Always shoot blue skulls。NEVER
: Never shoot blue skull。VANILLA
: VANILLA。更快移动规则控制器 (fasterMovementController)
用于控制更快移动规则在那个维度生效。
-
-
- Type:
String
- - Default:
VANILLA
- - Suggested options:
SURELY
,NEVER
,VANILLA
- - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
+ - 类型:
String
+ - 默认值:
all
+ - 参考选项:
overworld
,nether
,end
,all
+ - 分类:
AMS
,FEATURE
,EXPERIMENTAL
enderManTeleportRandomlyDisabled
When enabled, Random teleportation by EnderMan is prohibited.
+轻松掉落凋零骷髅头 (easyWitherSkeletonSkullDrop)
开启后,击杀凋零骷髅会百分百掉落凋零骷髅头。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
fasterMovement
Five gears are provided to allow players to move faster.
--
-You can use fasterMovementController rule to control in which dimensions this rule is effective. By default, it is effective in all dimensions.
--
-
- Type:
String
- - Default:
VANILLA
- - Suggested options:
Ⅰ
,Ⅱ
,Ⅲ
,Ⅳ
,Ⅴ
,VANILLA
- - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
-
fasterMovementController
Used to control in which dimensions fasterMovement rule is effective.
--
-
- Type:
String
- - Default:
all
- - Suggested options:
overworld
,nether
,end
,all
- - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
-
easyWitherSkeletonSkullDrop
When enabled, 100% Wither Skeleton Skull Drop.
--
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
-
anvilInteractionDisabled
When enabled, Players cannot open the UI of the Anvil.
-
Command: /anvilInteractionDisabledSwitch-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
-
opPlayerNoCheatExtra
When enabled, Disable some command to prevent accidentally cheating, It is recommended to use it with opPlayerNoCheat from Carpet TIS Addition.
+
Affects command list: /difficulty, /kill, /time, /weather, /fill, /setblock, /enchant, /experience, /advancement, /effect, /data, /defaultgamemode
(Carpet TIS Addition)Affects command list: /gamemode, /tp, /teleport, /give, /setblock, /summon禁用铁砧交互 (anvilInteractionDisabled)
开启后,玩家无法打开铁砧的UI界面。
命令:/anvilInteractionDisabledSwitch-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
,COMMAND
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,COMMAND
amsUpdateSuppressionCrashFix
When enabled, Update suppression does not cause the server to crash.
+
<Ported from carpet-extra>
<Only available for Minecraft < 1.19 >op玩家不准作弊拓展 (opPlayerNoCheatExtra)
开启后,禁用部分指令以避免op玩家意外地作弊, 建议与Carpet TIS Addition的opPlayerNoCheat一同使用。
影响的指令列表: /difficulty, /kill, /time, /weather, /fill, /setblock, /enchant, /experience, /advancement, /effect, /data, /defaultgamemode
(Carpet TIS Addition)影响的指令列表:/gamemode, /tp, /teleport, /give, /setblock, /summon-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
,EXPERIMENTAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,COMMAND
cakeBlockDropOnBreak
When enabled, When the cake is destroyed, it can drop cake (the cake will only drop when it is intact).
+更新抑制崩溃修复 (amsUpdateSuppressionCrashFix)
开启后,更新抑制不会导致服务器崩溃。
<该规则从 carpet-extra 移植>
<该规则Minecraft Version < 1.19
可用>-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
,EXPERIMENTAL
noCakeEating
When enabled, Players are not allowed to consume cake.
+可掉落蛋糕 (cakeBlockDropOnBreak)
开启后,蛋糕在被破坏时可以掉落蛋糕(蛋糕是完整的情况下才会掉落)。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,SURVIVAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
redstoneComponentSound
When enabled, When players right-click on the redstone component, it will emit a sound
+
Affected components: daylight detector, redstone dust, repeater不准吃蛋糕 (noCakeEating)
开启后,玩家不可以吃蛋糕
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,SURVIVAL
blockChunkLoaderKeepTickUpdate
After 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, This rule will allow the following rules to bypass this restriction when they are loaded.
+
Affected rules:noteBlockChunkLoader
,pistonBlockChunkLoader
,bellBlockChunkLoader
红石元件音效 (redstoneComponentSound)
开启后,玩家右键红石元件时会播放声音。
影响的元件:阳光传感器、红石粉、中继器。-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
keepEntityUpdate
After 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, This rule will bypass this restriction.
+方块区块加载保持实体更新 (blockChunkLoaderKeepTickUpdate)
在服务器当前维度没有玩家的300tick后,Minecraft会停止实体相关的更新,这条规则会让以下规则发生加载时绕过这个限制。
受影响的规则:noteBlockChunkLoader
、pistonBlockChunkLoader
、bellBlockChunkLoader
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
largeShulkerBox
Doubles the size of your ShulkerBox.
+
The current rule is not yet perfect. Please follow the steps below when using this rule:
1 - To ensure that no shulker boxes are loaded.
2 - Enter the command:/carpet setDefault largeShulkerBox true
, to turn on the rule.
3 - Restart the server/single-player world.
4 - Disabling the rule follows the same process.保持实体更新 (keepEntityUpdate)
在服务器当前维度没有玩家的300tick后,Minecraft会停止实体相关的更新,这条规则会绕过这个限制。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
movableEnderChest
Ender chest can be moved by piston or sticky piston.
+大潜影盒 (largeShulkerBox)
让潜影盒容量增加一倍(与大箱子相同)。
该规则目前并不完善,使用该规则请遵守如下步骤:
1 - 确保没有潜影盒被加载。
2 - 输入指令:/carpet setDefault largeShulkerBox true
开启规则。
3 - 重启服务器/单人世界。
4 - 关闭该规则同理。-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,EXPERIMENTAL
movableEndPortalFrame
End portal frame can be moved by piston or sticky piston.
+可移动末地传送门框架(movableEndPortalFrame)
开启后,末地传送门框架可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableObsidian
Obsidian can be moved by piston or sticky piston.
+可移动黑曜石(movableObsidian)
开启后,黑曜石可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableCryingObsidian
Crying obsidian can be moved by piston or sticky piston.
+可移动哭泣的黑曜石(movableCryingObsidian)
开启后,哭泣的黑曜石可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableBedRock
Bedrock can be moved by piston or sticky piston.
+可移动基岩(movableBedRock)
开启后,基岩可以被活塞/黏性活塞推动。
-
Who can refuse a flat bedrock ground without any defect?
+或许可以一步一步慢慢地将不该出现的洞补上。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableEnchantingTable
Enchanting table can be moved by piston or sticky piston.
+可移动附魔台(movableEnchantingTable)
开启后,附魔台可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableBeacon
Beacon can be moved by piston or sticky piston.
+可移动信标(movableBeacon)
开启后,信标可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableReinforcedDeepslate
Reinforced deepslate can be moved by piston or sticky piston.
+
<Only available for Minecraft >= 1.19>可移动强化深板岩(movableReinforcedDeepslate)
开启后,强化深板岩可以被活塞/黏性活塞推动。
+<该规则
Minecraft Version >= 1.19
可用>-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableAnvil
Anvil can be moved by piston or sticky piston.
+可移动铁砧(movableAnvil)
开启后,铁砧可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableSculkCatalyst
Sculk catalyst can be moved by piston or sticky piston.
+可移动幽匿催发体(movableSculkCatalyst)
开启后,幽匿催发体可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableSculkSensor
Sculk sensor can be moved by piston or sticky piston.
+可移动幽匿感测体(movableSculkSensor)
开启后,幽匿感测体可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableSculkShrieker
Sculk shrieker can be moved by piston or sticky piston.
+可移动校频幽匿感测体(movableCalibratedSculkSensor)
开启后,校频幽匿感测体可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
movableCalibratedSculkSensor
Calibrated Sculk Sensor can be moved by piston or sticky piston.
+可移动幽匿尖啸体(movableSculkShrieker)
开启后,幽匿尖啸体可以被活塞/黏性活塞推动。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,FEATURE
,AMS_movable
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,FEATURE
,AMS_movable
craftableEnchantedGoldApple
Enchanted gold apple can be crafted using gold block and apple, which is the original crafting recipe before 15w44a.
+可合成附魔金苹果(craftableEnchantedGoldenApples)
开启后,可利用金块和苹果合成附魔金苹果,即恢复到15w44a前的表现。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,SURVIVAL
,CRAFTING
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,SURVIVAL
,CRAFTING
craftableBundle
Bundle can be crafted using string and rabbit hide.
-
<Available for Minecraft >= 1.17>-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,SURVIVAL
,CRAFTING
-
craftableSculkSensor
Sculk sensor can be crafted using deepslate, redstone and quartz.
+
<Only available for Minecraft == 1.17 or Minecraft == 1.18>更好的合成骨块(betterCraftableBoneBlock)
开启后,可更好的合成骨块(可用9个骨头合成三个骨块,大幅降低合成卡顿)。
++
MSPT—/FPS+++
+-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,SURVIVAL
,CRAFTING
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,SURVIVAL
,CRAFTING
craftableElytra
Elytra can be crafted using phantom membrane, saddle, stick and string.
+可合成收纳袋(craftableBundle)
开启后,玩家可以在Minecraft 1.17/1.18/1.19中合成收纳袋。
++
做好了为什么不用
+-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,SURVIVAL
,CRAFTING
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,SURVIVAL
,CRAFTING
betterCraftableBoneBlock
Bone block can be crafted better. Directed use 9 bones to craft 3 bone blocks.
+可合成幽匿感测体(craftableSculkSensor)
开启后,玩家可以在Minecraft 1.17/1.18中合成幽匿感测体。
-
MSPT—/FPS+++
+做好了为什么不用
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,SURVIVAL
,CRAFTING
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,SURVIVAL
,CRAFTING
+
可合成鞘翅(craftableElytra)
开启后,玩家可以在Minecraft中合成鞘翅。
+-
+
- 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,SURVIVAL
,CRAFTING
betterCraftableDispenser
Dispenser can be crafted more flexible. It can be crafted using bow and dropper, or using raw material of bow and dropper.
+更好的合成发射器(betterCraftableDispenser)
开启后,玩家可以使用更灵活的合成配方来合成发射器。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,SURVIVAL
,CRAFTING
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,SURVIVAL
,CRAFTING
betterCraftablePolishedBlackStoneButton
Use deepslate to crafted polished_blackstone_button in minecraft.
+更好的合成磨制黑石按钮(betterCraftablePolishedBlackStoneButton)
使用深板岩来合成磨制黑石按钮。
-
-
- Type:
boolean
- - Default:
false
- - Suggested options:
false
,true
- - Categroies:
AMS
,SURVIVAL
,CRAFTING
+ - 类型:
boolean
+ - 默认值:
false
+ - 参考选项:
false
,true
+ - 分类:
AMS
,SURVIVAL
,CRAFTING
+ + Carpet AMS Addition + + + + + + + + + + + + + + + + + + + + + + + +++ + diff --git a/archives/2023/11/index.html b/archives/2023/11/index.html index 64b315f..748e3db 100644 --- a/archives/2023/11/index.html +++ b/archives/2023/11/index.html @@ -3,22 +3,22 @@ - +++ +++ ++ ++ + + + + + + + ++++ ++++[中文]
+superBow
Let enchantments Infinity and Mending be compatible with each other on bow.
++
+Who won’t be attracted by a bow without being torn between two enchantments?
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
scheduledRandomTickAllPlants
When enabled, plants will execute codes related to growth in tileTick events planed by finding invaild position. Use to restore 0tick farms/force updates farm in higher version. you can also control specific plants to have force updates.
+-
+
scheduledRandomTickCactus
: Enable 0tick farm of cactus.
+scheduledRandomTickBamboo
: Enable 0tick farm of bamboo.
+scheduledRandomTickChorusFlower
: Enable 0tick farm of chorus flower.
+scheduledRandomTickSugarCane
: Enable 0tick farm of sugar cane.
+scheduledRandomTickStem
: Enable 0tick farm of twisting vines, weeping vines and kelp.
+
<Ported from OhMyVanillaMinecraft >
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
optimizedDragonRespawn
Greatly optimized the code related to dragon fight starting. Provide performance enhancement for endstone farm based on re-summoning of ender dragon. Warning: couldn’t ensure same behavior as vanilla Minecraft after enabling this rule.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,OPTIMIZATION
+
commandChunkLoading
Control chunkloading of player. Won’t remove player detection of deminsion like main island loading in the end. Will be reset after player loging out to avoid MC-157812.
+Command: /chunkloading
+<Ported from Intricarpet>
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,COMMAND
+
noteBlockChunkLoader
When a note block is triggered by rising edge of redstone signal, the chunk which the note block located will be added a ticket with level 30 and type ‘note_block’, which will expire after 300gt. Note blocks that can be used to add ticket must meet the requirement set by the rule option.
+the option is interpreted as follow:
+-
+
bone_block
: The note block must have a bone block just above it.
+wither_skeleton_skull
The note block must have a wither skeleton skull just above it. This skull can be either on the note block or attach to another block.
+note_block
: No special requirement for note blocks to add tickets. Warning: as many high frequency clock will use note block, please take it carefully as it may make some chunks loading permanently in an unexpect way.
+OFF
: Disable the rule.
+
-
+
- Type:
String
+ - Default:
OFF
+ - Suggested options:
bone_block
,wither_skeleton_skull
,note_block
,OFF
+ - Categroies:
AMS
,FEATURE
,AMS_chunkLoader
+
Due to after 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, hoppers in chunks loaded by this rule will cease to function whenever there are no players in the current dimension, You can enable the blockChunkLoaderKeepTickEntities or keepEntityUpdate rules to solve this issue, but I personally recommend using the method of placing fake players to work around this problem.
+bellBlockChunkLoader
When a bell block is triggered by rising edge of redstone signal, the chunk which the bell block located will be added a ticket with level 30 and type ‘bell_block’, which will expire after 300gt. Bell blocks have no special requirement to add tickets.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_chunkLoader
+
Due to after 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, hoppers in chunks loaded by this rule will cease to function whenever there are no players in the current dimension, You can enable the blockChunkLoaderKeepTickEntities or keepEntityUpdate rules to solve this issue, but I personally recommend using the method of placing fake players to work around this problem.
+pistonBlockChunkLoader
When a piston (also available for sticky piston) successfully push or pull its head, the chunk which the piston head (the moving block representing piston head) located will be added a ticket with level 30 and type ‘piston_block’, which will expire after 300gt. The ticket will be added at the tick when the moving block is created. Pistons that can be used to add ticket must meet the requirement set by the rule option.
++
+A pretty good
+and opportunisticway to supersede nether portal loading chain for Pearl Cannon.the option is interpreted as follow:
+-
+
bone_block
: The piston must have a bone block just above it.
+bedrock
: The piston must have a bedrock just under it.
+all
: When boe_block is on the piston or bed rock is under the piston.
+OFF
: Disable the rule.
+
Due to after 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, hoppers in chunks loaded by this rule will cease to function whenever there are no players in the current dimension, You can enable the blockChunkLoaderKeepTickEntities or keepEntityUpdate rules to solve this issue, but I personally recommend using the method of placing fake players to work around this problem.
+-
+
- Type:
String
+ - Default:
OFF
+ - Suggested options:
bone_block
,bedrock
,all
,OFF
+ - Categroies:
AMS
,FEATURE
,AMS_chunkLoader
+
netherWaterPlacement
Player can place water source in the nether by using water bucket.
++
+What an ancient demand.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
softDeepslate
Hardness of deepslate will be set to 1.5, which is equal to the hardness of stone. Other words, player with Haste II using an Efficiency V diamond pickaxe can break deepslate instantly.
++
+Just fxck it using pickaxe in your hands!
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
softObsidian
Hardness of obsidian will be set to 3, which is equal to the hardness of original deepslate.
++
+Benefits for portal slicing farm! Wait..What do you want to do with the obsidian platform..?
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
fakePeace
No mob will spawn without change difficulty.
++
+Why not use doMobSpawning provided by Mojang?
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
blowUpEverything
Blast resistence of every block will be set to 0.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
+
weakObsidian
Explosion can destroy obsidian.
+
Warning: This function (also for other similar rules) will slightly reduce performance when calculating explosion.-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
+
weakCryingObsidian
Explosion can destroy crying obsidian.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
+
weakBedRock
Explosion can destroy bedrock.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
+
enhancedWorldEater
Explosion can destroy all blocks except anvil and bedrock.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
+
weakReinforcedDeepslate
Explosion can destroy reinforced deepslate.
+= 1.19> -
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
,TNT
+
sharedVillagerDiscounts
Villagers cured from zombified villager will give trade discounts to every player.
+<Ported from totos-carpet-tweaks>
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
extinguishedCampfire
Campfire will be extinguished by default when being placed.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
safeFlight
Hitting surface will cause no damage to player when flying with elytra.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
boneBlockUpdateSuppressor
When enabled, bone block will be a update suppressor (When using it, it is recommended to start the Update Suppression Crash Fix feature to prevent crashes).
+<Only available for Minecraft < 1.19 >
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
infiniteTrades
When enabled, villager trades will be prevented from locking up.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
invulnerable
When enabled, Players will be invulnerable.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
creativeOneHitKill
When enabled, Allows players in Creative mode to kill entities in one hit, If the player is sneaking, other entities around the target get killed too.
+<Ported from lunaar-carpet-addons>
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,CREATIVE
+
largeEnderChest
When enabled, Doubles the size of your EnderChest.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
bambooModelNoOffset
When enabled, The block model of bamboo will not generate offset.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,OPTIMIZATION
+
bambooCollisionBoxDisabled
When enabled, players can pass through bamboo.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
campfireSmokeParticleDisabled
When enabled, Campfire will not produce smoke particles.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
antiFireTotem
When enabled, Totem will not be destroyed by flames and magma.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
itemAntiExplosion
When enabled, Dropped items will not be destroyed by explosions.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,TNT
+
creativeShulkerBoxDropsDisabled
When enabled, Breaking a shulker box with items in creative mode will not cause drops.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,CREATIVE
+
bedRockFlying
Flight in creative mode is consistent with the bedrock version.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,CREATIVE
+
shulkerHitLevitationDisabled
When enabled, When hit by a shulker, the player only takes damage and does not gain the levitation effect.
+-
+
- Type
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
immuneShulkerBullet
When enabled, Players are now completely immune to bullets fired by shulkers.
+-
+
- Type
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
kirinArm
When enabled, Players can instantly break any block except bedrock with bare hands.
+-
+
- Type
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
blueSkullController
When enabled,You can choose whether to have Withering always shoot blue skulls or never shoot blue skull.
+SURELY
: Always shoot blue skulls。NEVER
: Never shoot blue skull。VANILLA
: VANILLA。-
+
- Type:
String
+ - Default:
VANILLA
+ - Suggested options:
SURELY
,NEVER
,VANILLA
+ - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
+
enderManTeleportRandomlyDisabled
When enabled, Random teleportation by EnderMan is prohibited.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
+
fasterMovement
Five gears are provided to allow players to move faster.
++
+You can use fasterMovementController rule to control in which dimensions this rule is effective. By default, it is effective in all dimensions.
+-
+
- Type:
String
+ - Default:
VANILLA
+ - Suggested options:
Ⅰ
,Ⅱ
,Ⅲ
,Ⅳ
,Ⅴ
,VANILLA
+ - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
+
fasterMovementController
Used to control in which dimensions fasterMovement rule is effective.
+-
+
- Type:
String
+ - Default:
all
+ - Suggested options:
overworld
,nether
,end
,all
+ - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
+
easyWitherSkeletonSkullDrop
When enabled, 100% Wither Skeleton Skull Drop.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
anvilInteractionDisabled
When enabled, Players cannot open the UI of the Anvil.
+
Command: /anvilInteractionDisabledSwitch-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
opPlayerNoCheatExtra
When enabled, Disable some command to prevent accidentally cheating, It is recommended to use it with opPlayerNoCheat from Carpet TIS Addition.
+
Affects command list: /difficulty, /kill, /time, /weather, /fill, /setblock, /enchant, /experience, /advancement, /effect, /data, /defaultgamemode
(Carpet TIS Addition)Affects command list: /gamemode, /tp, /teleport, /give, /setblock, /summon-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
,COMMAND
+
amsUpdateSuppressionCrashFix
When enabled, Update suppression does not cause the server to crash.
+
<Ported from carpet-extra>
<Only available for Minecraft < 1.19 >-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
,EXPERIMENTAL
+
cakeBlockDropOnBreak
When enabled, When the cake is destroyed, it can drop cake (the cake will only drop when it is intact).
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
noCakeEating
When enabled, Players are not allowed to consume cake.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,SURVIVAL
+
redstoneComponentSound
When enabled, When players right-click on the redstone component, it will emit a sound
+
Affected components: daylight detector, redstone dust, repeater-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
blockChunkLoaderKeepTickUpdate
After 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, This rule will allow the following rules to bypass this restriction when they are loaded.
+
Affected rules:noteBlockChunkLoader
,pistonBlockChunkLoader
,bellBlockChunkLoader
-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
keepEntityUpdate
After 300 ticks without any players in the current dimension on the server, Minecraft will stop entities updates, This rule will bypass this restriction.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
+
largeShulkerBox
Doubles the size of your ShulkerBox.
+
The current rule is not yet perfect. Please follow the steps below when using this rule:
1 - To ensure that no shulker boxes are loaded.
2 - Enter the command:/carpet setDefault largeShulkerBox true
, to turn on the rule.
3 - Restart the server/single-player world.
4 - Disabling the rule follows the same process.-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,EXPERIMENTAL
+
movableEnderChest
Ender chest can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableEndPortalFrame
End portal frame can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableObsidian
Obsidian can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableCryingObsidian
Crying obsidian can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableBedRock
Bedrock can be moved by piston or sticky piston.
++
+Who can refuse a flat bedrock ground without any defect?
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableEnchantingTable
Enchanting table can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableBeacon
Beacon can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableReinforcedDeepslate
Reinforced deepslate can be moved by piston or sticky piston.
+
<Only available for Minecraft >= 1.19>-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableAnvil
Anvil can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableSculkCatalyst
Sculk catalyst can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableSculkSensor
Sculk sensor can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableSculkShrieker
Sculk shrieker can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
movableCalibratedSculkSensor
Calibrated Sculk Sensor can be moved by piston or sticky piston.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,FEATURE
,AMS_movable
+
craftableEnchantedGoldApple
Enchanted gold apple can be crafted using gold block and apple, which is the original crafting recipe before 15w44a.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,SURVIVAL
,CRAFTING
+
craftableBundle
Bundle can be crafted using string and rabbit hide.
+
<Available for Minecraft >= 1.17>-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,SURVIVAL
,CRAFTING
+
craftableSculkSensor
Sculk sensor can be crafted using deepslate, redstone and quartz.
+
<Only available for Minecraft == 1.17 or Minecraft == 1.18>-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,SURVIVAL
,CRAFTING
+
craftableElytra
Elytra can be crafted using phantom membrane, saddle, stick and string.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,SURVIVAL
,CRAFTING
+
betterCraftableBoneBlock
Bone block can be crafted better. Directed use 9 bones to craft 3 bone blocks.
++
+MSPT—/FPS+++
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,SURVIVAL
,CRAFTING
+
betterCraftableDispenser
Dispenser can be crafted more flexible. It can be crafted using bow and dropper, or using raw material of bow and dropper.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,SURVIVAL
,CRAFTING
+
betterCraftablePolishedBlackStoneButton
Use deepslate to crafted polished_blackstone_button in minecraft.
+-
+
- Type:
boolean
+ - Default:
false
+ - Suggested options:
false
,true
+ - Categroies:
AMS
,SURVIVAL
,CRAFTING
+
Carpet AMS Addition - + - + - + - + @@ -42,19 +42,19 @@- - Home + 发布[Release]
- - Rules + 规则[Rules]
- - Commands + 指令[Commands]
- - Development + 开发[Development]