SteamWar/BauSystem2.0
Archiviert
12
0

Register Bukkit Task during disable #152

Geschlossen
2023-03-07 16:53:17 +01:00 von YoyoNow geöffnet · 0 Kommentare
Besitzer
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
...
	at bausystem2.0.jar//de.steamwar.bausystem.features.tpslimit.TPSLimitUtils.lambda$static$2(TPSLimitUtils.java:101)
	at bausystem2.0.jar//de.steamwar.bausystem.features.tpslimit.TPSLimitUtils$$Lambda$6939/0x00000000f5536bb8.apply(Unknown Source)
	at spigotcore.jar//com.comphenix.tinyprotocol.TinyProtocol$PacketInterceptor.filterPacket(TinyProtocol.java:192)
	at spigotcore.jar//com.comphenix.tinyprotocol.TinyProtocol$PacketInterceptor.channelRead(TinyProtocol.java:165)
...
Caused by: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
	at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.validate(CraftScheduler.java:453)
	at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:181)
	at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:172)
	at de.steamwar.bausystem.features.script.ScriptEventListener.<init>(ScriptEventListener.java:55)
	at de.steamwar.bausystem.linkage.LinkageUtils.ScriptEventListener(LinkageUtils.java:132)
	at de.steamwar.bausystem.linkage.LinkageUtils.<clinit>(LinkageUtils.java:225)
	... 10 more
Caused by: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
	at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.validate(CraftScheduler.java:453)
	at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:181)
	at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:172)
	at de.steamwar.bausystem.features.tracer.record.Recorder.<init>(Recorder.java:148)
	at de.steamwar.bausystem.linkage.LinkageUtils.<clinit>(LinkageUtils.java:343)
	... 10 more
``` org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled ... at bausystem2.0.jar//de.steamwar.bausystem.features.tpslimit.TPSLimitUtils.lambda$static$2(TPSLimitUtils.java:101) at bausystem2.0.jar//de.steamwar.bausystem.features.tpslimit.TPSLimitUtils$$Lambda$6939/0x00000000f5536bb8.apply(Unknown Source) at spigotcore.jar//com.comphenix.tinyprotocol.TinyProtocol$PacketInterceptor.filterPacket(TinyProtocol.java:192) at spigotcore.jar//com.comphenix.tinyprotocol.TinyProtocol$PacketInterceptor.channelRead(TinyProtocol.java:165) ... ``` ``` Caused by: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.validate(CraftScheduler.java:453) at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:181) at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:172) at de.steamwar.bausystem.features.script.ScriptEventListener.<init>(ScriptEventListener.java:55) at de.steamwar.bausystem.linkage.LinkageUtils.ScriptEventListener(LinkageUtils.java:132) at de.steamwar.bausystem.linkage.LinkageUtils.<clinit>(LinkageUtils.java:225) ... 10 more ``` ``` Caused by: org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.validate(CraftScheduler.java:453) at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:181) at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:172) at de.steamwar.bausystem.features.tracer.record.Recorder.<init>(Recorder.java:148) at de.steamwar.bausystem.linkage.LinkageUtils.<clinit>(LinkageUtils.java:343) ... 10 more ```
YoyoNow hat die Labels
Bug
1.19
1.15
Einsteiger Freundlich
2023-03-07 16:53:17 +01:00 hinzugefügt
YoyoNow hat diesen Issue 2023-07-18 20:40:17 +02:00 geschlossen
Dieses Repo ist archiviert. Du kannst Issues nicht kommentieren.
Kein Meilenstein
Kein Projekt
Niemand zuständig
1 Beteiligte
Fällig am
Das Fälligkeitsdatum ist ungültig oder außerhalb des zulässigen Bereichs. Bitte verwende das Format „jjjj-mm-tt“.

Kein Fälligkeitsdatum gesetzt.

Abhängigkeiten

Keine Abhängigkeiten gesetzt.

Referenz: SteamWar/BauSystem2.0#152
Keine Beschreibung angegeben.