是吗。可是我生成经验瓶实体数量与玩家数量无关,瓶子总数是在配置文件修改的
【Lv:1】
挺不错的
【Lv:2】
v2.2
1.移除多余代码
2.新增玩家通过传送进入池子内会被拦截
3.新增指令来快速设置池子范围
- /exppond setPointA <pondName>
- /exppond setPointB <pondName>
【Lv:2】
不支持你这个服务端>exppond reload
[00:50:18 INFO]: [Exppond-Next] 已加载1个服务器经验池
[00:50:18 WARN]: Unexpected exception while parsing console command "exppond reload"
org.bukkit.command.CommandException: Unhandled exception executing command 'exppond' in plugin Exppond-Next v2.2
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PluginCommand.class:1.7.10-R0.1-SNAPSHOT]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[SimpleCommandMap.class:1.7.10-R0.1-SNAPSHOT]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:722) ~[CraftServer.class:1.7.10-R0.1-SNAPSHOT]
at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:702) [CraftServer.class:1.7.10-R0.1-SNAPSHOT]
at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:503) [lt.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:462) [lt.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:806) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:665) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_321]
Caused by: java.lang.NoSuchMethodError: org.bukkit.scheduler.BukkitTask.isCancelled()Z
at cc.xhmc.exppond.commands.ExppondCommand.onCommand(ExppondCommand.java:37) ~[【世界挂机经验池重置版】Exppond-Next.jar:?]
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:1.7.10-R0.1-SNAPSHOT]
... 8 more
>重载就会这样姐姐
1.修正默认config.yml文件
2.修复BUG,所有包含title关键词的config节点,若留空""则不会触发sendTitle方法(该方法在低版本无效,导致后台刷屏)