Skip to content

Releases: OptiJava/OptCarpetAddition

v1.3-alpha.2 For Minecraft 1.16, 1.17 and 1.18

04 Jan 08:40
Compare
Choose a tag to compare

Change Log

Add support for 1.18

Rule

1.Add rule: optimizePlayerConnect to reduce the lag. (just in 1.17 and 1.18)
2.Add rule: optimizeTeleport to reduce the lag. (just in 1.17 and 1.18)

1.3-alpha.1 For Minecraft 1.16 and 1.17

29 Dec 10:58
Compare
Choose a tag to compare
Pre-release

Change Log

Rule

1.Add rule: unescapeChatMessage
2.Add rule: disabledUpdateSuppressionErrorStackTrace (just in 1.17)

Fix

1.Will use OptCarpetAddition's logger instance,not carpet's

v1.2.2 For Minecraft 1.16 and 1.17

12 Dec 10:59
Compare
Choose a tag to compare

Change Log

Rule

1.Add rule: disabledEntityTick

Command

1.Modify command: player xxx tp

Fix

1.Fix bug in 1.16: game crash when mod loading
2.Print 'Anybody can't tp to real player' when teleport target not found

v1.2.1 For Minecraft 1.16 and 1.17

24 Nov 02:12
Compare
Choose a tag to compare

Change Log

Rule

1.Add rule: disabledNetherPortalSpawn

Command

1.Modify command player xxx tp : will not print tp detail in chat because it is too ugly.

Fix

1.Optimize disabledEnderManPickupGoal & disabledEnderManPlaceBlockGoal to get higher compatibility

v1.2 For Minecraft 1.16 and 1.17

22 Nov 10:35
Compare
Choose a tag to compare

更新日志

Fix

1.修复了玩家相互tp时控制台打印"Unknown or incomplete command"的小bug
2.修复了玩家tp到真人时不会广播tp信息的bug
3.修复了"Mod opt-carpet-addition uses the version v1.1-1.17-221118 which isn't compatible......"的警告信息

Enjoy your self.

v1.1 For Minecraft 1.16 and 1.17

18 Nov 11:37
Compare
Choose a tag to compare

更新日志

Rule

enableTpPrefixBlacklist

感谢 @Water_Bucket 提供的灵感

开启假人Tp前缀黑名单功能

开启这个功能后,如果你要tp到的假人名字前缀在黑名单中,会阻止你tp到他并显示:You can't tp to this player because of tp
limit.

比如你要tp到的假人叫做anti_mob,而黑名单中有一个anti,那你就不能tp到这个假人

假人的黑名单可以使用/tpmanager指令编辑(这个指令具体的用法看后面)

  • Default value: false
  • Acceptable value: true false
  • Categories: Feature

enableTpPrefixWhitelist

开启假人Tp前缀白名单功能

开启这个功能后,如果你要tp到的假人名字前缀不在白名单中,会阻止你tp到他并显示:You can't tp to this player because of tp
limit.

比如你要tp到的假人叫做anti_mob,而白名单中没有anti,那你就不能tp到这个假人

假人的白名单可以使用/tpmanager指令编辑(这个指令具体的用法看后面)

  • Default value: false
  • Acceptable value: true false
  • Categories: Feature

enableTpHerePrefixBlacklist

开启假人Tphere前缀黑名单功能

开启这个功能后,如果你要tphere的假人名字的前缀在黑名单中,会阻止你tphere并显示:You can't tp to this player because of tp
limit.

比如你要tphere的假人叫做anti_mob,而黑名单中有一个anti,那你就不能tphere这个假人

假人的黑名单可以使用/tpmanager指令编辑(这个指令具体的用法看后面)

  • Default value: false
  • Acceptable value: true false
  • Categories: Feature

disabledEnderManPickupGoal

禁止小黑搬起方块在末地施工小黑老搬方块好烦qwq

  • Default value: false
  • Acceptable value: true false
  • Categories: Feature

disabledEnderManPlaceBlockGoal

禁止小黑放下方块

  • Default value: false
  • Acceptable value: true false
  • Categories: Feature

disabledLayEggs

禁止鸡下蛋

  • Default value: false
  • Acceptable value: true false
  • Categories: Feature

enableTpHerePrefixWhitelist

开启假人Tphere前缀白名单功能

开启这个功能后,如果你要tphere的假人名字前缀不在白名单中,会阻止你tphere并显示:You can't tp to this player because of tp
limit.

比如你要tphere的假人叫做anti_mob,而白名单中有一个anti,那你就能tp到这个假人

假人白名单可以使用/tpmanager指令编辑(这个指令具体的用法看后面)

  • Default value: false
  • Acceptable value: true false
  • Categories: Feature

Command

tpmanager

  • tpmanager tp whitelist add xxx 将前缀xxx添加到tp白名单
  • tpmanager tp blacklist add xxx 将前缀xxx添加到tp黑名单
  • tpmanager tphere whitelist add xxx 将前缀xxx添加到tphere白名单
  • tpmanager tphere blacklist add xxx 将前缀xxx添加到tphere黑名单
  • remove就是移除后缀,以此类推

Enjoy yourself.

v1.0 For Minecraft 1.16 and 1.17

24 Oct 04:59
Compare
Choose a tag to compare

This mod need fabric-api and carpet mod.
这个模组需要Fabric API和Carpet作为前置

The released mod has been tested.If there is any bug,please report on issues.
发布的模组已经经过测试。如果有什么问题,请到Issues上提出

Enjoy yourself.