Git Product home page Git Product logo

trhologram's People

Contributors

arasple avatar zuveno avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

trhologram's Issues

关于TrHologram-2.0-BETA4-all的切换世界显示异常

插件版本:TrHologram-2.0-BETA4-all
服务端核心:Spigot-1.12.2
异常原因:当玩家进行切换世界操作(例如使用mv进行世界传送或很多插件自带的世界传送功能)时,所在世界的所有trhd全部无法显示,必须要/trhd reload即重载插件才能再次看到。
报错相关:后台无报错,开服无报错,关服无报错,无任何异常信息

[ERROR] config

[19:02:12] [Server thread/INFO]: # --------------------------------------------- #
[19:02:12] [Server thread/INFO]: # HASH 70a8d5bdc0639110d8317767a758766d5e7ac868 #
[19:02:12] [Server thread/INFO]: # --------------------------------------------- #
[19:02:12] [Server thread/ERROR]: Cannot load source
org.bukkit.configuration.InvalidConfigurationException: mapping values are not allowed here
in 'string', line 93, column 18:
Options: Language: zh_CN
^

at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.16.5.jar:git-Purpur-1079]
at io.izzel.taboolib.module.db.local.SecuredFile.loadFromString(SecuredFile.java:62) ~[TabooLib.jar:?]
at io.izzel.taboolib.module.db.local.SecuredFile.loadConfiguration(SecuredFile.java:95) ~[TabooLib.jar:?]
at io.izzel.taboolib.module.config.TConfigMigrate.migrate(TConfigMigrate.java:41) ~[TabooLib.jar:?]
at io.izzel.taboolib.module.config.TConfig.migrate(TConfig.java:163) ~[TabooLib.jar:?]
at io.izzel.taboolib.module.inject.TInjectLoader.lambda$static$6(TInjectLoader.java:78) ~[TabooLib.jar:?]
at io.izzel.taboolib.module.inject.TInjectLoader.inject(TInjectLoader.java:151) ~[TabooLib.jar:?]
at io.izzel.taboolib.module.inject.TInjectLoader.lambda$postLoad$12(TInjectLoader.java:143) ~[TabooLib.jar:?]
at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_291]
at io.izzel.taboolib.module.inject.TInjectLoader.postLoad(TInjectLoader.java:142) ~[TabooLib.jar:?]
at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$8(TabooLibLoader.java:267) ~[TabooLib.jar:?]
at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_291]
at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:264) ~[TabooLib.jar:?]
at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:65) ~[TabooLib.jar:?]
at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:195) ~[TabooLib.jar:?]
at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_291]
at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:195) ~[TabooLib.jar:?]
at me.arasple.mc.trhologram.module.internal.boot.PluginBoot.onEnable(PluginBoot.java:71) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415) ~[patched_1.16.5.jar:git-Purpur-1079]
at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:593) ~[patched_1.16.5.jar:git-Purpur-1079]
at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:293) ~[patched_1.16.5.jar:git-Purpur-1079]
at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070) ~[patched_1.16.5.jar:git-Purpur-1079]
at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Purpur-1079]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_291]

Caused by: org.yaml.snakeyaml.scanner.ScannerException: mapping values are not allowed here
in 'string', line 93, column 18:
Options: Language: zh_CN
^

at org.yaml.snakeyaml.scanner.ScannerImpl.fetchValue(ScannerImpl.java:869) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:235) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.yaml.snakeyaml.Yaml.load(Yaml.java:416) ~[patched_1.16.5.jar:git-Purpur-1079]
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[patched_1.16.5.jar:git-Purpur-1079]
... 27 more

[19:02:12] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-2 - Starting...
[19:02:12] [Server thread/INFO]: [com.zaxxer.hikari.HikariDataSource] HikariPool-2 - Start completed.
[19:02:12] [Server thread/INFO]: [TrHologram][INFO] 插件 TabooLib 註冊新的連接池: jdbc:sqlite:plugins\TabooLib\playerdata\v2\data.db
[19:02:12] [Server thread/WARN]: java.lang.Exception: No valid location
[19:02:12] [Server thread/WARN]: at me.arasple.mc.trhologram.module.conf.HologramLoader.load(HologramLoader.kt:77)
[19:02:12] [Server thread/WARN]: at me.arasple.mc.trhologram.module.conf.HologramLoader.load(HologramLoader.kt:68)
[19:02:12] [Server thread/WARN]: at me.arasple.mc.trhologram.module.conf.HologramLoader.load(HologramLoader.kt:59)
[19:02:12] [Server thread/WARN]: at me.arasple.mc.trhologram.TrHologram.onEnable(TrHologram.kt:31)
[19:02:12] [Server thread/WARN]: at me.arasple.mc.trhologram.module.internal.boot.PluginBoot.onEnable(PluginBoot.java:74)
[19:02:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[19:02:12] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
[19:02:12] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
[19:02:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501)
[19:02:12] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415)
[19:02:12] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:593)
[19:02:12] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:293)
[19:02:12] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1070)
[19:02:12] [Server thread/WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291)
[19:02:12] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)

启动时崩溃,并且产生几百M的文件和报告

A fatal error has been detected by the Java Runtime Environment:

EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000633feb61, pid=8008, tid=0x0000000000000308

JRE version: Java(TM) SE Runtime Environment (8.0_221-b11) (build 1.8.0_221-b11)

Java VM: Java HotSpot(TM) 64-Bit Server VM (25.221-b11 mixed mode windows-amd64 compressed oops)

Problematic frame:

V [jvm.dll+0xeeb61]

Core dump written. Default location: D:\LetheLand[5]剑魔\hs_err_pid8008.mdmp

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

--------------- T H R E A D ---------------

Current thread (0x000000000364c000): GCTaskThread [stack: 0x0000000012ff0000,0x00000000130f0000] [id=776]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000185

Registers:
RAX=0x000000000000000d, RBX=0x00000006c745c8d0, RCX=0x00000006e6a510d0, RDX=0x00000006c745c8d0
RSP=0x00000000130ef1f0, RBP=0x0000000003643bf0, RSI=0x00000000130ef3c0, RDI=0x00000006c74b3348
R8 =0x00000000130ef3c0, R9 =0x00000006e6a510d0, R10=0x000000000372ed60, R11=0x000000006395e558
R12=0x000000000364c370, R13=0x00000000036504e0, R14=0x00000000130ef3c0, R15=0x000000000364c380
RIP=0x00000000633feb61, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x00000000130ef1f0)
0x00000000130ef1f0: 00000006c745c8c0 0000000003643bf0
0x00000000130ef200: 00000000130ef3c0 00000006c74b3348
0x00000000130ef210: 00000000036a9d70 00000000636c1b3a
0x00000000130ef220: 00000000036504e0 000000000000002d
0x00000000130ef230: 000000000000000d 000000000364f0e0
0x00000000130ef240: 000000000364c758 00000000000003d8
0x00000000130ef250: 00000006c7427258 000000000001181e
0x00000000130ef260: 000000000364c000 00000000036445f0
0x00000000130ef270: 000000000364c760 000000000364c770
0x00000000130ef280: 000000000364c848 00000000000000d8
0x00000000130ef290: 00000000130ef4b8 00007ffc48b12243
0x00000000130ef2a0: 0000000000000001 00000000130ef3c0
0x00000000130ef2b0: 00000000036504e0 00000000036a9d70
0x00000000130ef2c0: 000000001a710080 00000000636c47d6
0x00000000130ef2d0: 000000001b60f270 000000000000002d
0x00000000130ef2e0: 0000000003630c50 0000000600000025

Instructions: (pc=0x00000000633feb61)
0x00000000633feb41: 23 ad 6b 00 49 d3 e1 4c 03 0d 11 ad 6b 00 eb 04
0x00000000633feb51: 4c 8b 4b 08 49 8b 01 4c 8b c6 48 8b d3 49 8b c9
0x00000000633feb61: ff 90 78 01 00 00 48 63 c8 48 8d 1c cb 48 3b df
0x00000000633feb71: 72 bf 48 8b 5c 24 30 48 8b 74 24 38 48 83 c4 20

Register to memory mapping:

RAX=0x000000000000000d is an unknown value
RBX=0x00000006c745c8d0 is an oop

[error occurred during error reporting (printing register info), id 0xc0000005]

Stack: [0x0000000012ff0000,0x00000000130f0000], sp=0x00000000130ef1f0, free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0xeeb61]
V [jvm.dll+0x3b1b3a]
V [jvm.dll+0x3b47d6]
V [jvm.dll+0x3baf45]
V [jvm.dll+0x282680]
V [jvm.dll+0x29fb8a]
C [msvcr100.dll+0x21d9f]
C [msvcr100.dll+0x21e3b]
C [KERNEL32.DLL+0x8364]
C [ntdll.dll+0x67091]

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x000000001cf40000 JavaThread "HikariPool-1 housekeeper" daemon [_thread_blocked, id=3708, stack(0x000000002ae10000,0x000000002af10000)]
0x000000001cf37000 JavaThread "Thread-27" daemon [_thread_in_native, id=1580, stack(0x000000002ad10000,0x000000002ae10000)]
0x000000001cf3b800 JavaThread "pool-29-thread-1" [_thread_blocked, id=6204, stack(0x000000002ac10000,0x000000002ad10000)]
0x000000001cf38800 JavaThread "Thread-26" daemon [_thread_in_native, id=4936, stack(0x000000002ab10000,0x000000002ac10000)]
0x000000001cf33800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=3732, stack(0x000000002aa10000,0x000000002ab10000)]
0x000000001cf3a000 JavaThread "pool-28-thread-1" [_thread_blocked, id=1496, stack(0x000000002a910000,0x000000002aa10000)]
0x000000001f305800 JavaThread "luckperms-scheduler-worker-1" daemon [_thread_blocked, id=7356, stack(0x0000000029b30000,0x0000000029c30000)]
0x000000001f304000 JavaThread "Thread-20" [_thread_blocked, id=7924, stack(0x0000000029a30000,0x0000000029b30000)]
0x000000001f305000 JavaThread "MVStore background writer nio:D:/LetheLand/[5]鍓戦瓟/plugins/LuckPerms/luckperms-h2.mv.db" daemon [_thread_blocked, id=7204, stack(0x0000000029340000,0x0000000029440000)]
0x000000001f307000 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=1376, stack(0x0000000029140000,0x0000000029240000)]
0x000000001f2fb000 JavaThread "Thread-18" daemon [_thread_in_native, id=4064, stack(0x0000000029040000,0x0000000029140000)]
0x000000001f2fd000 JavaThread "luckperms-scheduler-worker-0" daemon [_thread_blocked, id=6316, stack(0x0000000027f70000,0x0000000028070000)]
0x000000001f2fe800 JavaThread "luckperms-scheduler" daemon [_thread_blocked, id=3660, stack(0x0000000027e70000,0x0000000027f70000)]
0x000000001f302000 JavaThread "Thread-17" daemon [_thread_in_native, id=3504, stack(0x0000000027d70000,0x0000000027e70000)]
0x000000001f2fc800 JavaThread "TConfigWatcherService-1" [_thread_blocked, id=6308, stack(0x0000000026d00000,0x0000000026e00000)]
0x000000001f2ff800 JavaThread "Thread-15" daemon [_thread_in_native, id=808, stack(0x0000000026c00000,0x0000000026d00000)]
0x000000001f2fa000 JavaThread "Thread-14" daemon [_thread_in_native, id=8148, stack(0x0000000026b00000,0x0000000026c00000)]
0x000000001f301000 JavaThread "ForkJoinPool-1-worker-26" daemon [_thread_blocked, id=3804, stack(0x0000000026800000,0x0000000026900000)]
0x000000001f2f9800 JavaThread "ForkJoinPool-1-worker-1" daemon [_thread_blocked, id=6284, stack(0x0000000026700000,0x0000000026800000)]
0x000000001f2fe000 JavaThread "ForkJoinPool-1-worker-8" daemon [_thread_blocked, id=1632, stack(0x0000000026600000,0x0000000026700000)]
0x000000001f300000 JavaThread "ForkJoinPool-1-worker-15" daemon [_thread_blocked, id=6196, stack(0x0000000026500000,0x0000000026600000)]
0x000000001f2fb800 JavaThread "ForkJoinPool-1-worker-22" daemon [_thread_blocked, id=5084, stack(0x0000000026400000,0x0000000026500000)]
0x000000001f2f8800 JavaThread "ForkJoinPool-1-worker-29" daemon [_thread_blocked, id=8136, stack(0x0000000026300000,0x0000000026400000)]
0x000000001cf3b000 JavaThread "ForkJoinPool-1-worker-4" daemon [_thread_blocked, id=744, stack(0x0000000026200000,0x0000000026300000)]
0x000000001cf3e000 JavaThread "ForkJoinPool-1-worker-11" daemon [_thread_blocked, id=4708, stack(0x0000000026100000,0x0000000026200000)]
0x000000001cf3c800 JavaThread "ForkJoinPool-1-worker-18" daemon [_thread_blocked, id=7284, stack(0x0000000026000000,0x0000000026100000)]
0x000000001cf41000 JavaThread "ForkJoinPool-1-worker-25" daemon [_thread_blocked, id=7224, stack(0x0000000025f00000,0x0000000026000000)]
0x000000001cf3d000 JavaThread "pool-17-thread-1" [_thread_blocked, id=6456, stack(0x0000000025e00000,0x0000000025f00000)]
0x000000001cf32800 JavaThread "Thread-13" daemon [_thread_in_native, id=4196, stack(0x0000000025700000,0x0000000025800000)]
0x000000001cf35800 JavaThread "Timer-1" daemon [_thread_blocked, id=1472, stack(0x0000000025600000,0x0000000025700000)]
0x000000001cf39800 JavaThread "Thread-11" daemon [_thread_in_native, id=1088, stack(0x0000000025500000,0x0000000025600000)]
0x000000001cf38000 JavaThread "ForkJoinPool.commonPool-worker-4" daemon [_thread_blocked, id=7152, stack(0x0000000025300000,0x0000000025400000)]
0x000000001cf34000 JavaThread "ForkJoinPool.commonPool-worker-3" daemon [_thread_blocked, id=4688, stack(0x0000000025200000,0x0000000025300000)]
0x000000001cf36800 JavaThread "ForkJoinPool.commonPool-worker-1" daemon [_thread_blocked, id=5308, stack(0x0000000025000000,0x0000000025100000)]
0x000000001cf31800 JavaThread "Thread-10" daemon [_thread_in_native, id=6416, stack(0x0000000024f00000,0x0000000025000000)]
0x000000001cf35000 JavaThread "Thread-9" daemon [_thread_in_native, id=6208, stack(0x0000000024e00000,0x0000000024f00000)]
0x000000001cf46000 JavaThread "TConfigWatcherService-1" [_thread_blocked, id=4304, stack(0x0000000024d00000,0x0000000024e00000)]
0x000000001cf47000 JavaThread "Timer-0" [_thread_blocked, id=4212, stack(0x00000000239e0000,0x0000000023ae0000)]
0x000000001cf44000 JavaThread "Netty Server IO #0" daemon [_thread_blocked, id=7392, stack(0x0000000022f40000,0x0000000023040000)]
0x000000001cf45800 JavaThread "ObjectCleanerThread" daemon [_thread_blocked, id=880, stack(0x0000000022e40000,0x0000000022f40000)]
0x000000001cf49000 JavaThread "Spigot Metrics Thread" daemon [_thread_in_native, id=7280, stack(0x0000000022d40000,0x0000000022e40000)]
0x000000001cf47800 JavaThread "Spigot Watchdog Thread" [_thread_blocked, id=7884, stack(0x0000000022c40000,0x0000000022d40000)]
0x000000001cf48800 JavaThread "Server console handler" daemon [_thread_in_native, id=6544, stack(0x0000000022690000,0x0000000022790000)]
0x000000001cf43000 JavaThread "Thread-5" [_thread_blocked, id=4892, stack(0x0000000022590000,0x0000000022690000)]
0x000000001cf44800 JavaThread "DestroyJavaVM" [_thread_blocked, id=7412, stack(0x0000000003390000,0x0000000003490000)]
0x000000001e863000 JavaThread "Server thread" [_thread_blocked, id=8156, stack(0x0000000022490000,0x0000000022590000)]
0x000000001fe14800 JavaThread "Server Infinisleeper" daemon [_thread_blocked, id=3824, stack(0x0000000022060000,0x0000000022160000)]
0x000000001fe17800 JavaThread "NonBlockingInputStreamThread" daemon [_thread_blocked, id=768, stack(0x00000000219e0000,0x0000000021ae0000)]
0x000000001d231800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=5420, stack(0x0000000020490000,0x0000000020590000)]
0x000000001e3e7000 JavaThread "NanoHttpd Main Listener" daemon [_thread_in_native, id=2460, stack(0x000000001f180000,0x000000001f280000)]
0x000000001b460000 JavaThread "Service Thread" daemon [_thread_blocked, id=1556, stack(0x000000001bf10000,0x000000001c010000)]
0x000000001b444000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=3856, stack(0x000000001be10000,0x000000001bf10000)]
0x000000001b443800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3120, stack(0x000000001bd10000,0x000000001be10000)]
0x000000001b45d000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=7948, stack(0x000000001bc10000,0x000000001bd10000)]
0x000000001b23b800 JavaThread "Attach Listener" daemon [_thread_blocked, id=7688, stack(0x000000001ba10000,0x000000001bb10000)]
0x000000001b297000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8064, stack(0x000000001b910000,0x000000001ba10000)]
0x000000001b23a800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=7180, stack(0x000000001b810000,0x000000001b910000)]
0x000000001b217800 JavaThread "Finalizer" daemon [_thread_blocked, id=3900, stack(0x000000001b710000,0x000000001b810000)]
0x000000001b1ee000 JavaThread "Reference Handler" daemon [_thread_blocked, id=4736, stack(0x000000001b610000,0x000000001b710000)]

Other Threads:
0x000000001b1e5800 VMThread [stack: 0x000000001b510000,0x000000001b610000] [id=6084]
0x000000001b4ef800 WatcherThread [stack: 0x000000001c010000,0x000000001c110000] [id=2104]

=>0x000000000364c000 (exited) GCTaskThread [stack: 0x0000000012ff0000,0x00000000130f0000] [id=776]

VM state:at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
[0x000000000350e2c0] Threads_lock - owner thread: 0x000000001b1e5800
[0x0000000003631250] Heap_lock - owner thread: 0x00000000036a7800

heap address: 0x00000006c6000000, size: 4000 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
Narrow klass base: 0x0000000000000000, Narrow klass shift: 3
Compressed class space size: 1073741824 Address: 0x00000007c0000000

Heap:
par new generation total 39296K, used 29555K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 72% used [0x00000006c6000000, 0x00000006c789cd58, 0x00000006c8220000)
from space 4352K, 100% used [0x00000006c8660000, 0x00000006c8aa0000, 0x00000006c8aa0000)
to space 4352K, 0% used [0x00000006c8220000, 0x00000006c8220000, 0x00000006c8660000)
concurrent mark-sweep generation total 151208K, used 94286K [0x00000006e5330000, 0x00000006ee6da000, 0x00000007c0000000)
Metaspace used 74480K, capacity 77806K, committed 78080K, reserved 1116160K
class space used 9897K, capacity 10721K, committed 10752K, reserved 1048576K

Card table byte_map: [0x00000000130f0000,0x00000000138d0000] byte_map_base: 0x000000000fac0000

Marking Bits: (CMSBitMap*) 0x00000000036a4108
Bits: [0x0000000014610000, 0x0000000017cc3400)

Mod Union Table: (CMSBitMap*) 0x00000000036a41c8
Bits: [0x0000000017cd0000, 0x0000000017daacd0)

Polling page: 0x0000000001720000

CodeCache: size=245760Kb used=17324Kb max_used=17333Kb free=228435Kb
bounds [0x0000000003730000, 0x0000000004840000, 0x0000000012730000]
total_blobs=6238 nmethods=5462 adapters=688
compilation: enabled

Compilation events (10 events):
Event: 19.872 Thread 0x000000001b443800 6775 4 java.util.HashSet::remove (20 bytes)
Event: 19.876 Thread 0x000000001b444000 6944 3 jdk.internal.org.objectweb.asm.FieldWriter::put (472 bytes)
Event: 19.878 Thread 0x000000001b444000 nmethod 6944 0x0000000004632350 code [0x0000000004632700, 0x0000000004633b18]
Event: 19.882 Thread 0x000000001b444000 6945 1 io.izzel.taboolib.common.plugin.InternalPlugin::getName (3 bytes)
Event: 19.882 Thread 0x000000001b444000 nmethod 6945 0x0000000004735c10 code [0x0000000004735d60, 0x0000000004735e70]
Event: 19.884 Thread 0x000000001b443800 nmethod 6775 0x00000000042b0a90 code [0x00000000042b0c20, 0x00000000042b12a8]
Event: 19.884 Thread 0x000000001b443800 6766 4 org.yaml.snakeyaml.tokens.ScalarToken:: (11 bytes)
Event: 19.885 Thread 0x000000001b443800 nmethod 6766 0x00000000042b2090 code [0x00000000042b21c0, 0x00000000042b22b8]
Event: 19.886 Thread 0x000000001b444000 6946 3 org.fusesource.jansi.WindowsAnsiOutputStream::processSetAttribute (190 bytes)
Event: 19.887 Thread 0x000000001b444000 nmethod 6946 0x00000000042b3150 code [0x00000000042b3320, 0x00000000042b3718]

GC Heap History (10 events):
Event: 17.817 GC heap before
{Heap before GC invocations=34 (full 7):
par new generation total 39296K, used 39296K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 100% used [0x00000006c6000000, 0x00000006c8220000, 0x00000006c8220000)
from space 4352K, 100% used [0x00000006c8220000, 0x00000006c8660000, 0x00000006c8660000)
to space 4352K, 0% used [0x00000006c8660000, 0x00000006c8660000, 0x00000006c8aa0000)
concurrent mark-sweep generation total 111292K, used 79196K [0x00000006e5330000, 0x00000006ebfdf000, 0x00000007c0000000)
Metaspace used 69372K, capacity 72164K, committed 72448K, reserved 1112064K
class space used 9419K, capacity 10134K, committed 10240K, reserved 1048576K
Event: 17.852 GC heap after
Heap after GC invocations=35 (full 7):
par new generation total 39296K, used 4352K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 0% used [0x00000006c6000000, 0x00000006c6000000, 0x00000006c8220000)
from space 4352K, 100% used [0x00000006c8660000, 0x00000006c8aa0000, 0x00000006c8aa0000)
to space 4352K, 0% used [0x00000006c8220000, 0x00000006c8220000, 0x00000006c8660000)
concurrent mark-sweep generation total 111292K, used 87895K [0x00000006e5330000, 0x00000006ebfdf000, 0x00000007c0000000)
Metaspace used 69372K, capacity 72164K, committed 72448K, reserved 1112064K
class space used 9419K, capacity 10134K, committed 10240K, reserved 1048576K
}
Event: 18.158 GC heap before
{Heap before GC invocations=35 (full 8):
par new generation total 39296K, used 39296K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 100% used [0x00000006c6000000, 0x00000006c8220000, 0x00000006c8220000)
from space 4352K, 100% used [0x00000006c8660000, 0x00000006c8aa0000, 0x00000006c8aa0000)
to space 4352K, 0% used [0x00000006c8220000, 0x00000006c8220000, 0x00000006c8660000)
concurrent mark-sweep generation total 111292K, used 87895K [0x00000006e5330000, 0x00000006ebfdf000, 0x00000007c0000000)
Metaspace used 69869K, capacity 72976K, committed 73216K, reserved 1112064K
class space used 9476K, capacity 10223K, committed 10240K, reserved 1048576K
Event: 18.191 GC heap after
Heap after GC invocations=36 (full 8):
par new generation total 39296K, used 4351K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 0% used [0x00000006c6000000, 0x00000006c6000000, 0x00000006c8220000)
from space 4352K, 99% used [0x00000006c8220000, 0x00000006c865fff8, 0x00000006c8660000)
to space 4352K, 0% used [0x00000006c8660000, 0x00000006c8660000, 0x00000006c8aa0000)
concurrent mark-sweep generation total 111292K, used 92394K [0x00000006e5330000, 0x00000006ebfdf000, 0x00000007c0000000)
Metaspace used 69869K, capacity 72976K, committed 73216K, reserved 1112064K
class space used 9476K, capacity 10223K, committed 10240K, reserved 1048576K
}
Event: 18.651 GC heap before
{Heap before GC invocations=36 (full 8):
par new generation total 39296K, used 39295K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 100% used [0x00000006c6000000, 0x00000006c8220000, 0x00000006c8220000)
from space 4352K, 99% used [0x00000006c8220000, 0x00000006c865fff8, 0x00000006c8660000)
to space 4352K, 0% used [0x00000006c8660000, 0x00000006c8660000, 0x00000006c8aa0000)
concurrent mark-sweep generation total 151208K, used 90723K [0x00000006e5330000, 0x00000006ee6da000, 0x00000007c0000000)
Metaspace used 71497K, capacity 74716K, committed 75008K, reserved 1114112K
class space used 9642K, capacity 10395K, committed 10496K, reserved 1048576K
Event: 18.656 GC heap after
Heap after GC invocations=37 (full 8):
par new generation total 39296K, used 3283K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 0% used [0x00000006c6000000, 0x00000006c6000000, 0x00000006c8220000)
from space 4352K, 75% used [0x00000006c8660000, 0x00000006c8994c48, 0x00000006c8aa0000)
to space 4352K, 0% used [0x00000006c8220000, 0x00000006c8220000, 0x00000006c8660000)
concurrent mark-sweep generation total 151208K, used 90723K [0x00000006e5330000, 0x00000006ee6da000, 0x00000007c0000000)
Metaspace used 71497K, capacity 74716K, committed 75008K, reserved 1114112K
class space used 9642K, capacity 10395K, committed 10496K, reserved 1048576K
}
Event: 19.136 GC heap before
{Heap before GC invocations=37 (full 8):
par new generation total 39296K, used 38227K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 100% used [0x00000006c6000000, 0x00000006c8220000, 0x00000006c8220000)
from space 4352K, 75% used [0x00000006c8660000, 0x00000006c8994c48, 0x00000006c8aa0000)
to space 4352K, 0% used [0x00000006c8220000, 0x00000006c8220000, 0x00000006c8660000)
concurrent mark-sweep generation total 151208K, used 90723K [0x00000006e5330000, 0x00000006ee6da000, 0x00000007c0000000)
Metaspace used 72656K, capacity 75786K, committed 76032K, reserved 1114112K
class space used 9731K, capacity 10475K, committed 10496K, reserved 1048576K
Event: 19.143 GC heap after
Heap after GC invocations=38 (full 8):
par new generation total 39296K, used 4352K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 0% used [0x00000006c6000000, 0x00000006c6000000, 0x00000006c8220000)
from space 4352K, 100% used [0x00000006c8220000, 0x00000006c8660000, 0x00000006c8660000)
to space 4352K, 0% used [0x00000006c8660000, 0x00000006c8660000, 0x00000006c8aa0000)
concurrent mark-sweep generation total 151208K, used 91620K [0x00000006e5330000, 0x00000006ee6da000, 0x00000007c0000000)
Metaspace used 72656K, capacity 75786K, committed 76032K, reserved 1114112K
class space used 9731K, capacity 10475K, committed 10496K, reserved 1048576K
}
Event: 19.607 GC heap before
{Heap before GC invocations=38 (full 9):
par new generation total 39296K, used 39296K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 100% used [0x00000006c6000000, 0x00000006c8220000, 0x00000006c8220000)
from space 4352K, 100% used [0x00000006c8220000, 0x00000006c8660000, 0x00000006c8660000)
to space 4352K, 0% used [0x00000006c8660000, 0x00000006c8660000, 0x00000006c8aa0000)
concurrent mark-sweep generation total 151208K, used 91620K [0x00000006e5330000, 0x00000006ee6da000, 0x00000007c0000000)
Metaspace used 73481K, capacity 76678K, committed 76928K, reserved 1116160K
class space used 9798K, capacity 10581K, committed 10624K, reserved 1048576K
Event: 19.624 GC heap after
Heap after GC invocations=39 (full 9):
par new generation total 39296K, used 4352K [0x00000006c6000000, 0x00000006c8aa0000, 0x00000006e5330000)
eden space 34944K, 0% used [0x00000006c6000000, 0x00000006c6000000, 0x00000006c8220000)
from space 4352K, 100% used [0x00000006c8660000, 0x00000006c8aa0000, 0x00000006c8aa0000)
to space 4352K, 0% used [0x00000006c8220000, 0x00000006c8220000, 0x00000006c8660000)
concurrent mark-sweep generation total 151208K, used 94286K [0x00000006e5330000, 0x00000006ee6da000, 0x00000007c0000000)
Metaspace used 73481K, capacity 76678K, committed 76928K, reserved 1116160K
class space used 9798K, capacity 10581K, committed 10624K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 19.378 Thread 0x000000001e863000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003957ba4 method=java.util.regex.Pattern$Dollar.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 205
Event: 19.379 Thread 0x000000001e863000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x0000000003957ba4 method=java.util.regex.Pattern$Dollar.match(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z @ 205
Event: 19.475 Thread 0x000000001e863000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x000000000385eea4 method=java.lang.Throwable.(Ljava/lang/String;Ljava/lang/Throwable;)V @ 24
Event: 19.707 Thread 0x000000001e863000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00000000047f9994 method=java.util.ArrayList.(Ljava/util/Collection;)V @ 36
Event: 19.707 Thread 0x000000001e863000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00000000047f9994 method=java.util.ArrayList.(Ljava/util/Collection;)V @ 36
Event: 19.707 Thread 0x000000001e863000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00000000047f9994 method=java.util.ArrayList.(Ljava/util/Collection;)V @ 36
Event: 19.707 Thread 0x000000001e863000 Uncommon trap: reason=speculate_class_check action=maybe_recompile pc=0x00000000047f9994 method=java.util.ArrayList.(Ljava/util/Collection;)V @ 36
Event: 19.828 Thread 0x000000001e863000 Uncommon trap: reason=predicate action=maybe_recompile pc=0x0000000003ffe6dc method=java.util.concurrent.CopyOnWriteArrayList.forEach(Ljava/util/function/Consumer;)V @ 29
Event: 19.876 Thread 0x000000001e863000 Uncommon trap: reason=null_check action=make_not_entrant pc=0x0000000003c482bc method=java.lang.reflect.Array.newInstance(Ljava/lang/Class;I)Ljava/lang/Object; @ 2
Event: 19.879 Thread 0x000000001e863000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x0000000003851934 method=java.util.concurrent.locks.AbstractQueuedSynchronizer.release(I)Z @ 21

Classes redefined (0 events):
No events

Internal exceptions (10 events):
Event: 19.446 Thread 0x000000001e863000 Exception <a 'java/lang/IncompatibleClassChangeError': Found class java.lang.Object, but interface was expected> (0x00000006c753f0f0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cp
Event: 19.457 Thread 0x000000001e863000 Exception <a 'java/lang/NoSuchMethodError': org.bukkit.UnsafeValues.fromLegacy(Lorg/bukkit/material/MaterialData;)Lorg/bukkit/Material;> (0x00000006c7581cf8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\int
Event: 19.778 Thread 0x000000001e863000 Exception <a 'java/lang/NullPointerException'> (0x00000006c6e18bb8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 19.779 Thread 0x000000001e863000 Exception <a 'java/lang/NullPointerException'> (0x00000006c6e1a068) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 19.832 Thread 0x000000001e863000 Exception <a 'java/lang/NoSuchMethodError': java.lang.Object.lambda$comparingDouble$8dcf42ea$1(Ljava/util/function/ToDoubleFunction;Ljava/lang/Object;Ljava/lang/Object;)I> (0x00000006c74846a8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8
Event: 19.847 Thread 0x000000001e863000 Exception <a 'java/lang/NoClassDefFoundError': org/slf4j/impl/StaticLoggerBinder> (0x00000006c758ba38) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\classfile\systemDictionary.cpp, line 199]
Event: 19.880 Thread 0x000000001e863000 Exception <a 'java/lang/NullPointerException'> (0x00000006c77aac28) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 19.880 Thread 0x000000001e863000 Exception <a 'java/lang/NullPointerException'> (0x00000006c77abdf0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 19.880 Thread 0x000000001e863000 Exception <a 'java/lang/NullPointerException'> (0x00000006c77acd60) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]
Event: 19.881 Thread 0x000000001e863000 Exception <a 'java/lang/NullPointerException'> (0x00000006c77ae230) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u221\13320\hotspot\src\share\vm\interpreter\linkResolver.cpp, line 1185]

Events (10 events):
Event: 19.884 loading class com/zaxxer/hikari/pool/ProxyLeakTask$1 done
Event: 19.885 loading class com/zaxxer/hikari/pool/ProxyFactory
Event: 19.885 loading class com/zaxxer/hikari/pool/ProxyFactory done
Event: 19.885 loading class com/zaxxer/hikari/pool/ProxyConnection
Event: 19.885 loading class com/zaxxer/hikari/pool/ProxyConnection done
Event: 19.886 loading class com/zaxxer/hikari/pool/HikariProxyConnection
Event: 19.886 loading class com/zaxxer/hikari/pool/HikariProxyConnection done
Event: 19.889 loading class com/zaxxer/hikari/pool/HikariProxyPreparedStatement
Event: 19.889 loading class com/zaxxer/hikari/pool/HikariProxyPreparedStatement done
Event: 19.890 Executing VM operation: CMS_Final_Remark

Dynamic libraries:
0x00007ff6f9340000 - 0x00007ff6f9377000 C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe
0x00007ffc48ab0000 - 0x00007ffc48c82000 C:\Windows\SYSTEM32\ntdll.dll
0x00007ffc48860000 - 0x00007ffc4890c000 C:\Windows\System32\KERNEL32.DLL
0x00007ffc45170000 - 0x00007ffc4538d000 C:\Windows\System32\KERNELBASE.dll
0x00007ffc475e0000 - 0x00007ffc47682000 C:\Windows\System32\ADVAPI32.dll
0x00007ffc48070000 - 0x00007ffc4810e000 C:\Windows\System32\msvcrt.dll
0x00007ffc477d0000 - 0x00007ffc47829000 C:\Windows\System32\sechost.dll
0x00007ffc47870000 - 0x00007ffc47991000 C:\Windows\System32\RPCRT4.dll
0x00007ffc481a0000 - 0x00007ffc48305000 C:\Windows\System32\USER32.dll
0x00007ffc456b0000 - 0x00007ffc456ce000 C:\Windows\System32\win32u.dll
0x00007ffc47830000 - 0x00007ffc47864000 C:\Windows\System32\GDI32.dll
0x00007ffc45ec0000 - 0x00007ffc46040000 C:\Windows\System32\gdi32full.dll
0x00007ffc39fd0000 - 0x00007ffc3a24a000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.14393.953_none_42151e83c686086b\COMCTL32.dll
0x00007ffc48490000 - 0x00007ffc48758000 C:\Windows\System32\combase.dll
0x00007ffc44fb0000 - 0x00007ffc450a5000 C:\Windows\System32\ucrtbase.dll
0x00007ffc450b0000 - 0x00007ffc4511a000 C:\Windows\System32\bcryptPrimitives.dll
0x00007ffc475b0000 - 0x00007ffc475de000 C:\Windows\System32\IMM32.DLL
0x0000000063bc0000 - 0x0000000063c92000 C:\Program Files\Java\jre1.8.0_221\bin\msvcr100.dll
0x0000000063310000 - 0x0000000063bb5000 C:\Program Files\Java\jre1.8.0_221\bin\server\jvm.dll
0x00007ffc47e40000 - 0x00007ffc47e48000 C:\Windows\System32\PSAPI.DLL
0x00007ffc3dbb0000 - 0x00007ffc3dbb9000 C:\Windows\SYSTEM32\WSOCK32.dll
0x00007ffc37dd0000 - 0x00007ffc37dda000 C:\Windows\SYSTEM32\VERSION.dll
0x00007ffc43250000 - 0x00007ffc43273000 C:\Windows\SYSTEM32\WINMM.dll
0x00007ffc48310000 - 0x00007ffc4837a000 C:\Windows\System32\WS2_32.dll
0x00007ffc43220000 - 0x00007ffc4324b000 C:\Windows\SYSTEM32\winmmbase.dll
0x00007ffc45120000 - 0x00007ffc45162000 C:\Windows\System32\cfgmgr32.dll
0x00007ffc3d990000 - 0x00007ffc3d99f000 C:\Program Files\Java\jre1.8.0_221\bin\verify.dll
0x00007ffc3ca50000 - 0x00007ffc3ca79000 C:\Program Files\Java\jre1.8.0_221\bin\java.dll
0x00007ffc39e50000 - 0x00007ffc39e73000 C:\Program Files\Java\jre1.8.0_221\bin\instrument.dll
0x00007ffc3d610000 - 0x00007ffc3d626000 C:\Program Files\Java\jre1.8.0_221\bin\zip.dll
0x00007ffc460a0000 - 0x00007ffc475a8000 C:\Windows\System32\SHELL32.dll
0x00007ffc456d0000 - 0x00007ffc45da8000 C:\Windows\System32\windows.storage.dll
0x00007ffc44f60000 - 0x00007ffc44fac000 C:\Windows\System32\powrprof.dll
0x00007ffc48110000 - 0x00007ffc48162000 C:\Windows\System32\shlwapi.dll
0x00007ffc44f40000 - 0x00007ffc44f4f000 C:\Windows\System32\kernel.appcore.dll
0x00007ffc45e10000 - 0x00007ffc45eb9000 C:\Windows\System32\shcore.dll
0x00007ffc44f20000 - 0x00007ffc44f34000 C:\Windows\System32\profapi.dll
0x00007ffc39e30000 - 0x00007ffc39e4a000 C:\Program Files\Java\jre1.8.0_221\bin\net.dll
0x00007ffc3ae60000 - 0x00007ffc3b023000 C:\Windows\SYSTEM32\urlmon.dll
0x00007ffc3fd70000 - 0x00007ffc40015000 C:\Windows\SYSTEM32\iertutil.dll
0x00007ffc447f0000 - 0x00007ffc4484c000 C:\Windows\system32\mswsock.dll
0x00007ffc44990000 - 0x00007ffc449a7000 C:\Windows\SYSTEM32\CRYPTSP.dll
0x00007ffc443f0000 - 0x00007ffc44423000 C:\Windows\system32\rsaenh.dll
0x00007ffc44e60000 - 0x00007ffc44e8b000 C:\Windows\SYSTEM32\bcrypt.dll
0x00007ffc44670000 - 0x00007ffc4468f000 C:\Windows\SYSTEM32\USERENV.dll
0x00007ffc449b0000 - 0x00007ffc449bb000 C:\Windows\SYSTEM32\CRYPTBASE.dll
0x00007ffc44570000 - 0x00007ffc445a8000 C:\Windows\SYSTEM32\IPHLPAPI.DLL
0x00007ffc48380000 - 0x00007ffc48388000 C:\Windows\System32\NSI.dll
0x00007ffc3f980000 - 0x00007ffc3f996000 C:\Windows\SYSTEM32\dhcpcsvc6.DLL
0x00007ffc3f910000 - 0x00007ffc3f92a000 C:\Windows\SYSTEM32\dhcpcsvc.DLL
0x00007ffc39df0000 - 0x00007ffc39e02000 C:\Program Files\Java\jre1.8.0_221\bin\nio.dll
0x00007ffc39380000 - 0x00007ffc3938a000 C:\Users\Administrator\AppData\Local\Temp\2\jansi-64-git-Spigot-79a30d7-acbc348-650329664937495405.dll
0x00007ffc3b730000 - 0x00007ffc3b73d000 C:\Program Files\Java\jre1.8.0_221\bin\management.dll
0x00007ffc3b810000 - 0x00007ffc3b826000 C:\Windows\system32\napinsp.dll
0x00007ffc445b0000 - 0x00007ffc44651000 C:\Windows\SYSTEM32\DNSAPI.dll
0x00007ffc3d5f0000 - 0x00007ffc3d5fe000 C:\Windows\System32\winrnr.dll
0x00007ffc40790000 - 0x00007ffc407a8000 C:\Windows\system32\NLAapi.dll
0x00007ffc3de00000 - 0x00007ffc3de0a000 C:\Windows\System32\rasadhlp.dll
0x00007ffc3f0f0000 - 0x00007ffc3f15a000 C:\Windows\System32\fwpuclnt.dll
0x00007ffc3f9a0000 - 0x00007ffc3f9ab000 C:\Windows\SYSTEM32\WINNSI.DLL
0x00007ffc387d0000 - 0x00007ffc387f4000 C:\Program Files\Java\jre1.8.0_221\bin\sunec.dll
0x00007ffc3b620000 - 0x00007ffc3b62b000 C:\Program Files\Java\jre1.8.0_221\bin\sunmscapi.dll
0x00007ffc45440000 - 0x00007ffc45609000 C:\Windows\System32\CRYPT32.dll
0x00007ffc44f50000 - 0x00007ffc44f60000 C:\Windows\System32\MSASN1.dll
0x000000006d080000 - 0x000000006d175000 C:\Users\Administrator\AppData\Local\Temp\2\sqlite-3.21.0.1-4e271195-0f08-4939-90ac-302d2c752dca-sqlitejdbc.dll
0x00007ffc3aac0000 - 0x00007ffc3ac52000 C:\Windows\system32\DBGHELP.DLL
0x00007ffc3aa30000 - 0x00007ffc3aa59000 C:\Windows\SYSTEM32\dbgcore.DLL

VM Arguments:
jvm_args: -Xms128M -Xmx4000M -Xincgc -javaagent:authlib-injector.jar=http://192.168.0.32:11322/api/yggdrasil -XX:+UseCompressedOops -XX:+AggressiveOpts
java_command: spigot-1.12.2.jar
java_class_path (initial): spigot-1.12.2.jar;authlib-injector.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;C:\Program Files\Bandizip
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 62 Stepping 4, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows 10.0 , 64 bit Build 14393 (10.0.14393.1198)

CPU:total 6 (initial active 6) (6 cores per cpu, 1 threads per core) family 6 model 62 stepping 4, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, aes, clmul, erms, tsc

Memory: 4k page, physical 12582380k(4965732k free), swap 14482924k(5612972k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.221-b11) for windows-amd64 JRE (1.8.0_221-b11), built on Jul 4 2019 04:39:29 by "java_re" with MS VC++ 10.0 (VS2010)

time: Sat May 30 23:11:11 2020
timezone: **标准时间
elapsed time: 20 seconds (0d 0h 0m 20s)

TrHologram 1.16.1 出问题

[21:40:23 WARN]: [TrHologram] Plugin TrHologram v1.11 generated an exception while executing task 2143
java.lang.IndexOutOfBoundsException: Index: 94, Size: 14
at java.util.ArrayList.rangeCheck(Unknown Source) ~[?:1.8.0_261]
at java.util.ArrayList.get(Unknown Source) ~[?:1.8.0_261]
at net.kitesoftware.animations.expansion.AnimationPlaceholder.getNextFrame(AnimationPlaceholder.java:62) ~[?:?]
at net.kitesoftware.animations.expansion.AnimationExpansion.onPlaceholderRequest(AnimationExpansion.java:76) ~[?:?]
at me.clip.placeholderapi.PlaceholderHook.onRequest(PlaceholderHook.java:31) ~[?:?]
at me.clip.placeholderapi.replacer.CharsReplacer.apply(CharsReplacer.java:156) ~[?:?]
at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:69) ~[?:?]
at me.clip.placeholderapi.PlaceholderAPI.setPlaceholders(PlaceholderAPI.java:97) ~[?:?]
at io.izzel.taboolib.common.plugin.bridge.BridgeImpl.setPlaceholders(BridgeImpl.java:71) ~[TabooLib.jar:?]
at io.izzel.taboolib.module.compat.PlaceholderHook.replace(PlaceholderHook.java:12) ~[TabooLib.jar:?]
at io.izzel.taboolib.module.locale.TLocale$Translate.setPlaceholders(TLocale.java:177) ~[TabooLib.jar:?]
at me.arasple.mc.trhologram.utils.Vars.setPlaceholders(Vars.java:32) ~[?:?]
at me.arasple.mc.trhologram.utils.Vars.replace(Vars.java:22) ~[?:?]
at me.arasple.mc.trhologram.hologram.HologramLine.update(HologramLine.kt:96) ~[?:?]
at me.arasple.mc.trhologram.hologram.HologramLine$runTask$1.run(HologramLine.kt:152) ~[?:?]
at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.1.jar:git-Paper-138]
at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.16.1.jar:git-Paper-138]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.1.jar:git-Paper-138]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_261]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_261]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_261]

warn on TrHologram

[17:10:54] [Craft Scheduler Thread - 5/WARN]: java.lang.ClassCastException: Cannot cast java.lang.Integer to java.lang.Byte
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at java.lang.Class.cast(Class.java:3369)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at sun.invoke.util.ValueConversions.primitiveConversion(ValueConversions.java:247)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at sun.invoke.util.ValueConversions.unboxByte(ValueConversions.java:85)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:627)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at io.izzel.taboolib.util.Ref.putField(Ref.java:76)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at io.izzel.taboolib.module.lite.SimpleReflection.setFieldValue(SimpleReflection.java:127)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at io.izzel.taboolib.module.lite.SimpleReflection.setFieldValue(SimpleReflection.java:111)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at me.arasple.mc.trhologram.nms.HoloPackets.setPacket(HoloPackets.kt:42)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_15.updateArmorStandLocation(HoloPacketsImp_v1_15.kt:92)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at me.arasple.mc.trhologram.hologram.HologramLine.updateLocation(HologramLine.kt:166)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at me.arasple.mc.trhologram.hologram.Hologram.refreshLocations(Hologram.kt:143)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at me.arasple.mc.trhologram.hologram.Hologram.updateLocation(Hologram.kt:201)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at kim.minecraft.citycore.utils.HologramTags$createRefresher$1.run(HologramTags.kt:71)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftTask.run(CraftTask.java:99)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at org.bukkit.craftbukkit.v1_16_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[17:10:54] [Craft Scheduler Thread - 5/WARN]: 	at java.lang.Thread.run(Thread.java:748)

1.14.4 Book editor doesnt work

So when i type:

  • /trhologram edit questHologramCircus
    It gives me the book with title and text in it.. But when i edit the text and click done nothing changes..
    There are no errors

除默认世界外的其它世界加载全息信息都会报错,并阻止启动时自动加载全息信息

服务器版本为1.16.5 paper #177
TabooLib 为自动下载的最新版本(测试时手动删除后自动下载的版本)
TrHologram版本从2.2到2.3都有该问题.
如果在非默认的世界名称世界里含有全息信息,会直接报错并阻止服务器启动时自动加载全息信息,但仍然可以在服务器启动成功后使用/hd reload 命令进行正常加载.这个问题说大不大说小也不小,每次启动服务器都需要手动执行一次重载命令.

例如我在某个全息位于地皮世界 plotworld,在配置位置内使用plotworld这个名称就会导致上面说的问题,但是我把这个plotworld改成world就会正常加载并且没有任何报错.
经过测试使用world、world_nether和world_the_end这三个世界名无报错,其它的世界名称都会引起报错,并阻止自动加载全息信息.

Location: plotworld~397.53,67.0,-1542.47
改成
Location: world~397.53,67.0,-1542.47
就不会有任何报错,并成功加载所有全息文件.

报错信息:
[04:34:53 INFO]: [TrHologram][INFO] 插件 TabooLib 注册新的连接池: jdbc:sqlite:plugins\TabooLib\playerdata\v2\data.db [04:34:53 WARN]: java.lang.NullPointerException [04:34:53 WARN]: at me.arasple.mc.trhologram.api.Position$Companion.fromLocation(Position.kt:46) [04:34:53 WARN]: at me.arasple.mc.trhologram.module.conf.HologramLoader.load(HologramLoader.kt:102) [04:34:53 WARN]: at me.arasple.mc.trhologram.module.conf.HologramLoader.load(HologramLoader.kt:68) [04:34:53 WARN]: at me.arasple.mc.trhologram.module.conf.HologramLoader.load(HologramLoader.kt:59) [04:34:53 WARN]: at me.arasple.mc.trhologram.TrHologram.onEnable(TrHologram.kt:31) [04:34:53 WARN]: at me.arasple.mc.trhologram.module.internal.boot.PluginBoot.onEnable(PluginBoot.java:123) [04:34:53 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) [04:34:53 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) [04:34:53 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) [04:34:53 WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) [04:34:53 WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) [04:34:53 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) [04:34:53 WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) [04:34:53 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) [04:34:53 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) [04:34:53 WARN]: at java.base/java.lang.Thread.run(Unknown Source)

Error loading on Java 16

[14:05:10 WARN]: java.lang.NoSuchFieldException: ucp
[14:05:10 WARN]: at java.base/java.lang.Class.getDeclaredField(Class.java:2549)
[14:05:10 WARN]: at me.arasple.mc.trhologram.module.internal.boot.util.ILoader.addPath(ILoader.java:65)
[14:05:10 WARN]: at me.arasple.mc.trhologram.module.internal.boot.PluginBoot.init(PluginBoot.java:262)
[14:05:10 WARN]: at me.arasple.mc.trhologram.module.internal.boot.PluginBoot.(PluginBoot.java:287)
[14:05:10 WARN]: at java.base/java.lang.Class.forName0(Native Method)
[14:05:10 WARN]: at java.base/java.lang.Class.forName(Class.java:466)
[14:05:10 WARN]: at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:82)
[14:05:10 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:147)
[14:05:10 WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:409)
[14:05:10 WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:317)
[14:05:10 WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393)
[14:05:10 WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:252)
[14:05:10 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1066)
[14:05:10 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:290)
[14:05:10 WARN]: at java.base/java.lang.Thread.run(Thread.java:831)
[14:05:10 WARN]: **** THE TABOOLIB COULD NOT BE LOADED ****
[14:05:10 WARN]: The TrHologram will be skipped loading, your environment is not supported.
[14:05:10 WARN]: If this warning should not appear here, please see http://github.com/TabooLib/TabooLib/issues for feedback.
[14:05:10 WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[14:05:12 WARN]: Legacy plugin PlayerPoints v2.1.5-SNAPSHOT does not specify an api-version.
[14:05:12 WARN]: java.lang.NoSuchFieldException: ucp
[14:05:12 WARN]: at java.base/java.lang.Class.getDeclaredField(Class.java:2549)
[14:05:12 WARN]: at me.arasple.mc.trmenu.module.internal.boot.util.ILoader.addPath(ILoader.java:65)
[14:05:12 WARN]: at me.arasple.mc.trmenu.module.internal.boot.PluginBoot.init(PluginBoot.java:268)
[14:05:12 WARN]: at me.arasple.mc.trmenu.module.internal.boot.PluginBoot.(PluginBoot.java:293)
[14:05:12 WARN]: at java.base/java.lang.Class.forName0(Native Method)
[14:05:12 WARN]: at java.base/java.lang.Class.forName(Class.java:466)
[14:05:12 WARN]: at org.bukkit.plugin.java.PluginClassLoader.(PluginClassLoader.java:82)
[14:05:12 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:147)
[14:05:12 WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:409)
[14:05:12 WARN]: at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:317)
[14:05:12 WARN]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393)
[14:05:12 WARN]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:252)
[14:05:12 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1066)
[14:05:12 WARN]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:290)
[14:05:12 WARN]: at java.base/java.lang.Thread.run(Thread.java:831)
[14:05:12 WARN]: **** THE TABOOLIB COULD NOT BE LOADED ****
[14:05:12 WARN]: The TrMenu will be skipped loading, your environment is not supported.
[14:05:12 WARN]: If this warning should not appear here, please see http://github.com/TabooLib/TabooLib/issues for feedback.

My TRHolograms is not working

I was in a normal day and i want a change of world in my server i have 4 holograms well all its ok but when i changed the world the plugin stop workin when i put PL in my console show me the plugin is in green ok i think is working i joined the server and the comand doesnt shows please help
-sorry about my english

2.2版本的Actions 无法执行命令

是插件不支持其他插件命令还是BUG,执行指令提示
unexpected exception while parsing kether shell:
Line 1 of block "main": def main = { plot
Unknown acton plot

建议使用大盔甲架...

建议使用大盔甲架。在使用ViaVersion时,有些客户端版本中,原本的小型盔甲架会被强制转换为大盔甲架,从而全息字会被抬高一点,影响体验。

没有动态效果

如题,在积分板插件中输入相同的papi变量可以达到动态效果,但在这个插件中输入相同的代码只有文字没有动态效果 @Arasple

建议对于未加载的世界的全息图配置文件跳过加载

建议对于未加载的世界的全息图配置文件跳过加载
不然后台一堆报错,有时候自动重载失效。

[11:14:09 INFO]: [io.izzel.taboolib.util.lite.Sounds.playSound(Sounds.java:1298), me.arasple.mc.trhologram.hologram.Hologram.initFromSection(Hologram.kt:207), me.arasple.mc.trhologram.hologram.Hologram.initFromSection(Hologram.kt:213), me.arasple.mc.trhologram.hologram.HologramManager$loadHolograms$2$1.run(HologramManager.kt:68), io.izzel.taboolib.module.config.TConfigWatcher.lambda$addSimpleListener$2(TConfigWatcher.java:49), io.izzel.taboolib.module.config.TConfigWatcher.lambda$null$0(TConfigWatcher.java:34), java.util.HashMap.forEach(HashMap.java:1289), io.izzel.taboolib.module.config.TConfigWatcher.lambda$new$1(TConfigWatcher.java:29), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]
[11:14:09 INFO]: [io.izzel.taboolib.util.lite.Sounds.playSound(Sounds.java:1298), me.arasple.mc.trhologram.hologram.Hologram.initFromSection(Hologram.kt:207), me.arasple.mc.trhologram.hologram.Hologram.initFromSection(Hologram.kt:213), me.arasple.mc.trhologram.hologram.HologramManager$loadHolograms$2$1.run(HologramManager.kt:68), io.izzel.taboolib.module.config.TConfigWatcher.lambda$addSimpleListener$2(TConfigWatcher.java:49), io.izzel.taboolib.module.config.TConfigWatcher.lambda$null$0(TConfigWatcher.java:34), java.util.HashMap.forEach(HashMap.java:1289), io.izzel.taboolib.module.config.TConfigWatcher.lambda$new$1(TConfigWatcher.java:29), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)]

另外,你可能会问,为什么会写不存在的世界的配置文件?因为我采用配置文件同步的形式,来方便各大厅之间的复制

Warning on start and error on /trhd create xxxxx

There is a java warning when I start the server, and when I try to use the plugin, it doesn't work.

Warning on server start:
https://paste.gg/p/anonymous/3f44364743a74b9c9ec270a0406b9851

Error when I try to use the plugin:
https://paste.gg/p/anonymous/7109d4b83aa34c8d93f855d3774c49c2

This server is running Paper version git-Paper-543 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)

System Info: Java 15 (OpenJDK 64-Bit Server VM 15.0.2+7) Host: Linux 5.10.13-2-MANJARO (amd64)

在Paper-1.16.3与JDK14下产生的报错

环境:OpenJDK+Jre14
服务端核心:Paper-1.16.3,构建#246
TabooLib报错:

[23:24:26 INFO]: [TabooLib][ERROR] LOADER instantiation failed: static final field has no write access: me.arasple.mc.trhologram.TrHologram.LOADER/me.arasple.mc.trhologram.TrHologramLoader/putStatic, from class java.lang.Object (module java.base)

TrHologram报错内容:

[23:24:32 INFO]: [TrHologram] Enabling TrHologram v1.11
[23:24:32 WARN]: java.lang.IllegalAccessException: static final field has no write access: me.arasple.mc.trhologram.TrHologram.SETTINGS/io.izzel.taboolib.module.config.TConfig/putStatic, from class java.lang.Object (module java.base)
[23:24:32 WARN]:        at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:954)
[23:24:32 WARN]:        at java.base/java.lang.invoke.MethodHandles$Lookup.unreflectField(MethodHandles.java:2632)
[23:24:32 WARN]:        at java.base/java.lang.invoke.MethodHandles$Lookup.unreflectSetter(MethodHandles.java:2626)
[23:24:32 WARN]:        at io.izzel.taboolib.util.Ref.putField(Ref.java:72)
[23:24:32 WARN]:        at io.izzel.taboolib.module.inject.TInjectLoader.lambda$static$6(TInjectLoader.java:62)
[23:24:32 WARN]:        at io.izzel.taboolib.module.inject.TInjectLoader.inject(TInjectLoader.java:183)
[23:24:32 WARN]:        at io.izzel.taboolib.module.inject.TInjectLoader.lambda$postLoad$12(TInjectLoader.java:176)
[23:24:32 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:24:32 WARN]:        at io.izzel.taboolib.module.inject.TInjectLoader.postLoad(TInjectLoader.java:176)
[23:24:32 WARN]:        at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:201)
[23:24:32 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:24:32 WARN]:        at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:198)
[23:24:32 WARN]:        at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:66)
[23:24:32 WARN]:        at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:200)
[23:24:32 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:24:32 WARN]:        at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:200)
[23:24:32 WARN]:        at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[23:24:32 WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[23:24:32 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
[23:24:32 WARN]:        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
[23:24:32 WARN]:        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:501)
[23:24:32 WARN]:        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:415)
[23:24:32 WARN]:        at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468)
[23:24:32 WARN]:        at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:237)
[23:24:32 WARN]:        at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939)
[23:24:32 WARN]:        at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
[23:24:32 WARN]:        at java.base/java.lang.Thread.run(Thread.java:832)
[23:24:32 WARN]: java.lang.IllegalAccessException: static final field has no write access: me.arasple.mc.trhologram.TrHologram.LOGGER/io.izzel.taboolib.module.locale.logger.TLogger/putStatic, from class java.lang.Object (module java.base)
[23:24:32 WARN]:        at java.base/java.lang.invoke.MemberName.makeAccessException(MemberName.java:954)
[23:24:32 WARN]:        at java.base/java.lang.invoke.MethodHandles$Lookup.unreflectField(MethodHandles.java:2632)
[23:24:32 WARN]:        at java.base/java.lang.invoke.MethodHandles$Lookup.unreflectSetter(MethodHandles.java:2626)
[23:24:32 WARN]:        at io.izzel.taboolib.util.Ref.putField(Ref.java:72)
[23:24:32 WARN]:        at io.izzel.taboolib.module.inject.TInjectLoader.lambda$static$1(TInjectLoader.java:45)
[23:24:32 WARN]:        at io.izzel.taboolib.module.inject.TInjectLoader.inject(TInjectLoader.java:183)
[23:24:32 WARN]:        at io.izzel.taboolib.module.inject.TInjectLoader.lambda$postLoad$12(TInjectLoader.java:176)
[23:24:32 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:24:32 WARN]:        at io.izzel.taboolib.module.inject.TInjectLoader.postLoad(TInjectLoader.java:176)
[23:24:32 WARN]:        at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:201)
[23:24:32 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:24:32 WARN]:        at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:198)
[23:24:32 WARN]:        at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:66)
[23:24:32 WARN]:        at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:200)
[23:24:32 WARN]:        at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[23:24:32 WARN]:        at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:200)
[23:24:32 WARN]:        at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[23:24:32 WARN]:        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[23:24:32 WARN]:        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
[23:24:32 WARN]:        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
[23:24:32 WARN]:        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugin(CraftServer.java:501)
[23:24:32 WARN]:        at org.bukkit.craftbukkit.v1_16_R2.CraftServer.enablePlugins(CraftServer.java:415)
[23:24:32 WARN]:        at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:468)
[23:24:32 WARN]:        at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:237)
[23:24:32 WARN]:        at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:939)
[23:24:32 WARN]:        at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177)
[23:24:32 WARN]:        at java.base/java.lang.Thread.run(Thread.java:832)

哎呀!启动时崩溃

图片
未知原因导致了崩溃。
不存在配置文件的问题……至少禁用TrHologram后,服务器能够正常运行,且控制台0报错。
插件列表:
图片

height difference & hologram join update

  1. compared to the previous version, the height (Y) is 1.5 lower, now I have to add +1.5y for all my old holograms

  2. holograms don't appear when leaving and entering the server within the hologram radius(the previous version works well)

Error when onEnable

[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSpawnObject.func_149001_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSpawnObject.func_186879_b()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSpawnObject.func_186880_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSpawnObject.func_149001_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSpawnObject.func_186879_b()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSpawnObject.func_149001_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSpawnObject.func_149001_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketEntityTeleport.func_149451_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketEntityTeleport.func_186982_b()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketEntityTeleport.func_149451_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketEntityTeleport.func_149451_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketEntityMetadata.func_149376_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketEntityMetadata.func_149375_d()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketEntityMetadata.func_149376_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketEntityMetadata.func_149376_c()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSetPassengers.func_186971_a()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSetPassengers.func_186972_b()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSetPassengers.func_186971_a()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)
[20:50:20] [Server thread/WARN] []: java.lang.NoSuchMethodException: net.minecraft.network.play.server.SPacketSetPassengers.func_186971_a()
[20:50:20] [Server thread/WARN] []: at java.lang.Class.getDeclaredMethod(Class.java:2130)
[20:50:20] [Server thread/WARN] []: at catserver.server.remapper.ReflectionMethods.getDeclaredMethod(ReflectionMethods.java:55)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:100)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.lambda$saveMethod$1(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.saveMethod(SimpleReflection.java:83)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:61)
[20:50:20] [Server thread/WARN] []: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[20:50:20] [Server thread/WARN] []: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:647)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.lite.SimpleReflection.checkAndSave(SimpleReflection.java:53)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.impl.HoloPacketsImp_v1_12.(HoloPacketsImp_v1_12.kt:23)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
[20:50:20] [Server thread/WARN] []: at java.lang.Class.newInstance(Class.java:442)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.nms.HoloPackets$Companion.init(HoloPackets.kt:66)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.TrHologramLoader.init(TrHologramLoader.kt:18)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[20:50:20] [Server thread/WARN] []: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[20:50:20] [Server thread/WARN] []: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:50:20] [Server thread/WARN] []: at java.lang.reflect.Method.invoke(Method.java:498)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.util.Reflection.invokeMethod(Reflection.java:160)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.eval(TInjectCreator.java:75)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.module.inject.TInjectCreator.postLoad(TInjectCreator.java:37)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.lambda$postLoadClass$4(TabooLibLoader.java:144)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.TabooLibLoader.postLoadClass(TabooLibLoader.java:141)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader$1.onStarting(PluginLoader.java:61)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.lambda$start$2(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at java.util.ArrayList.forEach(ArrayList.java:1257)
[20:50:20] [Server thread/WARN] []: at io.izzel.taboolib.PluginLoader.start(PluginLoader.java:136)
[20:50:20] [Server thread/WARN] []: at me.arasple.mc.trhologram.Plugin.onEnable(Plugin.java:172)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:328)
[20:50:20] [Server thread/WARN] []: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:436)
[20:50:20] [Server thread/WARN] []: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:384)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:391)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:327)
[20:50:20] [Server thread/WARN] []: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:602)
[20:50:20] [Server thread/WARN] []: at java.lang.Thread.run(Thread.java:748)

TrHolo R2的问题

目前玩家多次进出服务器全息图不显示BUG已被修复,但现在修出了一个问题:

  • 玩家远离全息图直到全息图不显示后,再次回到viewDistance的范围全息图又将不会显示出来

与 TrChat 同时使用会导致书本编辑时无法使用颜色代码&

这个插件和 TrChat 一起使用会导致 你用书本编辑hd的时候无法弄颜色代码
使用书本时输入 "&+<颜色代码>" 时会自动变成 "搂+<颜色代码>"
例如 输入 "&aABC" 会变成 "搂aABC"
2020-07-17_22 52 44
2020-07-17_22 52 41

个人的解决方法:

  1. 删去TrChat (Tr系列的插件这么好用怎么舍得删?)
  2. 直接在相应yml配置里用Alt+168打出§符号来改变颜色(没有书本编辑用的舒服QAQ)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.