Minecraft(我的世界)中文论坛

标题: [RPG][SCT]SX-Attribute —— 老牌SX属性重制版 | 更好的兼容性 新功能[1.8-1.16]

作者: 肥洋洋    时间: 2020-7-22 14:33
标题: [RPG][SCT]SX-Attribute —— 老牌SX属性重制版 | 更好的兼容性 新功能[1.8-1.16]
本帖最后由 肥洋洋 于 2020-8-23 15:19 编辑

SX-Attribute -- 物品属性插件
Version V3.6.5

专业随机三十年,Name/Lore/ID/Enchant 完美逻辑随机
本帖插件及内容禁止任何人转载到任何地方
> (原作者已授权) <
使用过程中如果遇到bug请通过下方联系方式沟通提交


                                                            

插件简介

(原作者因成为社畜而停更------,现在由本人接手,已有原作者授权原帖地址: https://www.mcbbs.net/thread-793362-1-2.html

SX-Attribute是一款强大的 RPG属性插件,它可以为你的服务器提供 36+属性标签,通过随机算法而诞生的品质系统、物品关联职业系统是本插件最大特色,待会会讲到。其次,可以设置每个武器的攻击速度,配合1.9新特性,战斗中可显示触发效果面板,能让玩家感受到更多的战斗乐趣。并且可以通过权限(职业)、主副手来限制使用它,异步计算属性数据以减少主线程负担,长期的改善减少了大量的bug,并且支持 RPGInventory 装备识别、 Mythicmobs 穿戴及掉落。希望你会喜欢。


                                                                                                                                                                                               

插件特点

- 多达 36+种属性标签,可直接在任何物品lore内生效,可外部(JavaScript)注册新属性
- 可以将 全部属性 计算为战斗点数,所有属性支持PlaceholderAPI变量
- 支持主手/副手、职业判定、等级限制使用!
- 属性同时对怪物生效,可以将设置在Myticmobs怪物的装备中
- 异步计算属性数据,减少服务器耗能
- 属性支持正负加减
- 可以删除原版默认护甲、攻击力,不是隐藏而是删除!并且支持全服清理原版默认标签!
- 支持原版1.9伤害计量器特性!根据蓄力时长获得满额伤害!可通过Lore调整攻击速度!
- 血条压缩功能,可设定压缩血条量,血量低于压缩值自动不压缩
- 全息显示伤害信息面板,最多有15种效果显示,并且会在右侧显示,不会阻碍视线
- 触发效果会提示攻击方、受伤方,可以是聊天框、Title、Actionbar三种显示方案
- GUI展示全部属性,并且可以100%自定义GUI内的文本!支持PlaceholderAPI变量
- 掉落物名字展示,可以只展示有名字的掉落物!
- 可以在Config中禁止盾牌右键造成的无敌bug,对于rpg服有很好的效果
- 随机数值,随机字符串组,可以用在任意区域(Name/Lore),让每个武器都不相同
- 支持Mythicmobs掉落,在怪物掉落内填写 "- sx 物品编号 数量(可随机) 几率"即可
- 支持RPGInventory装备读取,读取GUI内所有物品,可设置部分格子不读取。
- 更方便的搜索存储物品,支持保存附魔/头颅/ItemFlag。更好的管理数据,带搜索功能
- 类似RPGItems的物品更新机制,此功能对于有镶嵌强化系统的服务器需慎用,默认关闭
- 为开发者提供一套完整的API、属性更新事件、属性、条件、指令注册
- 100%自定义消息文件,可自由切换玩家消息的输出方式(Message/Title/Actionbar)
- 以上功能均可在设置内开启关闭-  兼容MythicMobs物品库(GeneratorMythic)
-  随机SX物品(GeneratorRandomItem)

- JavaScript自定义属性(请前往wiki查看),属性拓展映射


                                                                                                                                                                                               

标签介绍

属性标签:



规则标签:


统计标签: (非Lore标签)


(拓展)特殊属性映射 Attribute/CustomManager.yml
  1. #id
  2. power:
  3.   #要检测的lore
  4.   DiscernName: 力量
  5.   #papi
  6.   Placeholder: power
  7.   #映射列表
  8.   Attributes:
  9.   - '攻击力: 1 - 2'
  10.   - '暴伤增幅: +2%'
  11.   - "暴击几率: 1%"
复制代码




注释:
[sup]1[/sup]使用弓近战不会使弓的属性生效
[sup]2[/sup]已造成的意思是攻击-暴击-破甲/防御-反射-格挡后剩余的伤害值。
[sup]3[/sup]除了攻击力、防御力不支持负数以外,其余都支持。在所有属性计算完毕后,最终属性为负数的将会被自动纠正为零。

                                                                                                                                                                                               

图文介绍
—— 按照一定规律给予随机物品 ——
一定规律?我的预设物品中,物品品质分三级:普通、优秀、史诗
普通的触发几率为10-30%、0-8%
优秀则是20-40%、8-16% —— 史诗30-50%、16-24%
物品的武器材质、耐久度、宝石槽数量(可用其他插件支持)、是否无法交易,都可以通过品质来决定
其次就是职业:射手、战士、剑士的区别了
普通品质没有限制职业,只有优秀和史诗有这个
职业可以直接与物品ID关联,也可以配合品质达到分级效果
他们都用到了随机字符串,接下来都会讲到


—— 战斗状态-动态血条/动态增长/全息面板 ——
提供BossBar显血、头顶显血、全息面板显示攻击触发特效
支持显示回血、多血条,不受扫荡攻击影响
不会出现 “玩家 Saukiya 被 ▊▊▊▊▊▊▊▊▊▊ 击杀了” 的问题
触发特效消息可从Title、ActionBar、Message三者切换
只需要在Message.yml中将前缀 [ACTIONBAR] 换成 [TITLE] 或者删除。
直接删除单行消息文本,可以关闭某些消息/全息面板的输出。


—— 点击+TAB指令/属性查询 ——
插件采用GUI方式显示属性,自带隐藏多余为零的属性
并且GUI内的文本都能在Message.yml中自行修改
你可以在里面加入其他插件的Placeholder变量,来丰富个人信息面板


                                                                                                                                                                                               

指令配置

指令: 附带权限介绍 必备权限 sx-attribute.use


配置: Config.yml  195行


消息: Message.yml  原144行


                                                                                                                                                                                               

详细介绍

RandomString —— 随机字符串                    

 
ItemDataManager —— 物品配置                  

 
MythicmobsDrops —— 怪物掉落                 

 
MythicmobsEquipment —— 怪物装备         

 
PlaceholderAPI —— 属性变量                       

JSAttribute JS属性制作教程


                                                                                                                                                                                               

下载地址  原创图文内容版权属于原创作者,未经许可不得转载 发布站点:mcbbs.net

插件下载:
  • SX-Attribute SX-Attribute.jar (335.82 KB, 下载次数: 4790)
可选前置: PlaceholderAPI / HolographicDisplays / MythicMobs / RPGInventory / SkillAPI
插件作者: Saukiya,KunSs
插件源码:   Gitee GPL3.0  Wiki
群聊交流: 1055567430
相关附属:
  • SX-Level - 正在重置
  • Decompose - 简易分解|五种选择器|随机分解|SX物品库
  • EpicForgeReload - 史诗锻造重置|更强功能|多版本兼容
  • SX-Skada - 根据对怪物的伤害分配掉落物
  • SX-Resource - RPG额外材质包,只需要高清修复mod,即可修改武器饰品外观

相关资料:


更新记录:


已知BUG:


赞助人员 (非常感谢支持):
  • 云间的龙猫 50¥


本插件所用所有代码均为原创











[groupid=1511]Server CT[/groupid]
作者: Danganddang    时间: 2020-7-22 19:25
还有重置版???这么秀
作者: NaiFen☀    时间: 2020-7-22 19:29
爷的青春回来了!
作者: 肥洋洋    时间: 2020-7-22 19:34
Danganddang 发表于 2020-7-22 19:25
还有重置版???这么秀

之前没有,现在有了
作者: 253486776    时间: 2020-7-22 20:21
请问跟dxl插件在一起打完副本退出武器有概率变成普通武器失去lore是什么情况
作者: 肥洋洋    时间: 2020-7-22 20:24
253486776 发表于 2020-7-22 20:21
请问跟dxl插件在一起打完副本退出武器有概率变成普通武器失去lore是什么情况 ...

请使用新版本测试
作者: Glom_    时间: 2020-7-22 20:25
前排支持一下
作者: 710902    时间: 2020-7-22 20:47
好插件 我过来顶贴了
作者: 253486776    时间: 2020-7-22 20:51
Mr.KunSs 发表于 2020-7-22 20:24
请使用新版本测试

需要删除旧版配置文件吗
作者: 奥力給    时间: 2020-7-22 20:52
卧槽!流批了!
爷的青春回来了!
作者: 1507788278    时间: 2020-7-22 23:30
趁热赶紧来占个位置!!!
作者: 黎明.    时间: 2020-7-22 23:36
真希望有攻击加成之类的
作者: jack_a1SCS    时间: 2020-7-22 23:37
我擦,有大佬接手了
作者: jack_a1SCS    时间: 2020-7-22 23:40
希望出个属性自定义的功能,加点新的属性之类的
作者: 阿鲸🐳    时间: 2020-7-22 23:59
卧槽卧槽sx出重置了爷青回!
作者: 1507788278    时间: 2020-7-22 23:59
黎明. 发表于 2020-7-22 23:36
真希望有攻击加成之类的

不是有附属吗?ZF有这些了owo
作者: 1277952167    时间: 2020-7-23 00:10
我的青春回来了
作者: 颅内开灯    时间: 2020-7-23 00:49
Mr.KunSs 发表于 2020-7-22 20:24
请使用新版本测试

对对对,作者我也触发了这个bug了,对RPG来说还挺严重的
作者: 颅内开灯    时间: 2020-7-23 00:50
253486776 发表于 2020-7-22 20:21
请问跟dxl插件在一起打完副本退出武器有概率变成普通武器失去lore是什么情况 ...

你也触发了这个bug了吗,我这边和你一样也触发了...
作者: 颅内开灯    时间: 2020-7-23 00:52
作者大大,用SX写出来的装备打MM怪物打着打着,LORE就消失了只剩下一个name还在上面
作者: 肥洋洋    时间: 2020-7-23 01:54
XieLaoDD 发表于 2020-7-23 00:52
作者大大,用SX写出来的装备打MM怪物打着打着,LORE就消失了只剩下一个name还在上面 ...

正在解决

作者: Deston丶    时间: 2020-7-23 04:26
这个插件真的非常好用,谢谢楼主分享
作者: sagy    时间: 2020-7-23 08:08
卧槽,sx恢复更新了?
作者: yourh    时间: 2020-7-23 08:33
爷的青春回来了
作者: Yath    时间: 2020-7-23 10:01
昨天在做1.15服还在犹豫要不要降回1.13装sx呢 结果就更新了 舒服
作者: 翎852456    时间: 2020-7-23 14:33
顺便看见了SX-LEVEL重置中,啊哈,新的SX系列,希望那个也赶紧出来哈哈哈
作者: 敲可爱的素素    时间: 2020-7-23 14:51
标题错了啊
作者: FireworkPolymer    时间: 2020-7-23 16:07
jack_a1SCS 发表于 2020-7-22 23:40
希望出个属性自定义的功能,加点新的属性之类的

api开发可以做到
作者: FireworkPolymer    时间: 2020-7-23 16:08
希望添加属性支持变量已经支持了,尴尬
作者: 喵喵喵2    时间: 2020-7-23 20:48
提示: 作者被禁止或删除 内容自动屏蔽
作者: a1508754975s    时间: 2020-7-23 21:00
爷青回
作者: 酥宁最酥啦    时间: 2020-7-23 21:48
希望可以支持1.16.1!非常感谢您!
作者: 耀月    时间: 2020-7-24 10:12
sx居然重置更新了
作者: 苏子峰    时间: 2020-7-24 11:10
好!sx又活了!
作者: 疑问坤    时间: 2020-7-24 11:14
sx有BUG,有些时候不生效
作者: 浪子c    时间: 2020-7-24 11:16
好插件 我过来顶贴了
作者: 黎明.    时间: 2020-7-24 16:58
1507788278 发表于 2020-7-22 23:59
不是有附属吗?ZF有这些了owo

完全没得用,数据上是加了,实际上....加不了伤害
作者: 酥宁最酥啦    时间: 2020-7-24 18:04
希望支持1.16.1
加油加油 快快快  超级喜欢 支持1.16.1多好
服务器玩法太少了
作者: 肥洋洋    时间: 2020-7-24 18:08
苏宁y 发表于 2020-7-24 18:04
希望支持1.16.1
加油加油 快快快  超级喜欢 支持1.16.1多好
服务器玩法太少了 ...

一周之内添加1.16
作者: 酥宁最酥啦    时间: 2020-7-24 18:08
Mr.KunSs 发表于 2020-7-24 05:08
一周之内添加1.16

!!!!!非常感谢!!!!
加油~
作者: 强jojo迪奥    时间: 2020-7-24 18:32
好插件 我过来顶贴了
作者: Saukiya    时间: 2020-7-24 20:25
社畜没时间维护也没办法 ^ ^,精力有限hhh
作者: 爱蕾姆真    时间: 2020-7-26 15:33
学到了,但愿能增加更多的属性
作者: TIANSHAO@    时间: 2020-7-26 15:34
属性变量在TitleManager的计分板上不管用了,不管是哪个变量都只显示是0
作者: 肥洋洋    时间: 2020-7-26 16:15
TIANSHAO@ 发表于 2020-7-26 15:34
属性变量在TitleManager的计分板上不管用了,不管是哪个变量都只显示是0

papi parse me %sx_damage% 检查一下

作者: 肥洋洋    时间: 2020-7-26 16:15
爱蕾姆真 发表于 2020-7-26 15:33
学到了,但愿能增加更多的属性

可以到讨论群推荐.
作者: 丶米饭    时间: 2020-7-27 09:29
出重制版本了?希望完善下文档,添加详细的api教程
作者: 云天y    时间: 2020-7-27 09:56
哈哈哈新版本牛逼
有空了试试
作者: Cqmle    时间: 2020-7-27 11:44
萌新冒昧的问一句,有什么办法可以修改拉弓速度吗...

作者: 肥洋洋    时间: 2020-7-27 11:45
Cqmle 发表于 2020-7-27 11:44
萌新冒昧的问一句,有什么办法可以修改拉弓速度吗...

为啥要在这里问

作者: 564775297    时间: 2020-7-27 11:53
本帖最后由 564775297 于 2020-7-27 11:55 编辑

关于dxl副本属性lore消失的情况。经过测试,问题出现在  攻击速度  这个属性标签上。只要加上这个lore描述的属性,就会出现大概率出副本武器lore消失的情况,而且只有武器的lore会消失。

这个问题从sx发布就一直存在了,只不过可能是用dxl的人比较少,就一直没有反馈这个bug

另外兄弟,新的sx支持最新版的papi吗

作者: 肥洋洋    时间: 2020-7-27 12:00
564775297 发表于 2020-7-27 11:53
关于dxl副本属性lore消失的情况。经过测试,问题出现在  攻击速度  这个属性标签上。只要加上这个lore描述 ...

papi理论支持,这个bug您可以到讨论组反馈
作者: zy521    时间: 2020-7-27 12:20
Error occurred while enabling SX-Attribute v3.5.0-SNAPSHOT (Is it up to date?)
后台报错,请问这个如何解决
作者: 肥洋洋    时间: 2020-7-27 12:30
zy521 发表于 2020-7-27 12:20
Error occurred while enabling SX-Attribute v3.5.0-SNAPSHOT (Is it up to date?)
后台报错,请问这个如 ...

报错发全
作者: zy521    时间: 2020-7-27 12:33

[12:20:51] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'sx' in plugin SX-Attribute v3.5.0-SNAPSHOT - plugin is disabled.
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:36) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:152) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:685) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1492) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1297) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14) ~[patched_1.12.2.jar:git-Paper-1618]
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_251]
        at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_251]
        at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:850) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) ~[patched_1.12.2.jar:git-Paper-1618]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
作者: 肥洋洋    时间: 2020-7-27 12:39
zy521 发表于 2020-7-27 12:33
[12:20:51] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command ...

没给出重点。。。。
作者: zy521    时间: 2020-7-27 12:54
Mr.KunSs 发表于 2020-7-27 12:39
没给出重点。。。。

这是完整log
大概就是开启服务端 然后输入指令/sx的时候后台报错

[12:20:02] [Server thread/INFO]: Starting minecraft server version 1.12.2
[12:20:02] [Server thread/INFO]: Loading properties
[12:20:02] [Server thread/INFO]: Default game type: SURVIVAL
[12:20:02] [Server thread/INFO]: This server is running Paper version git-Paper-1618 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
[12:20:02] [Server thread/INFO]: Debug logging is disabled
[12:20:02] [Server thread/INFO]: Server Ping Player Sample Count: 12
[12:20:02] [Server thread/INFO]: Using 4 threads for Netty based IO
[12:20:02] [Server thread/INFO]: Generating keypair
[12:20:02] [Server thread/INFO]: Starting Minecraft server on *:25565
[12:20:02] [Server thread/INFO]: Using default channel type
[12:20:02] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[12:20:02] [Server thread/INFO]: [TabooLib] 当前由 TrMenu 引导主运行库启动.
[12:20:03] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.9;caf0ad9
[12:20:03] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.0.4-b136
[12:20:03] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.10.6
[12:20:03] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[12:20:03] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5.0-b727
[12:20:03] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
[12:20:03] [Server thread/INFO]: [TrMenu] Loading TrMenu v1.22
[12:20:03] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.2-SNAPSHOT;8eeab68
[12:20:03] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.22-SNAPSHOT (build 1487)
[12:20:03] [Server thread/INFO]: [Essentials] Loading Essentials v2.17.2.110
[12:20:03] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.17.2.110
[12:20:03] [Server thread/INFO]: [SX-Attribute] Loading SX-Attribute v3.5.0-SNAPSHOT
[12:20:03] [Server thread/INFO]: [SX-Attribute] ServerVersion: 1.12.2
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Crit] To Priority 3 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Damage] To Priority 2 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|HitRate] To Priority 16 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Ignition] To Priority 9 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|LifeSteal] To Priority 8 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Lightning] To Priority 11 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|AttackPotion] To Priority 10 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Real] To Priority 4 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Tearing] To Priority 12 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Block] To Priority 7 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Defense] To Priority 5 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Dodge] To Priority 1 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Reflection] To Priority 6 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Toughness] To Priority 13 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|EventMessage] To Priority 22 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|ExpAddition] To Priority 17 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|HealthRegen] To Priority 15 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Health] To Priority 14 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|WalkSpeed] To Priority 19 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|CustomManager] To Priority 23 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|power] To Priority 100 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|AttackSpeed] To Priority 20 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|Command] To Priority 18 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Attribute >> Register [SX-Attribute|JSAttribute] To Priority 0 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Condition >> Register [SX-Attribute|MainHand] To Priority 1 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Condition >> Register [SX-Attribute|OffHand] To Priority 2 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Condition >> Register [SX-Attribute|Hand] To Priority 0 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Condition >> Register [SX-Attribute|LimitLevel] To Priority 3 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Condition >> Register [SX-Attribute|Role] To Priority 4 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Condition >> Register [SX-Attribute|ExpiryTime] To Priority 5 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] Condition >> Register [SX-Attribute|Durability] To Priority 6 !
[12:20:03] [Server thread/INFO]: [SX-Attribute] ItemGenerator >> Register [SX-Attribute|GeneratorImport] To Type Import !
[12:20:03] [Server thread/INFO]: [SX-Attribute] ItemGenerator >> Register [SX-Attribute|GeneratorSX] To Type SX !
[12:20:03] [Server thread/INFO]: [SX-Attribute] ItemGenerator >> Register [SX-Attribute|GeneratorRandomItem] To Type random !
[12:20:03] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.17.2.110
[12:20:03] [Server thread/INFO]: [AncientGates] Loading AncientGates v2.1
[12:20:03] [Server thread/INFO]: [CommandNPC] Loading CommandNPC v1.9.1
[12:20:03] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.17.2.110
[12:20:03] [Server thread/INFO]: [CatSeedLogin] Loading CatSeedLogin v1.2.4-SNAPSHOT
[12:20:03] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[12:20:03] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[12:20:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[12:20:03] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
[12:20:03] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[12:20:03] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
[12:20:03] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[12:20:03] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
[12:20:03] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[12:20:03] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12:20:03] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[12:20:03] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[12:20:03] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[12:20:03] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[12:20:03] [Server thread/INFO]: Preparing level "world"
[12:20:03] [Server thread/INFO]: -------- World Settings For [world] --------
[12:20:03] [Server thread/INFO]: Item Merge Radius: 2.5
[12:20:03] [Server thread/INFO]: Item Despawn Rate: 6000
[12:20:03] [Server thread/INFO]: View Distance: 10
[12:20:03] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:20:03] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:20:03] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:20:03] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:20:03] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:20:03] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[12:20:03] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:20:03] [Server thread/INFO]: Mob Spawn Range: 4
[12:20:03] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Vine Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[12:20:03] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[12:20:03] [Server thread/INFO]: Structure Info Saving: true
[12:20:03] [Server thread/INFO]: Max TNT Explosions: 100
[12:20:03] [Server thread/INFO]: Random Lighting Updates: false
[12:20:03] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:20:03] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[12:20:04] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[12:20:04] [Server thread/INFO]: Item Merge Radius: 2.5
[12:20:04] [Server thread/INFO]: Item Despawn Rate: 6000
[12:20:04] [Server thread/INFO]: View Distance: 10
[12:20:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:20:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:20:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:20:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:20:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:20:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[12:20:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:20:04] [Server thread/INFO]: Mob Spawn Range: 4
[12:20:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Vine Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[12:20:04] [Server thread/INFO]: Structure Info Saving: true
[12:20:04] [Server thread/INFO]: Max TNT Explosions: 100
[12:20:04] [Server thread/INFO]: Random Lighting Updates: false
[12:20:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:20:04] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[12:20:04] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
[12:20:04] [Server thread/INFO]: Item Merge Radius: 2.5
[12:20:04] [Server thread/INFO]: Item Despawn Rate: 6000
[12:20:04] [Server thread/INFO]: View Distance: 10
[12:20:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:20:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:20:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:20:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:20:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:20:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[12:20:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:20:04] [Server thread/INFO]: Mob Spawn Range: 4
[12:20:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Vine Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[12:20:04] [Server thread/INFO]: Structure Info Saving: true
[12:20:04] [Server thread/INFO]: Max TNT Explosions: 100
[12:20:04] [Server thread/INFO]: Random Lighting Updates: false
[12:20:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:20:04] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[12:20:04] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7157921966811711758)
[12:20:04] [Server thread/INFO]: Preparing start region for level 1 (Seed: 1411146663517334446)
[12:20:04] [Server thread/INFO]: Preparing start region for level 2 (Seed: 1411146663517334446)
[12:20:04] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.9;caf0ad9
[12:20:04] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[12:20:04] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
[12:20:04] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.0.4-b136
[12:20:04] [Server thread/INFO]: GroupManager - INFO - World Found: world
[12:20:04] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
[12:20:04] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
[12:20:04] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
[12:20:04] [Server thread/INFO]: GroupManager version 2.0.4-b136 is enabled!
[12:20:04] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[12:20:04] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
[12:20:04] [Server thread/INFO]: [Vault] [Vault][Chat] GroupManager - Chat hooked.
[12:20:04] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.10.6
[12:20:04] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[12:20:04] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5.0-b727
[12:20:04] [Server thread/INFO]: -------- World Settings For [world-zy] --------
[12:20:04] [Server thread/INFO]: Item Merge Radius: 2.5
[12:20:04] [Server thread/INFO]: Item Despawn Rate: 6000
[12:20:04] [Server thread/INFO]: View Distance: 10
[12:20:04] [Server thread/INFO]: Arrow Despawn Rate: 1200
[12:20:04] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[12:20:04] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[12:20:04] [Server thread/INFO]: Experience Merge Radius: 3.0
[12:20:04] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[12:20:04] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[12:20:04] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[12:20:04] [Server thread/INFO]: Mob Spawn Range: 4
[12:20:04] [Server thread/INFO]: Cactus Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Cane Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Melon Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Sapling Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Wheat Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Vine Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[12:20:04] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[12:20:04] [Server thread/INFO]: Structure Info Saving: true
[12:20:04] [Server thread/INFO]: Max TNT Explosions: 100
[12:20:04] [Server thread/INFO]: Random Lighting Updates: false
[12:20:04] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[12:20:04] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
[12:20:04] [Server thread/INFO]: Preparing start region for level 3 (Seed: 4207568732499226773)
[12:20:05] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[12:20:05] [Server thread/INFO]: [Multiverse-Core] Version 2.5.0-b727 (API v20) Enabled - By Rigby, fernferret, lithium3141, main-- and dumptruckman
[12:20:05] [Server thread/INFO]: [TrMenu] Enabling TrMenu v1.22
[12:20:05] [Server thread/INFO]:
[12:20:05] [Server thread/INFO]:   ____________________   _____  __________________   ____ ___
[12:20:05] [Server thread/INFO]: \__    ___\______   \ /     \ \_   _____/\      \ |    |   \
[12:20:05] [Server thread/INFO]:   |    |   |       _//  \ /  \ |    __)_ /   |   \|    |   /
[12:20:05] [Server thread/INFO]:   |    |   |    |   /    Y    \|        /    |    |    |  /
[12:20:05] [Server thread/INFO]:   |____|   |____|_  \____|__  /_______  \____|__  |______/
[12:20:05] [Server thread/INFO]:                   \/        \/        \/        \/
[12:20:05] [Server thread/INFO]:
[12:20:05] [Server thread/INFO]: TrMenu loading...
[12:20:05] [Server thread/INFO]:
[12:20:05] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[12:20:05] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[12:20:05] [Server thread/INFO]: [TrMenu][INFO] 插件 TabooLib 注册新的连接池: jdbc:sqlite:plugins\TabooLib\playerdata\v2\data.db
[12:20:05] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.2-SNAPSHOT;8eeab68
[12:20:05] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[12:20:05] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[12:20:05] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[12:20:05] [Server thread/INFO]: [WorldGuard] (world-zy) TNT ignition is PERMITTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world-zy) Lighters are PERMITTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world-zy) Lava fire is blocked.
[12:20:05] [Server thread/INFO]: [WorldGuard] (world-zy) Fire spread is UNRESTRICTED.
[12:20:05] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world-zy'
[12:20:05] [Server thread/INFO]: [WorldGuard] Loading region data...
[12:20:05] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.22-SNAPSHOT (build 1487)
[12:20:05] [Server thread/ERROR]: [Citizens] [Citizens] Missing preferred location bundle.
[12:20:05] [Server thread/INFO]: [Essentials] Enabling Essentials v2.17.2.110
[12:20:05] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[12:20:05] [Server thread/INFO]: [Essentials] No kits found to migrate.
[12:20:05] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[12:20:06] [Server thread/INFO]: [Essentials] Using Reflection based provider as spawn egg provider.
[12:20:06] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[12:20:06] [Server thread/INFO]: [Essentials] Loaded 852 items from items.csv.
[12:20:06] [Server thread/INFO]: [Essentials] Using locale zh_CN
[12:20:06] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[12:20:06] [Server thread/INFO]: [Essentials] Metrics disabled per bStats config.
[12:20:06] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[12:20:06] [Server thread/INFO]: [Essentials] Using Vault based permissions (GroupManager)
[12:20:06] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.17.2.110
[12:20:06] [Server thread/INFO]: [EssentialsProtect] Continuing to enable Protect.
[12:20:06] [Server thread/INFO]: [SX-Attribute] Enabling SX-Attribute v3.5.0-SNAPSHOT
[12:20:06] [Server thread/WARN]: [SX-Attribute] No Find TabooLib!
[12:20:06] [Server thread/WARN]: [SX-Attribute] No Find HolographicDisplays!
[12:20:06] [Server thread/WARN]: [SX-Attribute] No Find MythicMobs!
[12:20:06] [Server thread/WARN]: [SX-Attribute] No Find RPGInventory!
[12:20:06] [Server thread/INFO]: [SX-Attribute] Loaded 248 RandomString
[12:20:06] [Server thread/INFO]: [SX-Attribute] Loaded 3 ItemGenerators
[12:20:06] [Server thread/INFO]: [SX-Attribute] Loaded 1 Items
[12:20:06] [Server thread/INFO]: [SX-Attribute] Loaded 24 Attributes
[12:20:06] [Server thread/INFO]: [SX-Attribute] Loaded 7 Condition
[12:20:06] [Server thread/INFO]: [SX-Attribute] Loaded 3 RegisterSlot
[12:20:06] [Server thread/INFO]: [SX-Attribute] Loaded 10 Commands
[12:20:06] [Server thread/INFO]: [SX-Attribute] Author: Saukiya&KunSs
[12:20:06] [Server thread/INFO]:
[12:20:06] [Server thread/INFO]:    ______  __             ___   __  __       _ __          __
[12:20:06] [Server thread/INFO]:   / ___/ |/ /            /   | / /_/ /______(_) /_  __  __/ /____
[12:20:06] [Server thread/INFO]:   \__ \|   /   ______   / /| |/ __/ __/ ___/ / __ \/ / / / __/ _ \
[12:20:06] [Server thread/INFO]:  ___/ /   |   /_____/  / ___ / /_/ /_/ /  / / /_/ / /_/ / /_/  __/
[12:20:06] [Server thread/INFO]: /____/_/|_|           /_/  |_\__/\__/_/  /_/_.___/\__,_/\__/\___/
[12:20:06] [Server thread/INFO]:
[12:20:06] [Server thread/ERROR]: Error occurred while enabling SX-Attribute v3.5.0-SNAPSHOT (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/libs/org/apache/commons/lang3/concurrent/BasicThreadFactory$Builder
        at github.saukiya.sxattribute.bstats.Metrics.startSubmitting(Metrics.java:214) ~[?:?]
        at github.saukiya.sxattribute.bstats.Metrics.<init>(Metrics.java:136) ~[?:?]
        at github.saukiya.sxattribute.SXAttribute.onEnable(SXAttribute.java:313) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1618]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.libs.org.apache.commons.lang3.concurrent.BasicThreadFactory$Builder
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:109) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:104) ~[patched_1.12.2.jar:git-Paper-1618]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_251]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_251]
        ... 14 more
[12:20:06] [Server thread/INFO]: [SX-Attribute] Disabling SX-Attribute v3.5.0-SNAPSHOT
[12:20:06] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.17.2.110
[12:20:06] [Server thread/INFO]: [AncientGates] Enabling AncientGates v2.1
[12:20:06] [Server thread/INFO]: [AncientGates] Loading conf from disk
[12:20:06] [Server thread/INFO]: [CommandNPC] Enabling CommandNPC v1.9.1
[12:20:06] [Server thread/INFO]: [CommandNPC] Vault compatible economy found! Economy support for CommandNPC has been enabled.
[12:20:06] [Server thread/INFO]: [CommandNPC] Initiating Database
[12:20:06] [Server thread/INFO]: [CommandNPC] Injecting command info into Citizens.
[12:20:06] [Thread-17/INFO]: [CommandNPC] Loading commands complete!
[12:20:06] [Server thread/INFO]: [CommandNPC] CommandNPC successfully loaded!
[12:20:06] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.17.2.110
[12:20:06] [Server thread/INFO]: [CatSeedLogin] Enabling CatSeedLogin v1.2.4-SNAPSHOT
[12:20:06] [Server thread/INFO]: Done (2.532s)! For help, type "help" or "?"
[12:20:06] [Server thread/INFO]: Timings Reset
[12:20:06] [Craft Scheduler Thread - 12/INFO]: [CatSeedLogin] 缓存加载 1 个数据
[12:20:06] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] Fetching available expansion information...
[12:20:06] [Craft Scheduler Thread - 7/INFO]: [PlaceholderAPI] Fetching available expansion information...
[12:20:07] [Craft Scheduler Thread - 5/INFO]: [PlaceholderAPI] 177 placeholder expansions are available on the cloud.
[12:20:08] [Server thread/INFO]: [TrMenu] INFO | Loaded. TrMenu v1.22 has been enabled.
[12:20:08] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
[12:20:08] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[12:20:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: checkitem
[12:20:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: math
[12:20:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: player
[12:20:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: progress
[12:20:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: server
[12:20:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: vault
[12:20:08] [Server thread/INFO]: [Citizens] Loaded 0 NPCs.
[12:20:08] [Server thread/INFO]: [AncientGates] Loading gates from disk
[12:20:08] [Server thread/INFO]: [AncientGates] Loading gates into memory
[12:20:08] [Server thread/INFO]: [AncientGates] Enabled
[12:20:08] [Server thread/INFO]: [TrMenu] INFO | Loaded 4 menus... [85 Ms]
[12:20:08] [Craft Scheduler Thread - 8/INFO]: [Vault] Checking for Updates ...
[12:20:08] [Craft Scheduler Thread - 4/INFO]: [PlaceholderAPI] 177 placeholder expansions are available on the cloud.
[12:20:09] [Craft Scheduler Thread - 0/INFO]: [PlaceholderAPI] 177 placeholder expansions are available on the cloud.
[12:20:11] [Craft Scheduler Thread - 8/WARN]: [Vault] Stable Version: 1.7.3 is out! You are still running version: 1.7.2
[12:20:11] [Craft Scheduler Thread - 8/WARN]: [Vault] Update at: https://dev.bukkit.org/projects/vault
[12:20:42] [Server thread/WARN]: Unexpected exception while parsing console command "sx"
org.bukkit.command.CommandException: Cannot execute command 'sx' in plugin SX-Attribute v3.5.0-SNAPSHOT - plugin is disabled.
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:36) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:152) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:685) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchServerCommand(CraftServer.java:648) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.DedicatedServer.aP(DedicatedServer.java:463) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:424) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) ~[patched_1.12.2.jar:git-Paper-1618]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
[12:20:46] [User Authenticator #1/INFO]: UUID of player BudingZY is 2974081f-d521-3ba6-8589-f19cf216b60a
[12:20:46] [Server thread/INFO]: BudingZY[/127.0.0.1:52445] logged in with entity id 122 at ([world]1.4833685083926522, 68.0, 96.37153074841449)
[12:20:46] [Craft Scheduler Thread - 6/INFO]: [CatSeedLogin] 缓存加载 1 个数据
[12:20:50] [Server thread/INFO]: BudingZY issued server command: /l zy123456789
[12:20:51] [Server thread/INFO]: BudingZY issued server command: /sx
[12:20:51] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Cannot execute command 'sx' in plugin SX-Attribute v3.5.0-SNAPSHOT - plugin is disabled.
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:36) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:152) ~[patched_1.12.2.jar:git-Paper-1618]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:685) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1492) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1297) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:14) ~[patched_1.12.2.jar:git-Paper-1618]
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_251]
        at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_251]
        at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:850) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) ~[patched_1.12.2.jar:git-Paper-1618]
        at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) ~[patched_1.12.2.jar:git-Paper-1618]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
[12:20:53] [Server thread/INFO]: BudingZY issued server command: /gamemode 1
[12:20:54] [Server thread/INFO]: BudingZY issued server command: /stop
[12:20:54] [Server thread/INFO]: [BudingZY: Stopping the server]
[12:20:54] [Server thread/INFO]: Stopping server
[12:20:54] [Server thread/INFO]: [CatSeedLogin] Disabling CatSeedLogin v1.2.4-SNAPSHOT
[12:20:54] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.17.2.110
[12:20:54] [Server thread/INFO]: [CommandNPC] Disabling CommandNPC v1.9.1
[12:20:54] [Server thread/INFO]: [AncientGates] Disabling AncientGates v2.1
[12:20:54] [Server thread/INFO]: [AncientGates] Disabled
[12:20:54] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.17.2.110
[12:20:54] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.17.2.110
[12:20:54] [Server thread/INFO]: [Essentials] Disabling Essentials v2.17.2.110
[12:20:54] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy unhooked.
[12:20:54] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.22-SNAPSHOT (build 1487)
[12:20:54] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.2.2-SNAPSHOT;8eeab68
[12:20:54] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[12:20:54] [Server thread/INFO]: [TrMenu] Disabling TrMenu v1.22
[12:20:54] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
[12:20:54] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
[12:20:54] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
[12:20:54] [Server thread/INFO]: [PlaceholderAPI] Unregistered placeholder expansion: vault
[12:20:54] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.10.6
[12:20:54] [Server thread/INFO]: [GroupManager] Disabling GroupManager v2.0.4-b136
[12:20:54] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
[12:20:54] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is disabled!
[12:20:54] [Server thread/INFO]: GroupManager version 2.0.4-b136 is disabled!
[12:20:54] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.9;caf0ad9
[12:20:54] [Server thread/INFO]: Saving players
[12:20:54] [Server thread/INFO]: BudingZY lost connection: Server closed
[12:20:54] [Server thread/INFO]: BudingZY left the game
[12:20:54] [Server thread/INFO]: Saving worlds
[12:20:54] [Server thread/INFO]: Saving chunks for level 'world'/overworld
[12:20:54] [Server thread/INFO]: Saving chunks for level 'world_nether'/the_nether
[12:20:54] [Server thread/INFO]: Saving chunks for level 'world_the_end'/the_end
[12:20:54] [Server thread/INFO]: Saving chunks for level 'world-zy'/overworld

作者: 肥洋洋    时间: 2020-7-27 12:59

麻烦您加一下群方便测试
作者: 15519143469    时间: 2020-7-27 14:04
老版本支持枪械插件 ,我试试这个重置的支持不
作者: 喵丶呜    时间: 2020-7-27 18:08
卧槽卧槽极度震惊
换高版本等了半年了终于更新了呜呜呜呜
太感动了!!!!!
SX永远滴神!!!
作者: YinDang    时间: 2020-7-27 19:52
本帖最后由 YinDang 于 2020-7-27 19:56 编辑

支持大佬 ! 请问之前做的2.0装备 不用做任何更改 可以直接换成3.0的插件嘛

作者: 肥洋洋    时间: 2020-7-27 20:05
YinDang 发表于 2020-7-27 19:52
支持大佬 ! 请问之前做的2.0装备 不用做任何更改 可以直接换成3.0的插件嘛
...

用 3.x弃用数字ID了
作者: kujwykl    时间: 2020-7-27 21:13
不得了不得了,爷青回
作者: slyz    时间: 2020-7-27 23:10
不能弄武石了????
作者: 肥洋洋    时间: 2020-7-27 23:10
slyz 发表于 2020-7-27 23:10
不能弄武石了????

emmm??????
作者: ketikai    时间: 2020-7-28 02:41
[02:34:25] [Server thread/ERROR] [org.bukkit.craftbukkit.v1_12_R1.CraftServer]: jdk/internal/dynalink/beans/StaticClass initializing SX-Attribute v3.5.1-SNAPSHOT (Is it up to date?)
java.lang.NoClassDefFoundError: jdk/internal/dynalink/beans/StaticClass
        at github.saukiya.sxattribute.SXAttribute.onLoad(SXAttribute.java:164) ~[?:?]
        at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:394) [CraftServer.class:1.12.2-ce4d8a3]
        at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:341) [MinecraftServer.class:?]
        at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:316) [nz.class:?]
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:642) [MinecraftServer.class:?]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.lang.ClassNotFoundException: jdk.internal.dynalink.beans.StaticClass
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:107) ~[PluginClassLoader.class:1.12.2-ce4d8a3]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:76) ~[PluginClassLoader.class:1.12.2-ce4d8a3]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_111]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_111]
        ... 6 more

Mohist端 Minecraft1.12.2 插件最新版 请问下这是什么报错?

作者: 小虞姬    时间: 2020-7-28 08:13
不错不错。支持一下
作者: 799489684    时间: 2020-7-28 15:17
SX居然回来了,爷青结!
作者: 方块大师    时间: 2020-7-28 15:24
wdnmd居然!!!SXAttribute重置了!!!爷清洁工啦!居然能盼到这一天!起飞
作者: 乐死自认    时间: 2020-7-28 22:38
作者paper-1.16支持吗?我装上好像没有属性写了lore但是没有属性
作者: 乐死自认    时间: 2020-7-28 22:39
我使用/sx give 默认生成的道具还发生报错
https://pastebin.com/PwHvpKHr
作者: 小珂大大    时间: 2020-7-28 22:44
6666666666666666666
作者: 我一个网管    时间: 2020-7-28 23:19
物品用着用着lore没了,这个bug修复了吗
作者: 肥洋洋    时间: 2020-7-29 08:36
我一个网管 发表于 2020-7-28 23:19
物品用着用着lore没了,这个bug修复了吗

正在修复
作者: xwh..0718    时间: 2020-7-29 08:53
真好真好

作者: YinDang    时间: 2020-7-29 10:06
本帖最后由 YinDang 于 2020-7-29 10:07 编辑

ItemUpdate:
  Enabled: false
大佬 这个功能删去了吗 如果可以的话 能否加回去呢 用着很舒服的 还有config里的装逼信息是什么 2333
作者: 施Bq    时间: 2020-7-29 10:37
感谢分享
作者: 肥洋洋    时间: 2020-7-29 11:09
YinDang 发表于 2020-7-29 10:06
ItemUpdate:
  Enabled: false
大佬 这个功能删去了吗 如果可以的话 能否加回去呢 用着很舒服的 还有confi ...

去了吗,我看看
作者: YinDang    时间: 2020-7-29 12:49
肥洋洋 发表于 2020-7-29 11:09
去了吗,我看看

是的 大佬config里没找到
作者: Aden123    时间: 2020-7-29 13:00
        MCBBS有你更精彩~
作者: 肥洋洋    时间: 2020-7-29 13:56
YinDang 发表于 2020-7-29 12:49
是的 大佬config里没找到

下次大更新当作特色更新
作者: YinDang    时间: 2020-7-29 14:02
肥洋洋 发表于 2020-7-29 13:56
下次大更新当作特色更新

哈哈哈 好 希望不是有生之年系列
作者: 我一个网管    时间: 2020-7-29 14:06

还有还有,就是随机字符不能叠加使用,比如{s:《l:装备品质》《l:装备前缀》}的《l:装备后缀》
就只会读取《l:装备品质》不会读取《l:装备前缀》就会变成,品质《l:装备前缀》的后缀
作者: psl1776068407    时间: 2020-7-29 19:39
好像图没了,对本手残党不太友好
作者: xjlxzcdwq    时间: 2020-7-30 01:41
有个问题想问,为什么安装插件就自动默认攻击力为100?这个无法修改吗。我找了几遍配置文件都没看到相应的设置。。。。
作者: 肥洋洋    时间: 2020-7-30 08:39
xjlxzcdwq 发表于 2020-7-30 01:41
有个问题想问,为什么安装插件就自动默认攻击力为100?这个无法修改吗。我找了几遍配置文件都没看到相应的 ...

DefaultAttribute
作者: xjlxzcdwq    时间: 2020-7-30 08:52

没用,他只有自带一个默认的 生命上限 20  ,而且我在这设置了默认的攻击力为1后 在属性中反而变成101攻击力了。而且还有一个默认的暴击几率10%。。。
作者: xjlxzcdwq    时间: 2020-7-30 08:55

我在删除了所有的例外插件后,只保留mm,vault,ProtocolLib,papi,全息图,和本体插件,测试了,还是一样默认设置的有100攻击力和10的暴击几率。
您可以测验一下,我不知道是不是只有我遇到了这个问题,sx插件版本是3.5.2。
作者: 肥洋洋    时间: 2020-7-30 09:29
xjlxzcdwq 发表于 2020-7-30 08:52
没用,他只有自带一个默认的 生命上限 20  ,而且我在这设置了默认的攻击力为1后 在属性中反而变成101攻 ...

群内反馈
作者: YinDang    时间: 2020-7-30 09:42
本帖最后由 YinDang 于 2020-7-30 09:43 编辑

大佬 config是不是该更新了呀 血条压缩功能都移动到另个文件夹了 233
作者: YinDang    时间: 2020-7-30 15:05
突然发现重置版居然还可以绑定指令 要是能做到和rpgitem一样加个消失和冷却的话 简直无敌 忘了和大佬说sx创建的武器可以附魔 也可以铁毡砸附魔书 能不能加个禁止附魔的功能
作者: YinDang    时间: 2020-7-30 16:51
大佬 似乎减速并无作用?
作者: gaozhe8888    时间: 2020-7-30 17:48
大佬在吗,为什么所有的papi变量都是0啊,版本spigot 1.12.2
作者: 肥洋洋    时间: 2020-7-30 17:54
gaozhe8888 发表于 2020-7-30 17:48
大佬在吗,为什么所有的papi变量都是0啊,版本spigot 1.12.2

papi 版本更换成2.9.2 新版不稳定
作者: 一只屑涵筱    时间: 2020-7-30 18:00
能把显示槽位的gui加回来嘛,毕竟我懒得弄材质包=w=
作者: andy900907    时间: 2020-7-30 20:53
能更新帖内的config吗
作者: teza001    时间: 2020-7-30 22:05
need support 1.13 custom model data (item)
作者: jk65123jk    时间: 2020-7-30 23:35
大佬请问一下,关于给MM插件怪物  穿上了 加了防御力词条的装备后 打出的原版伤害(原版工具攻击和没吃攻击力度的伤害)会给怪物回血
作者: 3045859577    时间: 2020-7-31 11:43
很奈斯的的插件拿走
作者: YinDang    时间: 2020-7-31 14:56
大佬聊天栏的提示信息有点多 能不能改改