Giter Club home page Giter Club logo

chunkymap's People

Contributors

fedupwith-tech avatar lemaik avatar njdaeger avatar stormboomer avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chunkymap's Issues

Rendering artifacts along world border

I have been having an issue with ChunkyMap artifacting along the world borders of my maps for some reason.

image

Both worlds I tested on are 1.19.4, but one of the worlds I was able to test on 1.16.5 and a similar form of artifacting happened. I also tried different dynmap versions, but that also wasn't working.

When opening the world file in Chunky it has no problem rendering the world border.

One of my worlds prints this error when rendering along the border:
[ChunkyMap] Missing header in region file!

My setup:
Minecraft 1.19.4
Paper #550
Dynmap-3.5
ChunkyMap-2.6.0-pre4

Rendering tile failed, and denoising issue

I had multiple warns stating that rendering a tile has failed, I am running ChunkyMap 2.60-pre4 on Minecraft 1.19.3 on a virtual ubuntu server, here are what they say:
1st:
[16:54:44 WARN]: [ChunkyMap] Rendering tile 4_11 failed java.lang.NullPointerException: Cannot invoke "java.io.File.getAbsolutePath()" because the return value of "se.llbit.chunky.world.World.getWorldDirectory()" is null at se.llbit.chunky.renderer.scene.Scene.loadChunks(Scene.java:888) ~[ChunkyMap-2.6.0-pre4.jar:?] at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$6(ChunkyMapTile.java:142) ~[ChunkyMap-2.6.0-pre4.jar:?] at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.render(ChunkyRenderer.java:109) ~[ChunkyMap-2.6.0-pre4.jar:?] at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:69) ~[ChunkyMap-2.6.0-pre4.jar:?] at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:810) ~[Dynmap-3.5-beta-2-spigot.jar:?] at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:726) ~[Dynmap-3.5-beta-2-spigot.jar:?] at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:234) ~[Dynmap-3.5-beta-2-spigot.jar:?] at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:252) ~[Dynmap-3.5-beta-2-spigot.jar:?] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577) ~[?:?] at java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?] at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?] at java.lang.Thread.run(Thread.java:1589) ~[?:?]

2nd:
[16:56:10 WARN]: [ChunkyMap] Rendering tile 9_8 failed java.lang.NullPointerException: null
This results in more than half of the tiles needing to be rendered to be blank

The denoising issue oversaturated the map, causing most blocks to look very blue on the top of the block, I can render a quick image if requested.

Black Image is being rendered

All of my renders are completely black. Not sure if this is an issue with the file, or I'm just setting it up wrong. I'm using the most recent version of chunkymap with dynmap.

There's no errors in the logs. Just a black Image.

Schedule for update maps

Hello. Could you add a schedule like "every 1 hour update map world:surface" I suppose it would be good to do not update the map every 1 second and CPU usage consume.

Upcoming Dynmap API change for version 3.2

Dynmap changed its MapStorageTile::write definition which now includes a timstamp - see:
webbukkit/dynmap@476aa0c#diff-3630f18b1c9c92d9e49d2c8fb2182a7b8e560f84d590c91de578ef495322a1c2

[19:49:02 WARN]: [ChunkyMap] Rendering tile failed
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: 'boolean org.dynmap.storage.MapStorageTile.write(long, java.awt.image.BufferedImage)'
        at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) ~[?:?]
        at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2069) ~[?:?]
        at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:191) [ChunkyMap-2.5.2-patched.jar:?]
        at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:804) [Dynmap-3.2-beta-3-spigot.jar:?]
        at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:694) [Dynmap-3.2-beta-3-spigot.jar:?]
        at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:229) [Dynmap-3.2-beta-3-spigot.jar:?]
        at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:245) [Dynmap-3.2-beta-3-spigot.jar:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
        at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.lang.NoSuchMethodError: 'boolean org.dynmap.storage.MapStorageTile.write(long, java.awt.image.BufferedImage)'
        at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$5(ChunkyMapTile.java:183) ~[ChunkyMap-2.5.2-patched.jar:?]        at java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:680) ~[?:?]
        at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658) ~[?:?]
        at java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2164) ~[?:?]
        at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:176) ~[ChunkyMap-2.5.2-patched.jar:?]
        ... 10 more

Found in Dynmap version: 3.2-beta-3

1.19 support?

Hi, by any chance will there be 1.19 support for this? I would love to see it on the latest version, and as of now the plugin works on 1.19.2 but it's buggy. (I've manually built this plugin using Maven with the Chunky 2.4 branch)

As of now, I've been getting a lot of errors about tile rendering failure and missing header in region files.
I hope the development continues, this plugin is amazing :)

error loading chunck

[18:47:22 WARN]: [ChunkyMap] Rendering tile 228_-71 failed
java.lang.RuntimeException: java.lang.NullPointerException
        at se.llbit.chunky.renderer.scene.Scene.loadChunks(Scene.java:1004) ~[?:?]
        at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$6(ChunkyMapTile.java:142) ~[?:?]
        at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.render(ChunkyRenderer.java:109) ~[?:?]
        at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:69) ~[?:?]
        at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:810) ~[?:?]
        at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:726) ~[?:?]
        at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:234) ~[?:?]
        at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:252) ~[?:?]
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
        at java.lang.Thread.run(Thread.java:831) ~[?:?]
Caused by: java.lang.NullPointerException

Add new 1.14 blocks?

I don't know if it is on your side or on chunky's side, but shouldn't you add 1.14 blocks? :) they display as a 3d question mark. I am using a 1.14-ready resource pack! By the way awesome plugin. Really smart. Puts together two awesome worlds: dynmap and chunky!

Getting an error when starting server and some newer blocks are rendering as "?"

I get the following message when my server starts and also the newer 1.17 blocks are getting rendered as "?". Not sure if something is off with my settings or if chunkymap does not fully support 1.17.1

java.util.ConcurrentModificationException: null
at java.util.HashMap.computeIfAbsent(HashMap.java:1225) ~[?:?]
at net.minecraft.world.level.storage.Convertable$ConversionSession.getWorldFolder(Convertable.java:349) ~[spigot-1.17.1.jar:3187-Spigot-d03d7f1-b8c522d]
at org.bukkit.craftbukkit.v1_17_R1.CraftWorld.getWorldFolder(CraftWorld.java:1929) ~[spigot-1.17.1.jar:3187-Spigot-d03d7f1-b8c522d]
at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$2(ChunkyMapTile.java:69) ~[ChunkyMap-2.5.2.jar:?]
at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.render(ChunkyRenderer.java:98) ~[ChunkyMap-2.5.2.jar:?]
at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:67) [ChunkyMap-2.5.2.jar:?]
at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:789) [Dynmap-3.2-beta-2-spigot.jar:?]
at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:720) [Dynmap-3.2-beta-2-spigot.jar:?]
at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:229) [Dynmap-3.2-beta-2-spigot.jar:?]
at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:245) [Dynmap-3.2-beta-2-spigot.jar:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) [?:?]
at java.lang.Thread.run(Thread.java:831) [?:?]

Support for radiusrender

Hey I was so hyped to try this for the first time but all the renders are coming out black.

I'm running dynmap radiusrender 100 chunky instead of the recommended fullrender because there's no way I have the hard drive space, CPU or time to render my full creative server world. The renders are starting to appear if I run dynmap fullrender. So is it going to be possible to use ChunkyMap with radiusrender?

ChunkyMap Loading & Rendering Issue [2.5.2 & 2.6.0-pre2]

Updated to ChunkyMap 2.6.0 pre2 from 2.4.2 and on-load I receive this error;

[10:01:37 WARN]: [ChunkyMap] Loaded class org.dynmap.hdmap.HDMap from dynmap v3.1-457 which is not a depend, softdepend or loadbefore of this plugin.
>.... [10:01:37 INFO]: Warning: Could not load settings from /home/container/?/.chunky/chunky.json - defaults will be used
>.... [10:01:37 INFO]: java.io.FileNotFoundException: ?/.chunky/chunky.json (No such file or directory)
>.... [10:01:37 INFO]: at java.io.FileInputStream.open0(Native Method)
>.... [10:01:37 INFO]: at java.io.FileInputStream.open(FileInputStream.java:195)
>.... [10:01:37 INFO]: at java.io.FileInputStream.<init>(FileInputStream.java:138)
>.... [10:01:37 INFO]: at se.llbit.chunky.JsonSettings.load(JsonSettings.java:54)
>.... [10:01:37 INFO]: at se.llbit.chunky.PersistentSettings.changeSettingsDirectory(PersistentSettings.java:414)
>.... [10:01:37 INFO]: at se.llbit.chunky.PersistentSettings.<clinit>(PersistentSettings.java:86)
>.... [10:01:37 INFO]: at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.<init>(ChunkyRenderer.java:60)
>.... [10:01:37 INFO]: at de.lemaik.chunkymap.dynmap.ChunkyMap.<init>(ChunkyMap.java:69)
>.... [10:01:37 INFO]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>.... [10:01:37 INFO]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>.... [10:01:37 INFO]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>.... [10:01:37 INFO]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>.... [10:01:37 INFO]: at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:341)
>.... [10:01:37 INFO]: at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:355)
>.... [10:01:37 INFO]: at org.dynmap.DynmapWorld.loadConfiguration(DynmapWorld.java:345)
>.... [10:01:37 INFO]: at org.dynmap.MapManager.activateWorld(MapManager.java:1352)
>.... [10:01:37 INFO]: at org.dynmap.DynmapCore.processWorldLoad(DynmapCore.java:2124)
>.... [10:01:37 INFO]: at org.dynmap.bukkit.DynmapPlugin.doEnable(DynmapPlugin.java:978)
>.... [10:01:37 INFO]: at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:946)
>.... [10:01:37 INFO]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
>.... [10:01:37 INFO]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:380)
>.... [10:01:37 INFO]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:483)
>.... [10:01:37 INFO]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:501)
>.... [10:01:37 INFO]: at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:415)
>.... [10:01:37 INFO]: at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:580)
>.... [10:01:37 INFO]: at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:280)
>.... [10:01:37 INFO]: at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1055)
>.... [10:01:37 INFO]: at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:289)
>.... [10:01:37 INFO]: at java.lang.Thread.run(Thread.java:748)

EDIT:

I downgraded to 2.5.2 and am facing other issues unable to render;

[10:15:15] [Dynmap Render Thread/WARN]: [ChunkyMap] Rendering tile failed
java.lang.NullPointerException: null
	at se.llbit.json.JsonString.hashCode(JsonString.java:133) ~[?:?]
	at se.llbit.json.JsonMember.hashCode(JsonMember.java:71) ~[?:?]
	at se.llbit.json.JsonObject.hashCode(JsonObject.java:289) ~[?:?]
	at java.util.WeakHashMap.hash(WeakHashMap.java:298) ~[?:1.8.0_282]
	at java.util.WeakHashMap.getEntry(WeakHashMap.java:426) ~[?:1.8.0_282]
	at java.util.WeakHashMap.containsKey(WeakHashMap.java:417) ~[?:1.8.0_282]
	at java.util.Collections$SynchronizedMap.containsKey(Collections.java:2580) ~[?:1.8.0_282]
	at se.llbit.chunky.resources.TextureCache.containsKey(TextureCache.java:43) ~[?:?]
	at se.llbit.chunky.entity.PlayerEntity.getTexture(PlayerEntity.java:585) ~[?:?]
	at se.llbit.chunky.entity.PlayerEntity.getHelmModel(PlayerEntity.java:547) ~[?:?]
	at se.llbit.chunky.entity.PlayerEntity.addArmor(PlayerEntity.java:333) ~[?:?]
	at se.llbit.chunky.entity.ArmorStand.primitives(ArmorStand.java:475) ~[?:?]
	at se.llbit.chunky.renderer.scene.Scene.buildActorBvh(Scene.java:1201) ~[?:?]
	at se.llbit.chunky.renderer.scene.Scene.loadChunks(Scene.java:1183) ~[?:?]
	at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$2(ChunkyMapTile.java:83) ~[?:?]
	at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.render(ChunkyRenderer.java:98) ~[?:?]
	at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:67) ~[?:?]
	at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:804) ~[?:?]
	at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:720) ~[?:?]
	at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:229) ~[?:?]
	at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:245) ~[?:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_282]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) ~[?:1.8.0_282]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) ~[?:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_282]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_282]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282]

[10:15:16] [Dynmap Render Thread/INFO]: Could not get skull texture
[10:15:16] [Dynmap Render Thread/INFO]: java.lang.IllegalArgumentException: Illegal base64 character 20
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.Base64$Decoder.decode0(Base64.java:714)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.Base64$Decoder.decode(Base64.java:526)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.Base64$Decoder.decode(Base64.java:549)
[10:15:16] [Dynmap Render Thread/INFO]: 	at se.llbit.chunky.block.Head.getTextureUrl(Head.java:76)
[10:15:16] [Dynmap Render Thread/INFO]: 	at se.llbit.chunky.entity.PlayerEntity.parseItem(PlayerEntity.java:125)
[10:15:16] [Dynmap Render Thread/INFO]: 	at se.llbit.chunky.entity.ArmorStand.<init>(ArmorStand.java:409)
[10:15:16] [Dynmap Render Thread/INFO]: 	at se.llbit.chunky.renderer.scene.Scene.loadChunks(Scene.java:866)
[10:15:16] [Dynmap Render Thread/INFO]: 	at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$2(ChunkyMapTile.java:83)
[10:15:16] [Dynmap Render Thread/INFO]: 	at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.render(ChunkyRenderer.java:98)
[10:15:16] [Dynmap Render Thread/INFO]: 	at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:67)
[10:15:16] [Dynmap Render Thread/INFO]: 	at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:804)
[10:15:16] [Dynmap Render Thread/INFO]: 	at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:720)
[10:15:16] [Dynmap Render Thread/INFO]: 	at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:229)
[10:15:16] [Dynmap Render Thread/INFO]: 	at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:245)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[10:15:16] [Dynmap Render Thread/INFO]: 	at java.lang.Thread.run(Thread.java:748)

EDIT 2:

Downgraded back to 2.4.2 and am not facing any loading/render issues now.

Rendering tile failed

Tried to render using the example in the readme but got this error:

Version: Paper 1.17.1 build 381
Dynmap version: 3.2.1-531

13.11 19:41:18 [Server] WARN Rendering tile failed
13.11 19:41:18 [Server] INFO java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: 'boolean org.dynmap.storage.MapStorageTile.write(long, java.awt.image.BufferedImage)'
13.11 19:41:18 [Server] INFO at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) ~[?:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2069) ~[?:?]
13.11 19:41:18 [Server] INFO at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:99) ~[ChunkyMap-2.5.2.jar:?]
13.11 19:41:18 [Server] INFO at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:804) ~[Dynmap-3.2.1-spigot.jar:?]
13.11 19:41:18 [Server] INFO at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:720) ~[Dynmap-3.2.1-spigot.jar:?]
13.11 19:41:18 [Server] INFO at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:229) ~[Dynmap-3.2.1-spigot.jar:?]
13.11 19:41:18 [Server] INFO at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:245) ~[Dynmap-3.2.1-spigot.jar:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) ~[?:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) ~[?:?]
13.11 19:41:18 [Server] INFO at java.lang.Thread.run(Thread.java:831) ~[?:?]
13.11 19:41:18 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'boolean org.dynmap.storage.MapStorageTile.write(long, java.awt.image.BufferedImage)'
13.11 19:41:18 [Server] INFO at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$3(ChunkyMapTile.java:92) ~[ChunkyMap-2.5.2.jar:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:680) ~[?:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:658) ~[?:?]
13.11 19:41:18 [Server] INFO at java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2164) ~[?:?]
13.11 19:41:18 [Server] INFO at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:87) ~[ChunkyMap-2.5.2.jar:?]
13.11 19:41:18 [Server] INFO ... 10 more

[ChunkyMap] Rendering tile failed

Happens from time to time with cloud rendering enabled:

[19:05:29 WARN]: [ChunkyMap] Rendering tile failed
java.util.ConcurrentModificationException: null
at java.util.HashMap.computeIfAbsent(HashMap.java:1134) ~[?:?]
at net.minecraft.server.v1_16_R3.Convertable$ConversionSession.getWorldFolder(Convertable.java:226) ~[patched_1.16.5.jar:git-Paper-547]
at org.bukkit.craftbukkit.v1_16_R3.CraftWorld.getWorldFolder(CraftWorld.java:2099) ~[patched_1.16.5.jar:git-Paper-547]
at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$5(ChunkyMapTile.java:76) ~[?:?]
at de.lemaik.chunkymap.rendering.rs.RemoteRenderer.render(RemoteRenderer.java:47) ~[?:?]
at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:74) ~[?:?]
at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:804) ~[?:?]
at org.dynmap.MapManager$FullWorldRenderState.access$1300(MapManager.java:262) ~[?:?]
at org.dynmap.MapManager$FullWorldRenderState$3.call(MapManager.java:686) ~[?:?]
at org.dynmap.MapManager$FullWorldRenderState$3.call(MapManager.java:684) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:834) [?:?]

Weird interaction with multiple maps for a world

I've found a weird interaction when using 2 Maps for one world.
When doing a (radius)render the world first renders the chunky map, using chunky. After the Chunky Map render is done, the "Surface Day" render is started, it then overwrites the rendered Chunky scene with the default dynmap rendering output.
I think that I might missed out a config param, this is my worlds.txt

worlds:
  - name: world
    maps:
      - class: de.lemaik.chunkymap.dynmap.ChunkyMap
        name: chunky
        title: World
        prefix: chunky
        perspective: iso_SE_30_hires
        shader: customshader
        samplesPerPixel: 10
        chunkyThreads: 8
        chunkPadding: 2
        texturepack: texturepacks/texturepack.zip
      - class: org.dynmap.hdmap.HDMap
        name: surface
        title: Surface Day
        icon: images/block_surface.png
        prefix: surface
        perspective: iso_SE_30_hires
        shader: customshader
        lighting: shadows

Server: git-Spigot-1a3504a-84f3da3 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
Dynmap: Dynmap v3.0-beta-5-218
ChunkyMap: ChunkyMap-2.0.0 (you might need to update plugin.yml, it still gives 1.2.0 when launched)

[ChunkyMap 1.x] extrazoomout option in worlds.txt causes black render

It was surprising issue from logical point of view, and took me some hours to find which worlds settings is the problematic -

java --version
java 9.0.4
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
...
[INFO]: [ChunkyMap] Loading ChunkyMap v1.2.0
[INFO]: [dynmap] Loading dynmap v2.6-beta-1-Dev201807082003
[INFO]: [dynmap] version=git-Bukkit-e60fc34 (MC: 1.12.2)
...

worlds.txt

worlds:
  - name: world
    extrazoomout: 2
    maps:
#      - class: org.dynmap.hdmap.HDMap
      - class: de.lemaik.chunkymap.dynmap.ChunkyMap

OBSERVATION: extrazoomout > 2 causes rendering black tiles with class: de.lemaik.chunkymap.dynmap.ChunkyMap.
Standard (class: org.dynmap.hdmap.HDMap) works correctly.

Wrong Rendering of seaplants

There seems to be a weird interaction with seaplants and Chunky Map

The normal Dynmap renderer renders like this
image

The Chunky Dynmap renderer renders like this
image

Ingame looks like this
image

I'm using a custom Texturepack, but the normal dynmap renderer was able to render successfully, so I gues its not really a texturepack issue.

Server: git-Spigot-1a3504a-84f3da3 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
Dynmap: Dynmap v3.0-beta-5-218
ChunkyMap: ChunkyMap-2.0.0 (you might need to update plugin.yml, it still gives 1.2.0 when launched)

Add DynmapForge support

I thought it was a good idea to create a mod version of ChunkyMap for dynmap forge, if it's not too complicated of course.
It would be really useful for a lot of people and server owners that are using sponge, mohist/magma server hybrids etc.

Rendering in 1.13.2 renders black

Rendering in 1.13.2 using latest dynmap and chunkymap renders everything black and still takes a lot of CPU time. Possibly due to the new chunk format, which the newest versions of chunky have already updated to.

[ChunkyMap 1.x] Wrong tile positions with custom perspective

INFO: This server is running CraftBukkit version git-Bukkit-e60fc34 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
Dynmap version: core=2.6-beta-1-Dev201807081957, plugin=2.6-beta-1-Dev201807082003
ChunkyMap v1.2.0

ChunkyMap renderer seems to have problem with tile addressing when the custom perspective is used.
What I Am think - there is no problem with perspective in single given tile. There is a problem with tile coordinates - they all are seems to be clumped near 0,0.

perspectives.txt

  • class: org.dynmap.hdmap.IsoHDPerspective
    name: izo_210
    azimuth: 210
    inclination: 60
    scale: 4

See attached screen - same map, same properties. ChunkyMap tiles are on wrong positions.
On the left - class: org.dynmap.hdmap.HDMap
On the right - class: de.lemaik.chunkymap.dynmap.ChunkyMap
bukkit_Dynmap_v26_ChunkyMap-v120

2.4 branch fails to compile

at least for me:

Execution default of goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-assembly-plugin:2.6:single: java.lang.ExceptionInInitializerError: null

The solution is to update maven-assembly-plugin (to 3.4.2).

(1.18 issue) NoSuchMethodError: 'boolean org.dynmap.storage.MapStorageTile.write(long, java.awt.image.BufferedImage)'

I can't render any map, I'm getting

23.12 20:10:57 [Server] INFO Full render starting on world 'world'...
23.12 20:11:05 [Server]  [ChunkyMap] Rendering tile failed
23.12 20:11:05 [Server] INFO java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: 'boolean org.dynmap.storage.MapStorageTile.write(long, java.awt.image.BufferedImage)'
23.12 20:11:05 [Server] INFO at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) ~[?:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ~[?:?]
23.12 20:11:05 [Server] INFO at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:99) ~[ChunkyMap-2.5.2.jar:?]
23.12 20:11:05 [Server] INFO at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:804) ~[Dynmap-3.3-beta-3-spigot.jar:?]
23.12 20:11:05 [Server] INFO at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:720) ~[Dynmap-3.3-beta-3-spigot.jar:?]
23.12 20:11:05 [Server] INFO at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:229) ~[Dynmap-3.3-beta-3-spigot.jar:?]
23.12 20:11:05 [Server] INFO at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:245) ~[Dynmap-3.3-beta-3-spigot.jar:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135) ~[?:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
23.12 20:11:05 [Server] INFO at java.lang.Thread.run(Thread.java:831) ~[?:?]
23.12 20:11:05 [Server] INFO Caused by: java.lang.NoSuchMethodError: 'boolean org.dynmap.storage.MapStorageTile.write(long, java.awt.image.BufferedImage)'
23.12 20:11:05 [Server] INFO at de.lemaik.chunkymap.dynmap.ChunkyMapTile.lambda$render$3(ChunkyMapTile.java:92) ~[ChunkyMap-2.5.2.jar:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:684) ~[?:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662) ~[?:?]
23.12 20:11:05 [Server] INFO at java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2168) ~[?:?]

Paper version git-Paper-"464b171" (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT)
dynmap version 3.3-beta-3-591
ChunkyMap version 2.5.2

Number of render threads

I have this set in world.txt

worlds:
  - name: monarudo
    maps:
      - class: de.lemaik.chunkymap.dynmap.ChunkyMap
        name: chunky
        title: "Surface"
        perspective: iso_SE_30_hires
        chunkyThreads: 4

but chunkyMap seems to create a huge amount of threads to render :
image

Maybe this is just a misunderstanding of the "chunkyThreads: 4" configuration option, not sure .

I was trying to limit the impact of chunkyMap on TPS loss, maybe there is another setting to do that ? I tried several things on dynmap side but no success so far

Feature Request: smart chunk padding

The chunk padding could check the maximum height of the surrounding chunks to find shadow throwing objects for the given sun position. Padding more chunks on the sunlight azimuth axis for the given altitude without increasing the chunk padding on the other axis could correct cut off shadows resulting from too small chunk padding.

Minecraft Jar not found: falling back on placeholder textures.

Hi,

I'm trying to run ChunkyMap on PaperMC 1.16.1 and getting some errors dropped.


[23:50:35 WARN]: [ChunkyMap] Rendering tile failed
java.util.concurrent.ExecutionException: de.lemaik.chunkymap.rendering.RenderException: Could not get final image from Chunky
        at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) ~[?:?]
        at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) ~[?:?]
        at de.lemaik.chunkymap.dynmap.ChunkyMapTile.render(ChunkyMapTile.java:78) ~[?:?]
        at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:804) ~[?:?]
        at org.dynmap.MapManager$FullWorldRenderState.access$1300(MapManager.java:262) ~[?:?]
        at org.dynmap.MapManager$FullWorldRenderState$3.call(MapManager.java:686) ~[?:?]
        at org.dynmap.MapManager$FullWorldRenderState$3.call(MapManager.java:684) ~[?:?]
        at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: de.lemaik.chunkymap.rendering.RenderException: Could not get final image from Chunky
        at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.lambda$render$0(ChunkyRenderer.java:73) ~[?:?]
        at se.llbit.chunky.renderer.RenderManager.pathTraceLoop(RenderManager.java:228) ~[?:?]
        at se.llbit.chunky.renderer.RenderManager.run(RenderManager.java:162) ~[?:?]
Caused by: java.lang.NoSuchMethodException: se.llbit.chunky.renderer.scene.Scene.computeAlpha(se.llbit.util.TaskTracker)
        at java.lang.Class.getDeclaredMethod(Class.java:2475) ~[?:?]
        at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.getImage(ChunkyRenderer.java:93) ~[?:?]
        at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.lambda$render$0(ChunkyRenderer.java:71) ~[?:?]
        at se.llbit.chunky.renderer.RenderManager.pathTraceLoop(RenderManager.java:228) ~[?:?]
        at se.llbit.chunky.renderer.RenderManager.run(RenderManager.java:162) ~[?:?]

Also it cant download the minecraft.jar for the tiles.

May you can help?

Radiusrender uses the default dynmap's renderer instead of Chunky

Expected behavior

Radiusrender uses Chunky

Actual behavior

Basically, if I run the radiusrender (for example, /dynmap radiusrender 32), the tiles are rendered like using the default dynmap's renderer without shadows

screenshot

At the same time, fullrender works as expected and uses Chunky

Map config

- class: de.lemaik.chunkymap.dynmap.ChunkyMap
  name: surfacert
  prefix: chunky
  title: Surface RT
  perspective: iso_SE_30_hires
  mapzoomin: 1
  chunkyThreads: 4
  samplesPerPixel: 32
  templateScene: chunkyScene.json
  denoiser:
    enabled: false
  chunkPadding: 2

ChunkyMap versions tested

  • v2.6.0-pre2
  • v2.5.2

Other software

Dynmap

core=3.1-457, plugin=3.1-457

Paper server

git-Paper-775 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)

Java

java version "16.0.1" 2021-04-20
Java(TM) SE Runtime Environment (build 16.0.1+9-24)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing

Linux

5.12.5-arch1-1

Feature Request: Fabric Support

You've prompted me to open a ticket on Discord, so here goes. Dynmap has Fabric support and it would be amazing for us to be able to use ChunkyMap on Fabric servers.

Add Material support.

As mentioned in discord, ChunkyMap doesn't currently read those values from the template scene.

Add option to limit CPU usage

As discussed on Discord, it would be cool to have this option in form of a command like /chunkymap cpulimit 1-100 or as a config setting, that is reloaddable.

Owners could lower this setting once the map has completed the main full render, to limit the impact of chunkymap on the server!

Does not render or load the system. It seems it awaits instead.

Dear Developers and Community,

Thank you very much for the project and effort!

I am sorry, but for some reason it does not render yet is shown on the Dynmap web page.

It's worth to mention:

  • The following installation procedure was followed: https://github.com/leMaik/ChunkyMap#installation;
  • There is no actual system load with "dynmap fullrender world";
  • The server was restarted prior ChunkyMap render tries;
  • The default "flat" Dynmap works well;
  • The world is full-pre-generated via FastChunkPreloader;
  • Dynmap shows black screen with red world border:
    |
    image

What might it be? Thank you very in advance!


Relevant log excerpt (note: message times):

...
[01:16:50] [Dynmap Render Thread/INFO]: Purge of files for world 'world' completed
dynmap fullrender world
[01:16:57] [Server thread/INFO]: Full render starting on world 'world'...
dynmap fullrender world
[02:35:25 INFO]: Full render of world 'world' already active.
spark tps
[02:35:32 INFO]: [⚡] TPS from last 5s, 10s, 1m, 5m, 15m:
[02:35:32 INFO]: [⚡]  *20.0, 20.0, *20.0, 20.0, *20.0
...
Full log ("latest.log"):

[01:14:09] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[01:14:12] [ServerMain/INFO]: Loaded 7 recipes
[01:14:13] [Server thread/INFO]: Starting minecraft server version 1.19.4
[01:14:13] [Server thread/INFO]: Loading properties
[01:14:14] [Server thread/INFO]: This server is running Paper version git-Paper-498 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: ad6c14c)
[01:14:14] [Server thread/INFO]: Server Ping Player Sample Count: 12
[01:14:14] [Server thread/INFO]: Using 4 threads for Netty based IO
[01:14:14] [Server thread/WARN]: [!] The timings profiler has been enabled but has been scheduled for removal from Paper in the future.
    We recommend installing the spark profiler as a replacement: https://spark.lucko.me/
    For more information please visit: https://github.com/PaperMC/Paper/issues/8948
[01:14:14] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 1 worker threads, and gen parallelism of 1 threads
[01:14:14] [Server thread/INFO]: Default game type: SURVIVAL
[01:14:14] [Server thread/INFO]: Generating keypair
[01:14:15] [Server thread/INFO]: Starting Minecraft server on *:25565
[01:14:15] [Server thread/INFO]: Using epoll channel type
[01:14:15] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[01:14:15] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[01:14:16] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_19_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[01:14:22] [Server thread/WARN]: Legacy plugin ChunkyMap v2.5.2 does not specify an api-version.
[01:14:22] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loading 2 libraries... please wait
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/org/mongodb/mongodb-driver-sync/4.8.1/mongodb-driver-sync-4.8.1.jar
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/org/mongodb/bson/4.8.1/bson-4.8.1.jar
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/org/mongodb/mongodb-driver-core/4.8.1/mongodb-driver-core-4.8.1.jar
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/org/mongodb/bson-record-codec/4.8.1/bson-record-codec-4.8.1.jar
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/redis/clients/jedis/4.3.1/jedis-4.3.1.jar
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/org/apache/commons/commons-pool2/2.11.1/commons-pool2-2.11.1.jar
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/org/json/json/20220320/json-20220320.jar
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [Denizen] Loaded library /data/libraries/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar
[01:14:23] [Server thread/WARN]: Legacy plugin DynWarp v0.1-12 does not specify an api-version.
[01:14:23] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loading 15 libraries... please wait
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/spongepowered/configurate-yaml/4.1.2/configurate-yaml-4.1.2.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/spongepowered/configurate-core/4.1.2/configurate-core-4.1.2.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/io/leangen/geantyref/geantyref/1.3.11/geantyref-1.3.11.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/com/google/errorprone/error_prone_annotations/2.6.0/error_prone_annotations-2.6.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/yaml/snakeyaml/1.28/snakeyaml-1.28.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/spongepowered/configurate-hocon/4.1.2/configurate-hocon-4.1.2.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/com/typesafe/config/1.4.1/config-1.4.1.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-api/4.12.0/adventure-api-4.12.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-key/4.12.0/adventure-key-4.12.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/jetbrains/annotations/23.0.0/annotations-23.0.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-platform-bukkit/4.2.0/adventure-platform-bukkit-4.2.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-platform-api/4.2.0/adventure-platform-api-4.2.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-text-serializer-bungeecord/4.2.0/adventure-text-serializer-bungeecord-4.2.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-text-serializer-legacy/4.12.0/adventure-text-serializer-legacy-4.12.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-nbt/4.12.0/adventure-nbt-4.12.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-text-serializer-gson/4.12.0/adventure-text-serializer-gson-4.12.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-text-serializer-gson-legacy-impl/4.12.0/adventure-text-serializer-gson-legacy-impl-4.12.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-platform-facet/4.2.0/adventure-platform-facet-4.2.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/kyori/adventure-platform-viaversion/4.2.0/adventure-platform-viaversion-4.2.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/mariadb/jdbc/mariadb-java-client/2.7.4/mariadb-java-client-2.7.4.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/com/zaxxer/HikariCP/5.0.1/HikariCP-5.0.1.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/jooq/jooq/3.17.8/jooq-3.17.8.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/io/r2dbc/r2dbc-spi/0.9.1.RELEASE/r2dbc-spi-0.9.1.RELEASE.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/reactivestreams/reactive-streams/1.0.3/reactive-streams-1.0.3.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/jakarta/xml/bind/jakarta.xml.bind-api/3.0.0/jakarta.xml.bind-api-3.0.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/jooq/jooq-meta/3.17.8/jooq-meta-3.17.8.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/jooq/jooq-codegen/3.17.8/jooq-codegen-3.17.8.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/net/lingala/zip4j/zip4j/2.11.4/zip4j-2.11.4.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/flywaydb/flyway-mysql/9.15.0/flyway-mysql-9.15.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/flywaydb/flyway-core/9.15.0/flyway-core-9.15.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/com/fasterxml/jackson/dataformat/jackson-dataformat-toml/2.14.0/jackson-dataformat-toml-2.14.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/com/fasterxml/jackson/core/jackson-databind/2.14.0/jackson-databind-2.14.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/com/fasterxml/jackson/core/jackson-annotations/2.14.0/jackson-annotations-2.14.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/com/fasterxml/jackson/core/jackson-core/2.14.0/jackson-core-2.14.0.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/apache/commons/commons-rng-core/1.5/commons-rng-core-1.5.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/apache/commons/commons-rng-client-api/1.5/commons-rng-client-api-1.5.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/apache/commons/commons-rng-simple/1.5/commons-rng-simple-1.5.jar
[01:14:24] [Server thread/INFO]: [SpigotLibraryLoader] [TradingCards] Loaded library /data/libraries/org/apache/commons/commons-rng-sampling/1.5/commons-rng-sampling-1.5.jar
[01:14:24] [Server thread/WARN]: Legacy plugin DynMapNPC v2.0.0 does not specify an api-version.
[01:14:24] [Server thread/WARN]: Legacy plugin Dynmap-WorldGuard v1.2 does not specify an api-version.
[01:14:24] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.65
[01:14:24] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[01:14:24] [Server thread/INFO]: [WorldEdit] Loading server plugin WorldEdit v7.2.14+6360-094b734
[01:14:30] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@1052e5da]
[01:14:30] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.0.0-SNAPSHOT-b615
[01:14:30] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.19.4) has not yet been tested! Proceed with caution.
[01:14:37] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.7+216b061
[01:14:37] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.3
[01:14:37] [Server thread/INFO]: [Citizens] Loading server plugin Citizens v2.0.31-SNAPSHOT (build 3023)
[01:14:37] [Server thread/INFO]: [ChunkyMap] Loading server plugin ChunkyMap v2.5.2
[01:14:37] [Server thread/INFO]: [Denizen] Loading server plugin Denizen v1.2.7-SNAPSHOT (build 6743-DEV)
[01:14:37] [Server thread/INFO]: [Multiverse-Core] Loading server plugin Multiverse-Core v4.3.1-b861
[01:14:37] [Server thread/INFO]: [Sentinel] Loading server plugin Sentinel v2.7.3-SNAPSHOT (build 505)
[01:14:37] [Server thread/INFO]: [dynmap] Loading server plugin dynmap v3.5-beta-3-866
[01:14:38] [Server thread/INFO]: [dynmap] version=git-Paper-498 (MC: 1.19.4)
[01:14:38] [Server thread/INFO]: [dynmap] Mod Support API available
[01:14:38] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.19.7
[01:14:38] [Server thread/INFO]: [Quests] Loading server plugin Quests v4.8.1-b404
[01:14:38] [Server thread/INFO]: [Shopkeepers] Loading server plugin Shopkeepers v2.16.5
[01:14:40] [Server thread/INFO]: [Shopkeepers] Loaded all plugin classes (2671 ms).
[01:14:40] [Server thread/INFO]: [Shopkeepers] Loading config.
[01:14:42] [Server thread/INFO]: [Shopkeepers] Loading language file: language-en-default.yml
[01:14:42] [Server thread/INFO]: [Shopkeepers] Registering WorldGuard flag 'allow-shop'.
[01:14:42] [Server thread/INFO]: [Shopkeepers] Registering defaults.
[01:14:42] [Server thread/INFO]: [Lands] Loading server plugin Lands v6.29.1
[01:14:49] [Server thread/INFO]: [Lands] Added flag 'lands-claim' to the plugin WorldGuard.
[01:14:49] [Server thread/INFO]: [Multiverse-SignPortals] Loading server plugin Multiverse-SignPortals v4.2.1
[01:14:49] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.19.7
[01:14:49] [Server thread/INFO]: [DynWarp] Loading server plugin DynWarp v0.1-12
[01:14:49] [Server thread/INFO]: [Depenizen] Loading server plugin Depenizen v2.0.0 (build 831)
[01:14:49] [Server thread/INFO]: [TradingCards] Loading server plugin TradingCards v5.7.15
[01:14:49] [Server thread/INFO]: [ConsoleSpamFix] Loading server plugin ConsoleSpamFix v1.10.0
[01:14:49] [Server thread/INFO]: [Multiverse-Portals] Loading server plugin Multiverse-Portals v4.2.1-b834
[01:14:49] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.37
[01:14:49] [Server thread/INFO]: [PlayerWarps] Loading server plugin PlayerWarps v6.23.1
[01:14:50] [Server thread/INFO]: [WorldGuardExtraFlags] Loading server plugin WorldGuardExtraFlags v4.2.1
[01:14:50] [Server thread/INFO]: [DynMapNPC] Loading server plugin DynMapNPC v2.0.0
[01:14:50] [Server thread/INFO]: [Dynmap-EssentialsX] Loading server plugin Dynmap-EssentialsX v1.1-SNAPSHOT
[01:14:50] [Server thread/INFO]: [TheNewEconomy] Loading server plugin TheNewEconomy v0.1.1.16
[01:14:51] [Server thread/INFO]: [TheNewEconomy] Loading The New Economy with Java Version: 17.0.6
[01:14:51] [Server thread/INFO]: [TheNewEconomy] Hooked into Vault
[01:14:51] [Server thread/INFO]: [Dynmap-WorldGuard] Loading server plugin Dynmap-WorldGuard v1.2
[01:14:51] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[01:14:51] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.65
[01:14:55] [Server thread/INFO]:         __    
[01:14:55] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.65
[01:14:55] [Server thread/INFO]:   |___ |      Running on Bukkit - Paper
[01:14:55] [Server thread/INFO]: 
[01:14:55] [Server thread/INFO]: [LuckPerms] Loading configuration...
[01:14:58] [Server thread/INFO]: [LuckPerms] Loading storage provider... [H2]
[01:15:01] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[01:15:01] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[01:15:02] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 10696ms)
[01:15:02] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[01:15:02] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[01:15:02] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[01:15:02] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[01:15:02] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[01:15:02] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.2.14+6360-094b734
[01:15:02] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[01:15:03] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[01:15:04] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.v1_19_R3.PaperweightAdapter as the Bukkit adapter
[01:15:08] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.0.0-SNAPSHOT-b615
[01:15:08] [Server thread/INFO]: [ConsoleSpamFix] Enabling ConsoleSpamFix v1.10.0
[01:15:08] [Server thread/INFO]: [ConsoleSpamFix] Server version detected: 1.19.4
[01:15:08] [Server thread/INFO]: [ConsoleSpamFix] Loading the config file...
[01:15:08] [Server thread/INFO]: [ConsoleSpamFix] Config file loaded!
[01:15:08] [Server thread/INFO]: [ConsoleSpamFix] ConsoleSpamFix loaded successfully!
[01:15:08] [Server thread/INFO]: Preparing level "world"
[01:15:12] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[01:15:14] [Server thread/INFO]: Time elapsed: 2027 ms
[01:15:14] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[01:15:14] [Server thread/INFO]: Time elapsed: 140 ms
[01:15:14] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[01:15:14] [Server thread/INFO]: Time elapsed: 122 ms
[01:15:14] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.7+216b061
[01:15:16] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world) Lava fire is PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[01:15:16] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[01:15:16] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is PERMITTED.
[01:15:16] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[01:15:18] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[01:15:19] [Server thread/INFO]: [WorldGuard] Loading region data...
[01:15:20] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.3
[01:15:23] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[01:15:23] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.31-SNAPSHOT (build 3023)
[01:15:23] [Server thread/INFO]: [Citizens] Loading external libraries
[01:15:27] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: citizensplaceholder [1.0.0]
[01:15:27] [Server thread/INFO]: [Citizens] Loaded economy handling via Vault.
[01:15:27] [Server thread/INFO]: [ChunkyMap] Enabling ChunkyMap v2.5.2*
[01:15:27] [Server thread/INFO]: [Denizen] Enabling Denizen v1.2.7-SNAPSHOT (build 6743-DEV)
[01:15:30] [Server thread/INFO]: +> [DenizenCore] Initializing Denizen Core v1.91.0-SNAPSHOT (Build 1336), impl for Spigot v1.2.7-SNAPSHOT (build 6743-DEV) 
[01:15:31] [Server thread/INFO]: +> [Denizen] Running on java version: 17.0.6 
[01:15:31] [Server thread/INFO]: +> [Denizen] Running on fully supported Java 17. 
[01:15:33] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[01:15:33] [Server thread/INFO]: +> [Denizen]  Denizen  scriptable minecraft 
[01:15:33] [Server thread/INFO]: +> [Denizen]  
[01:15:33] [Server thread/INFO]: +> [Denizen] by: The DenizenScript team 
[01:15:33] [Server thread/INFO]: +> [Denizen] Chat with us at: https://discord.gg/Q6pZGSR 
[01:15:33] [Server thread/INFO]: +> [Denizen] Or learn more at: https://denizenscript.com 
[01:15:33] [Server thread/INFO]: +> [Denizen] version: 1.2.7-SNAPSHOT (build 6743-DEV) 
[01:15:33] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[01:15:33] [Server thread/INFO]: +> [TriggerRegistry] Loaded 4 core triggers 
[01:15:37] [Server thread/INFO]: +> [PaperModule] Loading Paper support module... 
[01:15:37] [Server thread/INFO]: +> [Denizen] Loaded 148 core commands and 28 core object types, at 10233ms from start. 
[01:15:38] [Server thread/INFO]: +> [ScriptHelper] No scripts in /plugins/Denizen/scripts/ to load! 
[01:15:38] [Server thread/INFO]: +> [ScriptRegistry] Loading 0 script files... 
[01:15:38] [Server thread/INFO]: +> [DenizenCore] Scripts loaded! File load took 3ms, processing 66ms. 
[01:15:38] [Server thread/INFO]: +> [Denizen] Final full init took 10409ms. 
[01:15:38] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v4.3.1-b861
[01:15:38] [Server thread/WARN]: [Multiverse-Core] "Multiverse-Core v4.3.1-b861" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.onarandombox.MultiverseCore.listeners.MVPortalListener.entityPortalCreate(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [dumptruckman, Rigby, fernferret, lithium3141, main--].
[01:15:38] [Server thread/INFO]: [Multiverse-Core] §aWe are aware of the warning about the deprecated event. There is no alternative that allows us to do what we need to do and performance impact is negligible. It is safe to ignore.
[01:15:40] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: SuperiorWorld
[01:15:40] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[01:15:40] [Server thread/INFO]: [Multiverse-Core] 3 - World(s) loaded.
[01:15:40] [Server thread/WARN]: [Multiverse-Core] Buscript failed to load! The script command will be disabled! If you would like not to see this message, use `/mv conf enablebuscript false` to disable Buscript from loading.
[01:15:40] [Server thread/INFO]: [Multiverse-Core] Version 4.3.1-b861 (API v24) Enabled - By dumptruckman, Rigby, fernferret, lithium3141 and main--
[01:15:40] [Server thread/INFO]: [Sentinel] Enabling Sentinel v2.7.3-SNAPSHOT (build 505)
[01:15:40] [Server thread/INFO]: [Sentinel] Sentinel loading...
[01:15:40] [Server thread/INFO]: [Sentinel] Running on java version: 17.0.6
[01:15:41] [Server thread/INFO]: [Sentinel] Sentinel loaded on a fully supported Minecraft version. If you encounter any issues or need to ask a question, please join our Discord at https://discord.gg/Q6pZGSR and post in the '#sentinel' channel.
[01:15:41] [Server thread/INFO]: [Sentinel] Vault linked! Group targets will work.
[01:15:41] [Server thread/INFO]: [Sentinel] Sentinel found WorldGuard! Adding support for it!
[01:15:41] [Server thread/INFO]: [Sentinel] Sentinel loaded!
[01:15:41] [Server thread/INFO]: [dynmap] Enabling dynmap v3.5-beta-3-866
[01:15:43] [Server thread/INFO]: [dynmap] Added 19 custom biome mappings
[01:15:43] [Server thread/INFO]: [dynmap] Using LuckPerms 5.4.65 for access control
[01:15:43] [Server thread/INFO]: [dynmap] Mod Support processing completed
[01:15:52] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
[01:15:52] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[01:15:52] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
[01:15:52] [Server thread/INFO]: [dynmap] Starting enter/exit processing
[01:15:53] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[01:15:54] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[01:15:54] [Server thread/INFO]: [dynmap] version 3.5-beta-3-866 is enabled - core version 3.5-beta-3-866
[01:15:54] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[01:15:54] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://universeodon.com/@dynmap
[01:15:54] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[01:15:54] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[01:15:54] [Server thread/INFO]: [ChunkyMap] [STDOUT] Warning: Could not load settings from /data/.chunky/chunky.json - defaults will be used
[01:15:54] [Server thread/WARN]: Nag author(s): '[]' of 'ChunkyMap' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[01:15:54] [Server thread/WARN]: [ChunkyMap] You didn't specify a texturepack for a map that is rendered with Chunky. The Minecraft 1.16.2 textures will be used.
[01:15:59] [Server thread/ERROR]: [ChunkyMap] [STDERR] Minecraft Jar not found: falling back on placeholder textures.
[01:15:59] [Server thread/INFO]: [dynmap] Loaded 1 maps of world 'world'.
[01:15:59] [Server thread/INFO]: [dynmap] Full render for world 'world' restored
[01:16:00] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[01:16:00] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
[01:16:00] [Server thread/INFO]: [dynmap] Enabled
[01:16:00] [Server thread/INFO]: [Essentials] Enabling Essentials v2.19.7
[01:16:00] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[01:16:01] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[01:16:01] [Server thread/INFO]: [Essentials] No kits found to migrate.
[01:16:02] [Server thread/INFO]: [Essentials] Loaded 38132 items from items.json.
[01:16:02] [Server thread/INFO]: [Essentials] Using locale en_US
[01:16:02] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[01:16:02] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[01:16:02] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[01:16:02] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[01:16:02] [Server thread/INFO]: [Quests] Enabling Quests v4.8.1-b404
[01:16:02] [Server thread/INFO]: [Quests] Loaded language en-US. Translations via Crowdin
[01:16:02] [Server thread/INFO]: [Quests] Successfully linked Quests with Citizens 2.0.31-SNAPSHOT (build 3023)
[01:16:02] [Server thread/INFO]: [Quests] Loading storage implementation: YAML
[01:16:02] [Server thread/INFO]: [Shopkeepers] Enabling Shopkeepers v2.16.5
[01:16:03] [Server thread/INFO]: [Shopkeepers] Citizens found: Enabling NPC shopkeepers.
[01:16:03] [Server thread/INFO]: [Shopkeepers] Loading the data of 1 shopkeepers ...
[01:16:03] [Server thread/INFO]: [Lands] Enabling Lands v6.29.1
[01:16:03] [Server thread/INFO]: [Lands]  _                        _      
[01:16:03] [Server thread/INFO]: [Lands] | |                      | |     
[01:16:03] [Server thread/INFO]: [Lands] | |      __ _  _ __    __| | ___ 
[01:16:03] [Server thread/INFO]: [Lands] | |     / _` || '_ \  / _` |/ __|
[01:16:03] [Server thread/INFO]: [Lands] | |____| (_| || | | || (_| |\__ \
[01:16:03] [Server thread/INFO]: [Lands] \_____/ \__,_||_| |_| \__,_||___/
[01:16:03] [Server thread/INFO]: [Lands] Version: 6.29.1 Previous: 6.29.1
[01:16:03] [Server thread/INFO]: [Lands] Server: 1.19.x running Paper
[01:16:03] [Server thread/INFO]: [Lands] Licensed to: 1762803
[01:16:03] [Server thread/INFO]: [Lands] Experiencing issues or having questions? Join our Discord!
[01:16:03] [Server thread/INFO]: [Lands] Discord: https://discord.gg/B4MAJVk
[01:16:03] [Server thread/INFO]: [Lands] Wiki: https://github.com/Angeschossen/Lands/wiki
[01:16:03] [Server thread/INFO]: [Lands]  
[01:16:03] [Server thread/INFO]: [Lands] Using SQLite.
[01:16:03] [Server thread/INFO]: [Lands] Setting up tables...
[01:16:03] [Server thread/INFO]: [Lands] Your SQL DBMS version: 3.41.0 (SQLite) Wiki: https://github.com/Angeschossen/Lands/wiki/Database
[01:16:03] [Server thread/INFO]: [Lands] Successfully connected to SQL database.
[01:16:03] [Server thread/INFO]: [Lands] Performing initial data load.
[01:16:03] [Server thread/INFO]: [Lands] There are currently 0 created land(s).
[01:16:03] [Server thread/INFO]: [Lands] Initial data load took 21 ms.
[01:16:05] [Server thread/INFO]: [Multiverse-SignPortals] Enabling Multiverse-SignPortals v4.2.1
[01:16:05] [Server thread/INFO]: [Multiverse-SignPortals 4.2.1]  Enabled - By Rigby and fernferret
[01:16:05] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.19.7
[01:16:05] [Server thread/INFO]: [EssentialsSpawn] Starting Metrics. Opt-out using the global bStats config.
[01:16:05] [Server thread/INFO]: [DynWarp] Enabling DynWarp v0.1-12*
[01:16:05] [Server thread/INFO]: [Depenizen] Enabling Depenizen v2.0.0 (build 831)
[01:16:05] [Server thread/INFO]: +> [Depenizen] Depenizen loading... 
[01:16:05] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'LuckPerms'! 
[01:16:05] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldEdit'! 
[01:16:05] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Essentials'! 
[01:16:05] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: denizen [2.0.0]
[01:16:05] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'PlaceholderAPI'! 
[01:16:05] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'WorldGuard'! 
[01:16:05] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Sentinel'! 
[01:16:05] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Shopkeepers'! 
[01:16:05] [Server thread/INFO]: +> [Depenizen] Loaded bridge for 'Quests'! 
[01:16:05] [Server thread/INFO]: +> [Depenizen] Depenizen loaded! 8 plugin bridge(s) loaded (of 42 available) 
[01:16:05] [Server thread/INFO]: [TradingCards] Enabling TradingCards v5.7.15
[01:16:05] [Server thread/WARN]: [TradingCards] Tried getting children from a non class object, returning empty list.
[01:16:05] [Server thread/WARN]: [TradingCards] Tried getting children from a non class object, returning empty list.
[01:16:05] [Server thread/INFO]: [TradingCards] Loading general.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading chances.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading messages.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading storage.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading advanced.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Using storage YAML
[01:16:05] [Server thread/INFO]: [TradingCards] Loading decks.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading packs.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading rarities.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading series.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading custom-types.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading cards.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading cards.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading upgrades.yml
[01:16:05] [Server thread/WARN]: [TradingCards] Could not get the type for goat_horn reason: null
[01:16:05] [Server thread/WARN]: [TradingCards] Defaulting to passive.
[01:16:05] [Server thread/INFO]: [TradingCards] Loading player-blacklist.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Loading world-blacklist.yml
[01:16:05] [Server thread/INFO]: [TradingCards] Vault hook successful!
[01:16:05] [Server thread/INFO]: [TradingCards] Initializing managers...
[01:16:05] [Server thread/INFO]: [TradingCards] Loaded RarityManager.
[01:16:05] [Server thread/INFO]: [TradingCards] Loaded DropTypeManager.
[01:16:05] [Server thread/INFO]: [TradingCards] Loaded SeriesManager.
[01:16:05] [Server thread/INFO]: [TradingCards] Loaded 136 cards.
[01:16:05] [Server thread/INFO]: [TradingCards] Loaded CardManager.
[01:16:05] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Spigot: v1_19_R3! Trying to find NMS support
[01:16:05] [Server thread/WARN]: [NBTAPI] [NBTAPI] This Server-Version(v1_19_R3) is not supported by this NBT-API Version(2.11.1) located at de.tr7zw.nbtapi.utils.MinecraftVersion. The NBT-API will try to work as good as it can! Some functions may not work!
[01:16:05] [Server thread/INFO]: [NBTAPI] [NBTAPI] Found Gson: class com.google.gson.Gson
[01:16:05] [Server thread/INFO]: [TradingCards] Loaded PackManager.
[01:16:05] [Server thread/INFO]: [TradingCards] Loaded DeckManager.
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Commands' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Thread-48/WARN]: [NBTAPI] [NBTAPI] The NBT-API located at 'package de.tr7zw.nbtapi' seems to be outdated!
[01:16:06] [Thread-48/WARN]: [NBTAPI] [NBTAPI] Current Version: '2.11.1' Newest Version: 2.11.2'
[01:16:06] [Thread-48/WARN]: [NBTAPI] [NBTAPI] Please update the NBTAPI or the plugin that contains the api(nag the mod author when the newest release has an old version, not the NBTAPI dev)!
[01:16:06] [Server thread/INFO]: [TradingCards] [ACF] Enabled Asynchronous Tab Completion Support!
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards help' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards version' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards reload' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards resolve' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards toggle' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards worth' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards edit rarity' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards edit series' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards edit pack' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards edit type' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards edit upgrade' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards edit card' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards create type' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards create rarity' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards create card' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards create pack' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards create series' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards create upgrade' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards buy pack' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards buy card' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards debug packs' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards debug zip' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards debug showcache all' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards debug showcache active' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards debug modules' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards debug rarities' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards debug exists' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards debug rarities-series' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards give pack' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards give random entity' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards give random rarity' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards give random series' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards give card' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards give card player' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards list' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards list player rarity' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards list rarity' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards list series' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards list player series' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards list pack' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards list upgrades' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards migrate' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards migrate data confirm' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards migrate deck confirm' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards sell' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: deck' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards info type' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards info rarity' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards info card' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards info pack' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards info series' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards info upgrade' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards info mob' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards upgrade' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/WARN]: Plugin 'TradingCards' is creating timing 'Command: cards upgrade max' - this is deprecated behavior, please report it to the authors: Xenoyia, sarhatabaot, TreasureIslandMC
[01:16:06] [Server thread/INFO]: [TradingCards] [ACF] Enabled Brigadier Support!
[01:16:06] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tc [1.0.0]
[01:16:06] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v4.2.1-b834
[01:16:06] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
[01:16:06] [Server thread/INFO]: [Multiverse-Portals] Found WorldEdit. Using it for selections.
[01:16:06] [Server thread/INFO]: [Multiverse-Portals 4.2.1-b834]  Enabled - By Rigby and fernferret
[01:16:06] [Server thread/INFO]: [spark] Enabling spark v1.10.37
[01:16:06] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[01:16:06] [Server thread/INFO]: [spark] Starting background profiler...
[01:16:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: spark [1.10.37]
[01:16:08] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[01:16:08] [Server thread/INFO]: [PlayerWarps] Enabling PlayerWarps v6.23.1
[01:16:08] [Server thread/INFO]: [PlayerWarps] Vault found, now enabling PlayerWarps...
[01:16:09] [Server thread/INFO]: [PlayerWarps] Found 22 config files to load!
[01:16:10] [Server thread/INFO]: [PlayerWarps] Permissions plugin found! (LuckPerms)
[01:16:10] [Server thread/INFO]: [PlayerWarps] Economy plugin found! (TheNewEconomy)
[01:16:10] [Server thread/INFO]: [PlayerWarps] Chat plugin found! (LuckPerms)
[01:16:10] [Server thread/INFO]: [PlayerWarps] Found PlaceholderAPI integrating support...
[01:16:10] [Thread-51/INFO]: [PlayerWarps] Found Essentials Expansion integrating support...
[01:16:10] [Server thread/INFO]: [PlayerWarps] SQLite database is enabling...
[01:16:10] [Server thread/INFO]: [PlayerWarps] Loading Metrics...
[01:16:10] [Server thread/INFO]: [PlayerWarps] Successfully loaded Metrics!
[01:16:10] [Server thread/INFO]: [WorldGuardExtraFlags] Enabling WorldGuardExtraFlags v4.2.1
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnEntryFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuard' is creating timing 'Third-Party Session Handlers' - this is deprecated behavior, please report it to the authors: 
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'TeleportOnEntryFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.TeleportOnExitFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'TeleportOnExitFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnEntryFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'CommandOnEntryFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.CommandOnExitFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'CommandOnExitFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnEntryFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'ConsoleCommandOnEntryFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.ConsoleCommandOnExitFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'ConsoleCommandOnExitFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.WalkSpeedFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'WalkSpeedFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.BlockedEffectsFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'BlockedEffectsFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GodmodeFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'GodmodeFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GiveEffectsFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'GiveEffectsFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlyFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'FlyFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.FlySpeedFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'FlySpeedFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.PlaySoundsFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'PlaySoundsFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [WorldGuard] Registering session handler net.goldtreeservers.worldguardextraflags.wg.handlers.GlideFlagHandler
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'Session Handlers' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/WARN]: Plugin 'WorldGuardExtraFlags' is creating timing 'GlideFlagHandler' - this is deprecated behavior, please report it to the authors: isokissa3
[01:16:10] [Server thread/INFO]: [DynMapNPC] Enabling DynMapNPC v2.0.0*
[01:16:10] [Server thread/INFO]: [DynMapNPC] Connecting to DynMap
[01:16:10] [Server thread/INFO]: [Dynmap-EssentialsX] Enabling Dynmap-EssentialsX v1.1-SNAPSHOT
[01:16:10] [Server thread/INFO]: [Dynmap-EssentialsX] initializing
[01:16:11] [Server thread/INFO]: [Dynmap-EssentialsX] version 1.1-SNAPSHOT is activated
[01:16:11] [Server thread/INFO]: [TheNewEconomy] Enabling TheNewEconomy v0.1.1.16
[01:16:12] [Server thread/INFO]: Loading Configurations.
[01:16:12] [Server thread/INFO]: Initializing Configurations.
[01:16:12] [Server thread/INFO]: Initialized config.yml
[01:16:12] [Server thread/INFO]: Initialized commands.yml
[01:16:12] [Server thread/INFO]: Initialized messages.yml
[01:16:12] [Server thread/INFO]: Initialized players.yml
[01:16:12] [Server thread/INFO]: Initialized worlds.yml
[01:16:12] [Server thread/INFO]: [net.tnemc.libs.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Starting...
[01:16:13] [Server thread/INFO]: [net.tnemc.libs.com.zaxxer.hikari.HikariDataSource] HikariPool-1 - Start completed.
[01:16:13] [Server thread/INFO]: Updating tables, please hold.
[01:16:13] [Server thread/INFO]: Finished updating tables.
[01:16:13] [Server thread/INFO]: [TheNewEconomy] Finished loading data!
[01:16:13] [Server thread/INFO]: [TheNewEconomy] Finished loading data!
[01:16:13] [Thread-53/INFO]: Running TNE AutoSaver...
[01:16:13] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: tne [0.1.1.3]
[01:16:13] [Server thread/INFO]: [TheNewEconomy] The New Economy has been enabled!
[01:16:13] [Server thread/INFO]: [Dynmap-WorldGuard] Enabling Dynmap-WorldGuard v1.2*
[01:16:13] [Server thread/INFO]: [Dynmap-WorldGuard] initializing
[01:16:13] [Server thread/INFO]: [Dynmap-WorldGuard] version 1.2 is activated
[01:16:14] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
[01:16:14] [Server thread/INFO]: 0 placeholder hook(s) registered!
[01:16:14] [Server thread/INFO]: Starting remote control listener
[01:16:14] [Server thread/INFO]: Thread RCON Listener started
[01:16:14] [Server thread/INFO]: RCON running on 0.0.0.0:25575
[01:16:14] [Server thread/INFO]: Running delayed init tasks
[01:16:14] [Craft Scheduler Thread - 6 - Essentials/INFO]: [Essentials] Fetching version information...
[01:16:14] [Craft Scheduler Thread - 5 - PlayerWarps/INFO]: [PlayerWarps] Loading player warps...
[01:16:14] [Craft Scheduler Thread - 14 - Vault/INFO]: [Vault] Checking for Updates ... 
[01:16:14] [Server thread/INFO]: [Essentials] Essentials found a compatible payment resolution method: Vault Compatibility Layer (v1.7.3-b131)!
[01:16:14] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: pw [1.0.0]
[01:16:14] [Craft Scheduler Thread - 14 - Vault/INFO]: [Vault] No new version available
[01:16:15] [Server thread/INFO]: [Citizens] Loaded 1 NPCs.
[01:16:15] [Server thread/INFO]: +> [ScriptEvent] Processed 0 script event paths. 
[01:16:15] [Server thread/INFO]: +> [Denizen] +-------------------------+ 
[01:16:15] [Server thread/INFO]: +> [Denizen] Denizen fully loaded at: 2023/04/10 01:15:27 
[01:16:15] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated PlaceholderAPI for parsing placeholders from 3rd party plugins in chat messages and GUI menus
[01:16:15] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated LuckPerms for offline permission lookups.
[01:16:15] [Server thread/INFO]: [Lands] Successfully added region provider: WorldGuard Type: SERVER
[01:16:15] [Server thread/INFO]: Done (121.839s)! For help, type "help"
[01:16:15] [Server thread/INFO]: Timings Reset
[01:16:16] [Server thread/INFO]: [Quests] Loaded 4 Quest(s), 7 Action(s), 1 Condition(s) and 811 Phrase(s)
[01:16:16] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated Vault economy into economy system. Name: TheNewEconomy Banks: true
[01:16:16] [Server thread/INFO]: [Lands] [Integrations] Added Lands target option to Sentinel.
[01:16:16] [Server thread/INFO]: [PlaceholderAPI] Successfully registered expansion: lands [6.29.1]
[01:16:16] [Server thread/INFO]: [Lands] [Integrations] Successfully registered placeholders at PlaceholderAPI. More info: https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#placeholders
[01:16:16] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated Dynmap into web-map system.
[01:16:16] [Server thread/INFO]: [Lands] [Integrations] Successfully integrated WorldEdit. Bypass: lands.bypass.worldedit Wilderness-Bypass: lands.bypass.wilderness.worldedit
[01:16:16] [Server thread/INFO]: [Lands] [Integrations] Successfully loaded LuckPerms contexts. More information: https://github.com/Angeschossen/Lands/wiki/Luckperms-Context
[01:16:16] [Server thread/INFO]: [Lands] [Economy] Next economic tasks (taxes, upkeep, nations upkeep) execution is in 22 hour(s), 43 minute(s).
[01:16:19] [Thread-56/INFO]: [Lands] You're using the latest version.
[01:16:23] [Craft Scheduler Thread - 9 - TheNewEconomy/INFO]: Initialized items.yml
dynmap purgeworld world
[01:16:50] [Server thread/INFO]: Cancelled render for 'world'
[01:16:50] [Server thread/INFO]: Purged 0 tiles from queue
[01:16:50] [Server thread/INFO]: World purge starting on world 'world'...
[01:16:50] [Dynmap Render Thread/INFO]: Purge of files for world 'world' completed
dynmap fullrender world
[01:16:57] [Server thread/INFO]: Full render starting on world 'world'...
dynmap fullrender world
[02:35:25 INFO]: Full render of world 'world' already active.
spark tps
[02:35:32 INFO]: [⚡] TPS from last 5s, 10s, 1m, 5m, 15m:
[02:35:32 INFO]: [⚡]  *20.0, 20.0, *20.0, 20.0, *20.0
[02:35:32 INFO]: [⚡]
[02:35:32 INFO]: [⚡] Tick durations (min/med/95%ile/max ms) from last 10s, 1m:
[02:35:32 INFO]: [⚡]  1.2/1.5/2.6/3.1;  1.1/1.4/2.5/150.5
[02:35:32 INFO]: [⚡]
[02:35:32 INFO]: [⚡] CPU usage from last 10s, 1m, 15m:
[02:35:32 INFO]: [⚡]  5%, 5%, 5%  (system)
[02:35:32 INFO]: [⚡]  5%, 5%, 5%  (process)
dynmap stats
[02:35:44 INFO]: Tile Render Statistics:
[02:35:44 INFO]:   TOTALS: processed=0, rendered=0, updated=0, transparent=0
[02:35:44 INFO]:   Triggered update queue size: 0 + 0
[02:35:44 INFO]:   Active render jobs: world
[02:35:44 INFO]: Chunk Loading Statistics:
[02:35:44 INFO]:   Cache hit rate: 0.00%
[02:35:44 INFO]:   Chunks processed: Cached: count=1, 0.00 msec/chunk
[02:35:44 INFO]:   Chunks processed: Already Loaded: count=1, 0.00 msec/chunk
[02:35:44 INFO]:   Chunks processed: Load Required: count=1, 0.00 msec/chunk
[02:35:44 INFO]:   Chunks processed: Not Generated: count=1, 0.00 msec/chunk
dmap worldlist
[02:35:56 INFO]: world world: loaded=true, enabled=true, title=world, center=-156.0/112.0/122.0, extrazoomout=2, sendhealth=true, sendposition=true, protected=false, showborder=true
[02:35:56 INFO]: world world_nether: loaded=true, enabled=true, title=world_nether, center=0.0/41.0/9.0, extrazoomout=2, sendhealth=true, sendposition=true, protected=false, showborder=true
[02:35:56 INFO]: world world_the_end: loaded=true, enabled=true, title=world_the_end, center=0.0/62.0/0.0, extrazoomout=2, sendhealth=true, sendposition=true, protected=false, showborder=true
dynmap version
[02:36:05 INFO]: Dynmap version: core=3.5-beta-3-866, plugin=3.5-beta-3-866
plugins
[02:36:16 INFO]: Server Plugins (30):
[02:36:16 INFO]: Bukkit Plugins:
[02:36:16 INFO]:  - *ChunkyMap, Citizens, ConsoleSpamFix, Denizen, Depenizen, dynmap, Dynmap-EssentialsX, *Dynmap-WorldGuard, *DynMapNPC, *DynWarp
[02:36:16 INFO]:  Essentials, EssentialsSpawn, Lands, LuckPerms, Multiverse-Core, Multiverse-Portals, Multiverse-SignPortals, PlaceholderAPI, PlayerWarps, ProtocolLib
[02:36:16 INFO]:  Quests, Sentinel, Shopkeepers, spark, TheNewEconomy, TradingCards, Vault, WorldEdit, WorldGuard, WorldGuardExtraFlags
essentials version
[02:36:42 INFO]: [Essentials] CONSOLE issued server command: /essentials version
[02:36:42 INFO]: Server version: 1.19.4-R0.1-SNAPSHOT git-Paper-498 (MC: 1.19.4)
[02:36:42 INFO]: Brand version: Paper
[02:36:42 INFO]: EssentialsX version: 2.19.7
[02:36:42 INFO]: LuckPerms version: 5.4.65
[02:36:42 INFO]: Vault version: 1.7.3-b131
[02:36:42 INFO]: PlaceholderAPI version: 2.11.3
[02:36:42 INFO]: Citizens version: 2.0.31-SNAPSHOT (build 3023)
[02:36:42 INFO]: EssentialsXSpawn version: 2.19.7
[02:36:42 INFO]: Economy Layer: Vault Compatibility Layer (TheNewEconomy)
[02:36:42 INFO]: You are running an unsupported server version!
[02:36:42 INFO]: Fetching version information...
[02:36:42 INFO]: You're running the latest stable version of EssentialsX!


Best and kind regards

Increase chunk radius of tiles

Sometimes, especially when there are high buildings around a tile, the chunk radius is not big enough and the shadows look ugly. The chunk radius could be increased to fix that.

image

Render Fails to Initiate

Howdy! Just installed ChunkyMap and the render is throwing an error at me and won't start. I've got Dynmap hooked up to a MySQL database for the render itself, and there's plenty of space on the drive. I'm running Paper 186 currently, and Dynmap 3.1 beta 3a. ChunkyMap created a '1.16.2' jar on server restart, and a json file that has one option; "loadPlayers":false. Below is the stacktrace, followed by my current config. Looking to see if I missed something or if this is possibly an error with using MySQL or somesuch.

Error

.... [16:08:34 WARN]: Unchecked exception in render manager
.... [16:08:34 WARN]: java.lang.ExceptionInInitializerError
.... [16:08:34 WARN]: at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.lambda$render$1(ChunkyRenderer.java:141)
.... [16:08:34 WARN]: at se.llbit.chunky.renderer.RenderManager.pathTraceLoop(RenderManager.java:229)
.... [16:08:34 WARN]: at se.llbit.chunky.renderer.RenderManager.run(RenderManager.java:163)
.... [16:08:34 WARN]: Caused by: java.io.IOException: No space left on device
.... [16:08:34 WARN]: at java.io.FileOutputStream.writeBytes(Native Method)
.... [16:08:34 WARN]: at java.io.FileOutputStream.write(FileOutputStream.java:326)
.... [16:08:34 WARN]: at kotlin.io.ByteStreamsKt.copyTo(IOStreams.kt:108)
.... [16:08:34 WARN]: at kotlin.io.ByteStreamsKt.copyTo$default(IOStreams.kt:103)
.... [16:08:34 WARN]: at net.time4tea.oidn.Oidn$Companion.copyLibrary(Oidn.kt:79)
.... [16:08:34 WARN]: at net.time4tea.oidn.Oidn$Companion.loadLibrary(Oidn.kt:63)
.... [16:08:34 WARN]: at net.time4tea.oidn.Oidn.(Oidn.kt:55)
.... [16:08:34 WARN]: ... 3 more
.... [16:08:34 WARN]:
.... [16:08:35 INFO]: Unknown item ID: minecraft:player_head
.... [16:08:35 INFO]:
.... [16:08:35 WARN]: Minecraft Jar not found: falling back on placeholder textures.
.... [16:08:35 INFO]: Failed to load texture: {texture: {texture: assets/minecraft/textures/models/armor/leather_layer_1, color: [0.6901961, 0.18039216, 0.14901961, 0.0]}, overlay: assets/minecraft/textures/models/armor/leather_layer_1_overlay}
.... [16:08:35 WARN]: Minecraft Jar not found: falling back on placeholder textures.
.... [16:08:35 INFO]: Failed to load texture: {texture: {texture: assets/minecraft/textures/models/armor/leather_layer_2, color: [0.11372549, 0.11372549, 0.12941177, 0.0]}, overlay: assets/minecraft/textures/models/armor/leather_layer_2_overlay}
.... [16:08:35 WARN]: Minecraft Jar not found: falling back on placeholder textures.
.... [16:08:35 INFO]: Failed to load texture: {texture: {texture: assets/minecraft/textures/models/armor/leather_layer_1, color: [0.6901961, 0.18039216, 0.14901961, 0.0]}, overlay: assets/minecraft/textures/models/armor/leather_layer_1_overlay}
.... [16:08:35 WARN]: Unchecked exception in render manager
.... [16:08:35 WARN]: java.lang.NoClassDefFoundError: Could not initialize class net.time4tea.oidn.Oidn
.... [16:08:35 WARN]: at de.lemaik.chunkymap.rendering.local.ChunkyRenderer.lambda$render$1(ChunkyRenderer.java:141)
.... [16:08:35 WARN]: at se.llbit.chunky.renderer.RenderManager.pathTraceLoop(RenderManager.java:229)
.... [16:08:35 WARN]: at se.llbit.chunky.renderer.RenderManager.run(RenderManager.java:163)
.... [16:08:35 WARN]:

worlds.txt

#
# NOTES:
#   All lines here are commented with the # symbol - delete the # symbol on copied lines you wish to enable
#   Definitions of a world made here will superecede any world definition with the same name in configuration.txt
#   Deleting this file will result in a fresh copy being produced by dynmap.jar on the next startup.
#
worlds:
  # Worlds can be handled by templates, based on world type
  # You can override the properties of the template by specifying them in this section
  #    for example 'Title: "My Awesome World"'
  #- name: world
  #  title: "World"
  #   Use 'enabled: false' to disable a certain world.
  #  enabled: false
  #   Use sendposition: false to prevent player positions from showing when on this world (if sendposition is globally enabled)
  #  sendposition: false
  #   Use sendhealth: false ot prevent player health from showing when on this world (if sendhealth is globally enabled)
  #  sendhealth: false
  #  # If world isn't contiguous chunks (due to teleporting, for example), fullrender needs to be given other locations to scan for tiles on each patch of chunks
  #  fullrenderlocations:
  #    - x: 10000
  #      y: 64
  #      z: 20000
  #    - x: -15000
  #      y: 64
  #      z: -5000
  #  # Use visibilitylimits to restrict which areas of maps on your world to render (zero or more shapes can be defined)
  #  # For a rectangle, the area is defined by x0, z0 to x1, z1
  #  # For a circle, the area is defined by a center at x,z with a radius 'r'
  #  visibilitylimits:
  #    - x0: -1000
  #      z0: -1000
  #      x1: 1000
  #      z1: 1000
  #    - x: -2000
  #      z: -1000
  #      r: 200
  #  # Use hiddenlimits to specifically hide portions of your world (the opposite of visibilitylimits)
  #  # For a rectangle, the area is defined by x0, z0 to x1, z1
  #  # For a circle, the area is defined by a center at x,z with a radius 'r'
  #  hiddenlimits:
  #    - x0: 100
  #      z0: 0
  #      x1: 200
  #      z1: 0
  #    - x: -2000
  #      z: -1000
  #      r: 200
  #  # Use hidestyle to control how hidden-but-existing chunks are to be rendered (air=empty air (same as ungenerated), stone=a flat stone plain, ocean=a flat ocean)
  #  hidestyle: stone
  #   Use 'template: mycustomtemplate' to use the properties specified in the template 'mycustomtemplate' to this world. Default it is set to the environment-name (normal or nether).
  #  template: mycustomtemplate
  #   Rest of comes from template - uncomment to tailor for world specifically
  #  # World center - default is spawn point
  #  center:
  #    x: 0
  #    y: 64
  #    z: 0
  #  # If bigworld set to true, use alternate directory layout better suited to large worlds
  #  bigworld: true
  #  # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
  #  extrazoomout: 3
  #  # Default delay on processing of updated tiles, in seconds.  This can reduce potentially expensive re-rendering
  #  # of frequently updated tiles (such as due to machines, pistons, quarries or other automation).  Value can also be set on
  #  # individual maps.
  #  tileupdatedelay: 30
  #  maps:
  #    - class: org.dynmap.hdmap.HDMap
  #      name: flat
  #      title: "Flat"
  #      prefix: flat
  #      perspective: iso_S_90_lowres
  #      shader: stdtexture
  #      lighting: shadows
  #      mapzoomin: 1
  #    - class: org.dynmap.hdmap.HDMap
  #      name: surface
  #      title: "Surface"
  #      prefix: t
  #      perspective: iso_SE_30_hires
  #      shader: stdtexture
  #      lighting: shadows
  #      mapzoomin: 1
  #    - class: org.dynmap.hdmap.HDMap
  #      name: cave
  #      title: "Cave"
  #      prefix: ct
  #      perspective: iso_SE_60_lowres
  #      shader: cave
  #      lighting: default
  #      mapzoomin: 3
  #
  # To just label world, and inherit rest from template, just provide name and title
  #- name: world2
  #  title: "Second World"
  #
  #- name: nether
  #  title: "Nether"
  #  center:
  #    x: 0
  #    y: 64
  #    z: 0
  #  # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
  #  extrazoomout: 3
  #  maps:
  #    - class: org.dynmap.hdmap.HDMap
  #      name: flat
  #      title: "Flat"
  #      prefix: flat
  #      perspective: iso_S_90_lowres
  #      shader: stdtexture
  #      lighting: nethershadows
  #      # Map background color (day or night)
  #      background: "#300806"
  #      mapzoomin: 1
  #    - class: org.dynmap.hdmap.HDMap
  #      name: nether
  #      title: "Surface"
  #      prefix: nt
  #      perspective: iso_SE_30_hires
  #      shader: stdtexture
  #      lighting: nethershadows
  #      # Map background color (day or night)
  #      background: "#300806"
  #      mapzoomin: 1
  - name: world
    title: "Overworld"
    enabled: false
  - name: world_nether
    title: "Nether"
    enabled: false
  - name: world_the_end
    title: "The End"
    enabled: false
  - name: tutisle_nether
    title: "Nether"
    enabled: false
  - name: tutisle_the_end
    title: "The End"
    enabled: false
  - name: BoneZone
    title: "The Bone Zone"
    enabled: false
  - name: dungeonworld
    title: "Dungeons"
    enabled: false
  - name: Mines
    title: "Mineworld"
    enabled: false
  - name: Modworld
    title: "Modworld"
    enabled: false
  - name: Anoma
    title: "Anoma"
    enabled: true
    sendposition: false
    visibilitylimits:
      - x0: 1450
        z0: 980
        x1: 2600
        z1: 2850
      - x0: 2600
        z0: 2100
        x1: 3650
        z1: 2850
      - x0: 2600
        z0: 1200
        x1: 3300
        z1: 2100
      - x0: 1150
        z0: 1150
        x1: 1450
        z1: 2600
      - x0: 1700
        z0: 2850
        x1: 3200
        z1: 3000
      - x0: 3300
        z0: 1800
        x1: 3550
        z1: 2100
    hidestyle: air
    center:
      x: 2500
      y: 200
      z: 2500
    maps:
      - class: de.lemaik.chunkymap.dynmap.ChunkyMap
        name: flat
        title: "Flat"
        prefix: flat
        perspective: iso_S_90_lowres
        chunkyThreads: 2
        samplesPerPixel: 20
        denoiser:
          enabled: true
          albedoSamplesPerPixel: 4
          normalSamplesPerPixel: 4
      - class: de.lemaik.chunkymap.dynmap.ChunkyMap
        name: surface
        title: "Isometric"
        prefix: 3d
        perspective: iso_SW_30_lowres
        chunkyThreads: 2
        samplesPerPixel: 20
        denoiser:
          enabled: true
          albedoSamplesPerPixel: 4
          normalSamplesPerPixel: 4
  - name: tutisle
    title: "Sanctuary"
    enabled: true
    sendposition: false
    visibilitylimits:
      - x0: -250
        z0: -250
        x1: 250
        z1: 250
    hidestyle: air
    center:
      x: 0
      y: 200
      z: 0
    maps:
      - class: de.lemaik.chunkymap.dynmap.ChunkyMap
        name: flat
        title: "Flat"
        prefix: flat
        perspective: iso_S_90_lowres
        chunkyThreads: 2
        samplesPerPixel: 20
        denoiser:
          enabled: true
          albedoSamplesPerPixel: 4
          normalSamplesPerPixel: 4
      - class: de.lemaik.chunkymap.dynmap.ChunkyMap
        name: surface
        title: "Isometric"
        prefix: 3d
        perspective: iso_SW_30_lowres
        chunkyThreads: 2
        samplesPerPixel: 20
        denoiser:
          enabled: true
          albedoSamplesPerPixel: 4
          normalSamplesPerPixel: 4```

ChunkyMap does not show render info

Hi. The ChunkyMap does not show me in console messages like in Dynmap.
This server is running Paper version git-Paper-439 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[20:08:20 INFO]: Checking version, please wait...
[20:08:21 INFO]: Previous version: git-Paper-434 (MC: 1.16.5)
[20:08:21 INFO]: You are running the latest version
dynmap version 3.1-beta5-431
ChunkyMap version 2.5.2
Chunky version 1.1.21
Also it does not render, only sends "Can't keep up" into console. help

How to add texture pack to dynmap/chunkymap

Sorry but I have no clue how to add a resource/texture pack ive tried adding the texture pack to the texture pack folder and in worlds.txt adding
worlds:

  • name: world
    maps:
    • class: de.lemaik.chunkymap.dynmap.ChunkyMap
      name: chunky
      title: World
      perspective: iso_SE_30_hires
      texturepack:name.zip

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.