Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.
/ adyeshach Public archive
forked from TabooLib/adyeshach

Powerful plugin for creating virtual NPCs within the Minecraft

License

Notifications You must be signed in to change notification settings

SacredCraft/adyeshach

This branch is 12 commits ahead of, 35 commits behind TabooLib/adyeshach:2.0.

Repository files navigation

虚拟实体解决方案。

Adyeshach

Adyeshach 是免费的,但我们不提供 jar 文件,你可以通过以下步骤自行构建插件。

Windows 平台

gradlew.bat clean build

macOS/Linux 平台

./gradlew clean build

Frontier Fork

本 Fork 包含如下改动:

公有 NPC 调整

  • 公有持久化的 NPC 限制使用重复的 ID,且持久化文件以 TYPE-ID 命名。
  • 不再允许对 ID 进行二次修改。
  • 不再支持 rename 指令。
  • 不再支持 undo 指令。

公共 NPC 锁定模式

  • public_ 开头的公共持久化 NPC 可以通过指令锁定其数据,在这之后任何操作都不会被保存。
  • 符合条件但没有被锁定的 NPC 将会有粒子效果提示。

TraitSit 调整

  • 暴力移除无效的 Sit 载具

About

Powerful plugin for creating virtual NPCs within the Minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 96.8%
  • Java 3.2%