
我的插件enable了 papi才enable 然后就读不来..
请问该怎么弄让我的插件enable慢一点呢
插件名字开头改为P后面的英文字母,如RSTUVWXYZ
隔壁老吕 发表于 2018-7-6 22:32
插件名字开头改为P后面的英文字母,如RSTUVWXYZ
现在是s
你在plugin.yml写了依赖吗
你用第三方类都不看文档的嘛?
https://www.spigotmc.org/wiki/hooking-into-placeholderapi/
简单来说,你在plugin.yml里第二行写上这么一句话:
softdepend: [PlaceholderAPI]
就行了。
https://www.spigotmc.org/wiki/hooking-into-placeholderapi/
简单来说,你在plugin.yml里第二行写上这么一句话:
softdepend: [PlaceholderAPI]
就行了。
在plugin.yml中写上
depend: [插件名字]
或
softdepend: [插件名字]
将会在这个插件之后加载
depend: [插件名字]
或
softdepend: [插件名字]
将会在这个插件之后加载
