Meteor___
本帖最后由 1594425141 于 2020-4-14 14:22 编辑

ActivePoint
让你的玩家保持活跃吧

★》简 介《★

ActivePoint为服务器增加了活跃值玩法
通过可自定义的多样途径,让玩家每日获得活跃分
领取活跃奖励,插件同时支持mysql存储,可BC跨多子服使用

插件数据存储仅支持mysql

插件基于1.12.2写的,理论支持全版本
如使用1.13及以上核心,请将config中
  1. ID: STAINED_GLASS_PANE
复制代码
改为所用版本的物品材料英文ID


欢迎反馈测试结果
还是照例给宁磕个头
★》游戏内图片功能展示《★

多种可自定义的获取活跃分途径
放置方块
破坏方块
击杀生物

活跃奖励,每晚12点准时清空所有活跃分

支持PAPI变量,可在任何地方显示活跃分

更多功能将陆续更新

★》指令,权限,下载《★

  • /ap help 查看指令帮助
  • 插件无任何权限,重载指令仅OP可用。
  • [活跃点数]ActivePoint.jar (24.25 KB, 下载次数: 37)
  • 本插件所用所有代码均为原创,不存在借用/抄袭等行为



PLTAT
本帖最后由 PLTAT 于 2020-6-21 18:36 编辑


david890504
指令ap與太容易與多個插件指令衝突

david890504
[07:42:38 ERROR]: Could not pass event PlayerJoinEvent to ActivePoint v1.0-SNAPSHOT
java.lang.NullPointerException: null
        at com.meteor.MySQL.getData(MySQL.java:144) ~[?:?]
        at com.meteor.Listenr.PlayerJoin(Listenr.java:54) ~[?:?]
        at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor365.execute(Unknown Source) ~[?:?]
        at org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69) ~[patched_1.14.4.jar:git-Paper-243]
        at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) ~[patched_1.14.4.jar:git-Paper-243]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[patched_1.14.4.jar:git-Paper-243]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:545) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.PlayerList.a(PlayerList.java:191) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.LoginListener.c(LoginListener.java:174) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.LoginListener.tick(LoginListener.java:65) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.NetworkManager.a(NetworkManager.java:256) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:139) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1255) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:417) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1098) ~[patched_1.14.4.jar:git-Paper-243]
        at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:925) ~[patched_1.14.4.jar:git-Paper-243]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_241]

xinn_meng_d_d
我貌似还活着啊 咋怎么磕头

苏子峰
指令与当今火爆的属性插件冲突

Juniper
这个击杀生物能指定mm生成的吗

王聪聪聪聪
可以增加一个每周活跃度到达多少领取每周奖励
类似于王者荣耀的活跃度的每周礼包

Meteor___
苏子峰 发表于 2020-4-14 08:57
指令与当今火爆的属性插件冲突

activepoint:ap

Meteor___
本帖最后由 1594425141 于 2020-4-14 14:13 编辑
david890504 发表于 2020-4-14 07:43
[07:42:38 ERROR]: Could not pass event PlayerJoinEvent to ActivePoint v1.0-SNAPSHOT
java.lang.NullPo ...

连接数据库

王聪聪聪聪

  1. [14:02:59] [Server thread/INFO]: [ActivePoint] 链接数据库或创建表的时候出错,以下是报错 [错误插件 ActivePoint ]
  2. [14:02:59] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  3. [14:02:59] [Server thread/WARN]:
  4. [14:02:59] [Server thread/WARN]: The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  5. [14:02:59] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6. [14:02:59] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  7. [14:02:59] [Server thread/WARN]:         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  8. [14:02:59] [Server thread/WARN]:         at java.lang.reflect.Constructor.newInstance(Unknown Source)
  9. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  10. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
  11. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:335)
  12. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2187)
  13. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2220)
  14. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2015)
  15. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:768)
  16. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  17. [14:02:59] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  18. [14:02:59] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  19. [14:02:59] [Server thread/WARN]:         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  20. [14:02:59] [Server thread/WARN]:         at java.lang.reflect.Constructor.newInstance(Unknown Source)
  21. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  22. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:385)
  23. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:323)
  24. [14:02:59] [Server thread/WARN]:         at java.sql.DriverManager.getConnection(Unknown Source)
  25. [14:02:59] [Server thread/WARN]:         at java.sql.DriverManager.getConnection(Unknown Source)
  26. [14:02:59] [Server thread/WARN]:         at com.meteor.MySQL.<init>(MySQL.java:33)
  27. [14:02:59] [Server thread/WARN]:         at com.meteor.Main.onEnable(Main.java:42)
  28. [14:02:59] [Server thread/WARN]:         at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
  29. [14:02:59] [Server thread/WARN]:         at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  30. [14:02:59] [Server thread/WARN]:         at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
  31. [14:02:59] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugin(CraftServer.java:470)
  32. [14:02:59] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_15_R1.CraftServer.enablePlugins(CraftServer.java:384)
  33. [14:02:59] [Server thread/WARN]:         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:487)
  34. [14:02:59] [Server thread/WARN]:         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298)
  35. [14:02:59] [Server thread/WARN]:         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:891)
  36. [14:02:59] [Server thread/WARN]:         at java.lang.Thread.run(Unknown Source)
  37. [14:02:59] [Server thread/WARN]: Caused by: java.net.ConnectException: Connection refused: connect
  38. [14:02:59] [Server thread/WARN]:         at java.net.DualStackPlainSocketImpl.connect0(Native Method)
  39. [14:02:59] [Server thread/WARN]:         at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
  40. [14:02:59] [Server thread/WARN]:         at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  41. [14:02:59] [Server thread/WARN]:         at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  42. [14:02:59] [Server thread/WARN]:         at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  43. [14:02:59] [Server thread/WARN]:         at java.net.PlainSocketImpl.connect(Unknown Source)
  44. [14:02:59] [Server thread/WARN]:         at java.net.SocksSocketImpl.connect(Unknown Source)
  45. [14:02:59] [Server thread/WARN]:         at java.net.Socket.connect(Unknown Source)
  46. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:211)
  47. [14:02:59] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:299)
  48. [14:02:59] [Server thread/WARN]:         ... 25 more
复制代码

下一页 最后一页