跳到主要内容

安装插件

将插件本体放入服务端插件目录下,重启服务端。在这之后你将看到如下相关信息。

提示

Adyeshach Docs 中的演示环境为 3619-Spigot-d90018e-6459934 (MC: 1.19.3)

[Adyeshach] Enabling Adyeshach v2.0.0
[Adyeshach] Loaded 114 entity type(s) from the "entity_types.desc"
[Adyeshach] Proxy classes has been generated (407ms)
[Adyeshach] Loaded 181 entity metadata from the "entity_meta.desc"
[Adyeshach] Loaded 87 unused entity metadata from the "entity_meta_unused.desc"

若启动过程中没有产生任何关于 Adyeshach 的错误信息,则表示插件已经成功安装。

关于依赖

提示

Adyeshach 需要联网从阿里云中央仓库下载依赖,所有依赖均为知名开源项目。

目前需要联网下载的依赖有:

项目版本用途
org.jetbrains.kotlinkotlin-stdlib1.5.31Kotlin 标准库
org.jetbrains.kotlinannotations13.0Kotlin 注解库
org.jetbrains.kotlinkotlin-stdlib-common1.5.31Kotlin 标准库
org.jetbrains.kotlinkotlin-stdlib-jdk71.5.31Kotlin 标准库
org.jetbrains.kotlinkotlin-stdlib-jdk81.5.31Kotlin 标准库
org.apache.commonscommons-jexl33.2.1JEXL 表达式引擎
org.yamlsnakeyaml1.32YAML 解析器
com.typesafeconfig1.4.2Typesafe 配置库
com.electronwill.night-configcore3.6.6NightConfig 配置库
com.electronwill.night-configjson3.6.6NightConfig 模块
com.electronwill.night-configyaml3.6.6NightConfig 模块
com.electronwill.night-configtoml3.6.6NightConfig 模块
com.electronwill.night-confighocon3.6.6NightConfig 模块
org.mongodbmongo-java-driver3.12.11MongoDB 驱动
com.github.ben-manes.caffeinecaffeine2.9.3Caffeine 缓存库
提示

这些依赖只会在服务端启动时下载,下载完成后会缓存到服务端的 libs 目录下。