Coder Social home page Coder Social logo

holograms's People

Contributors

frash23 avatar niccholaspage avatar rincewind34 avatar sainttx avatar tigerhix avatar zreed 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

holograms's Issues

Holographic display expanding past the last character when using special characters.

For some reason, whenever I use a utf-8 character, the transparent part of the display extends past the last character and makes the entire display off center. The more special characters I use, the worse it becomes. Even using 3 social characters, the entire display is off centered by 1/3. How do I fix this?

I'm using the latest update 1.10, and using spigot 1.10. I've tried different versions and they all do the exact same thing. I've seen many servers use special characters and this problem does not persist on theirs.

License

What is the license for this project?

Would you consider adding a license file to the repo? :)

Holograms not working in 1.14.2

The plugin works but once you create a hologram you are not able to see them.
Please fix this (btw. if i remove protocolsupport they work but i need it on my server)

Placeholders not working

Hello, I've been trying to setup placeholders for player usernames. I've installed the 3 required plugins, Holograms, HologramsPlaceHolders, and PlaceHolderAPI. As I typed in the line "Welcome, %player_name%!", %player_name% didn't return as a playername, but as a text '%player_name%'.

Server Version: Spigot 1.8.8
Plugin(s) version: All compatible for spigot 1.8.8

Add license

Hi there, we'd love to use Hologram's source but can't find any licensing for it. Kind regards!

Paperspigot bug

Minecraft 1.14.2 paperspigot 65

[16:34:51] [Server thread/WARN]: [Holograms] Task #59 for Holograms v2.7-SNAPSHOT generated an exception
java.lang.IllegalAccessError: tried to access field net.minecraft.server.v1_14_R1.Entity.bukkitEntity from class com.sainttx.holograms.nms.v1_14_R1.EntityNameable
at com.sainttx.holograms.nms.v1_14_R1.EntityNameable.getBukkitEntity(EntityNameable.java:138) ~[?:?]
at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:609) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.craftbukkit.v1_14_R1.event.CraftEventFactory.doEntityAddEventCalling(CraftEventFactory.java:534) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.WorldServer.addEntity0(WorldServer.java:951) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.WorldServer.addEntity(WorldServer.java:873) ~[patched_1.14.2.jar:git-Paper-65]
at com.sainttx.holograms.nms.v1_14_R1.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:74) ~[?:?]
at com.sainttx.holograms.nms.v1_14_R1.HologramEntityControllerImpl.spawnNameable(HologramEntityControllerImpl.java:38) ~[?:?]
at com.sainttx.holograms.api.line.TextLine.show(TextLine.java:47) ~[?:?]
at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:130) ~[?:?]
at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:119) ~[?:?]
at com.sainttx.holograms.ManagerImpl.load(ManagerImpl.java:58) ~[?:?]
at com.sainttx.holograms.HologramPlugin.lambda$onEnable$0(HologramPlugin.java:49) ~[?:?]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.2.jar:git-Paper-65]
at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:452) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1114) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:418) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1060) ~[patched_1.14.2.jar:git-Paper-65]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:904) ~[patched_1.14.2.jar:git-Paper-65]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]

Not working after reload/restart

I make a hologram and when i restart or reload with plugman they disappear please help me!
WARN [Holograms] Failed to spawn Hologram "Devil"
28.06 20:21:15 [Server] INFO com.sainttx.holograms.api.exception.HologramEntitySpawnException: Attempted to spawn hologram entity in invalid chunk
28.06 20:21:15 [Server] INFO at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:74) ~[Holograms-2.8%20(1).jar:?]
28.06 20:21:15 [Server] INFO at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.spawnNameable(HologramEntityControllerImpl.java:40) ~[Holograms-2.8%20(1).jar:?]
28.06 20:21:15 [Server] INFO at com.sainttx.holograms.api.line.TextLine.show(TextLine.java:47) ~[Holograms-2.8%20(1).jar:?]
28.06 20:21:15 [Server] INFO at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:130) ~[Holograms-2.8%20(1).jar:?]
28.06 20:21:15 [Server] INFO at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:119) ~[Holograms-2.8%20(1).jar:?]
28.06 20:21:15 [Server] INFO at com.sainttx.holograms.ManagerImpl.load(ManagerImpl.java:58) ~[Holograms-2.8%20(1).jar:?]
28.06 20:21:15 [Server] INFO at com.sainttx.holograms.HologramPlugin.lambda$onEnable$0(HologramPlugin.java:39) ~[Holograms-2.8%20(1).jar:?]
28.06 20:21:15 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
28.06 20:21:15 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
28.06 20:21:15 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
28.06 20:21:15 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
28.06 20:21:15 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
28.06 20:21:15 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
28.06 20:21:15 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
28.06 20:21:15 [Server] INFO Caused by: java.lang.NullPointerException
28.06 20:21:15 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.getHandle(CraftChunk.java:44) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
28.06 20:21:15 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.(CraftChunk.java:30) ~[spigot-1.8.8.jar:git-Spigot-21fe707-e1ebe52]
28.06 20:21:15 [Server] INFO at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:72) ~[Holograms-2.8%20(1).jar:?]
28.06 20:21:15 [Server] INFO ... 13 more

Failed to spawn hologram

[04:44:14 WARN]: [Holograms] Failed to spawn Hologram "i"
com.sainttx.holograms.api.exception.HologramEntitySpawnException: Attempted to spawn hologram entity in invalid chunk
at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:74) ~[?:?]
at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.spawnNameable(HologramEntityControllerImpl.java:40) ~[?:?]
at com.sainttx.holograms.api.line.TextLine.show(TextLine.java:47) ~[?:?]
at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:130) ~[?:?]
at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:119) ~[?:?]
at com.sainttx.holograms.ManagerImpl.load(ManagerImpl.java:58) ~[?:?]
at com.sainttx.holograms.HologramPlugin.lambda$onEnable$0(HologramPlugin.java:49) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) [PaperSpigot-1.8.8.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:352) [PaperSpigot-1.8.8.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:783) [PaperSpigot-1.8.8.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [PaperSpigot-1.8.8.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [PaperSpigot-1.8.8.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot-1.8.8.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
Caused by: java.lang.NullPointerException
at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.getHandle(CraftChunk.java:44) ~[PaperSpigot-1.8.8.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.(CraftChunk.java:30) ~[PaperSpigot-1.8.8.jar:git-PaperSpigot-"4c7641d"]
at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:72) ~[?:?]
... 13 more

Repeated error on chunk unload

I get this repeatedly when using Holographic-Scoreboard with Holograms:

[23:45:17] [Server thread/ERROR]: Could not pass event ChunkUnloadEvent to Holograms v1.8.8
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.ChunkProviderServer.unloadChunks(ChunkProviderServer.java:352) [spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.WorldServer.doTick(WorldServer.java:234) [spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:770) [spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-5f38d38-12698ea]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NullPointerException

It's spamming up my log

Holograms disappear after restart the server

So, I configure my holograms successfully via commands, then I restart the server for X reason and the next error appears on console. And the holograms are not showing after the restart:

[Server] WARN [Holograms] Task #26 for Holograms v2.4.0-SNAPSHOT generated an exception [Server] INFO java.lang.NullPointerException [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.getHandle(CraftChunk.java:44) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.<init>(CraftChunk.java:30) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] [Server] INFO at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:70) ~[?:?] [Server] INFO at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.spawnNameable(HologramEntityControllerImpl.java:39) ~[?:?] [Server] INFO at com.sainttx.holograms.api.line.TextLine.show(TextLine.java:47) ~[?:?] [Server] INFO at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:130) ~[?:?] [Server] INFO at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:119) ~[?:?] [Server] INFO at com.sainttx.holograms.ManagerImpl.load(ManagerImpl.java:54) ~[?:?] [Server] INFO at com.sainttx.holograms.HologramPlugin.lambda$onEnable$0(HologramPlugin.java:49) ~[?:?] [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_112]

This is the content at holograms.yml:

holograms: entradanortesrv: location: survival;-44.318526399258914;67.0;898.3483877581078;4.800071;176.93701 lines: - §d§k!!!!§a Entrada Norte §d§k!!!! entradaoestesrv: location: survival;-72.3353389003716;67.0;926.2834818315296;4.0500574;89.48718 lines: - §d§k!!!!§a Entrada Oeste §d§k!!!! entradasursrv: location: survival;-44.63281621703896;67.0;954.237236262998;7.3500566;356.78748 lines: - §d§k!!!!§a Entrada Este §d§k!!!! entradaestesrv: location: survival;-16.321892611608572;67.0;926.3811150634901;-0.5999343;268.43707 lines: - §d§k!!!!§a Entrada Este §d§k!!!! entrada1: location: survival;-44.478320864490314;67.0;798.6201094301554;4.5281334;183.02478 lines: - §aDespues de la linea §9azul - §apuedes construir entrada2: location: survival;-44.5032091377419;67.0;1054.8651818332705;4.978144;0.47607422 lines: - §aDespues de la linea §9azul - §apuedes construir entrada3: location: survival;83.12938878529258;67.0;926.5948707571132;8.876807;268.07324 lines: - §aDespues de la linea §9azul - §apuedes construir entrada4: location: survival;-172.64972876972945;67.0;926.6343757187501;3.0268717;93.77283 lines: - §aDespues de la linea §9azul - §apuedes construir

I would thank any help, 😃

Holograms reverting after server restart and sometimes at random times

The holograms keep reverting back after the server restarts or sometimes they just randomly revert back when the server is up normally. So if I put '&f&lHello' on a hologram, then change it to '&c&lHelllllo', if I then restarted the server, it would revert back to '&f&lHello'. I really hope you could fix this! Absolutely LOVE your plugin! Compatible with ViaVersion....has awesome features...its lightweight....its smooth....its easy to use! Keep up the good work :P Really hope this bug gets fixed! Thank you :)

Player Teleporting

Whenever someone teleports in the overworld to a very long distance (where the player hasn't his chunks loaded) or to another overworld, the plugin calls some events, and the teleported player is extremely pinged for like 5 seconds.

Timings of my server: https://timings.spigotmc.org/?url=koduhenawu

The Repo is down

our repository seems to be down.

maven.sainttx.com http://maven.sainttx.com/nexus/content/groups/public/

I get error 404 when I try to browse the repo?

Holograms Not Visible

Hello,

On my server, when I join in the hub, the holograms appear. But when I go to another world and come back, some of the holograms aren't there anymore, or only certain lines are there. When I type /holo list, the holograms are there but they are not visible. Please help me fix this. Here's a list of my plugins and server version: http://pastebin.com/cP5vVQbH

How do I add a new line to Animated Holograms?

Thank you for your help!

Current Animated Hologram:

`
Speed: 0.1
&b&lGalaxy
&b&lGalaxy
&b&lGalaxy
&b&lGalaxy
&b&lGalaxy
&b&lGalaxy
&b&lGalaxy
&b&lGalaxy
&f&lG&b&lalaxy
&3&lG&f&la&b&llaxy
&3&lGa&f&ll&b&laxy
&3&lGal&f&la&b&lxy
&3&lGala&f&lx&b&ly
&3&lGalax&f&ly
&3&lGalaxy
&3&lGalaxy
&3&lGalaxy
&3&lGalaxy
&3&lGalaxy
&3&lGalaxy
&3&lGalaxy
&3&lGalaxy
&f&lG&3&lalaxy
&b&lG&f&la&3&llaxy
&b&lGa&f&ll&3&laxy
&b&lGal&f&la&3&lxy
&b&lGala&f&lx&3&ly
&b&lGalax&f&ly

`

Holograms disappearing after sometime (Requiring restart or individual reload by PlugMan to appear again)

My holograms disappear after some time. I have no way to prove that indeed they disappear, but if you want I can try to upload some. I have to restart the server or to reload the plugin with PlugMan for the holograms to appear again. This is quite annoying as I am relying on holograms and I have stopped using signs entirely.
I don't even know if this bug has been fixed, and at spigotmc.org I searched the plugin's update section and found nothing about this.
It seems I am not the only one with this issue. This issue #7 has been closed by its creator, but it describes the same issue as mine, but they don't disappear after changing world, but after some time.
I'm running v2.1.0-SNAPSHOT on 1.8.8, forgive me if this has been fixed already.

v2.8 hangs on chunk load in 1.14.2

System Info: Java 1.8 (OpenJDK 64-Bit Server VM 25.171-b10) Host:  Linux 3.10.0-327.el7.x86_64 (amd64)
Loading libraries, please wait...
[03:06:05 INFO]: Starting minecraft server version 1.14.2
[03:06:05 INFO]: Loading properties
[03:06:06 INFO]: This server is running Paper version git-Paper-98 (MC: 1.14.2) (Implementing API version 1.14.2-R0.1-SNAPSHOT)
[03:06:06 INFO]: Server Ping Player Sample Count: 12
[03:06:06 INFO]: Using 4 threads for Netty based IO
[03:06:06 INFO]: Debug logging is disabled
[03:06:06 INFO]: Default game type: ADVENTURE
[03:06:06 INFO]: Generating keypair
[03:06:07 INFO]: Starting Minecraft server on *:25566
[03:06:07 INFO]: Using epoll channel type
[03:06:11 WARN]: Plugin Holograms v2.8-SNAPSHOT does not specify an api-version.
[03:06:11 INFO]: [Holograms] Loading Holograms v2.8-SNAPSHOT
[03:06:11 INFO]: Server permissions file permissions.yml is empty, ignoring it
[03:06:11 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[03:06:11 WARN]: The server will make no attempt to authenticate usernames. Beware.
[03:06:11 WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[03:06:11 WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[03:06:11 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[03:06:11 INFO]: Preparing level "world"
[03:06:12 INFO]: Reloading ResourceManager: Default, bukkit
[03:06:13 INFO]: Loaded 6 recipes
[03:06:14 INFO]: -------- World Settings For [world] --------
[03:06:14 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[03:06:14 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:06:14 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:06:14 INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:06:14 INFO]: Max TNT Explosions: 100
[03:06:14 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:06:14 INFO]: Experience Merge Radius: 3.0
[03:06:14 INFO]: Mob Spawn Range: 4
[03:06:14 INFO]: Cactus Growth Modifier: 100%
[03:06:14 INFO]: Cane Growth Modifier: 100%
[03:06:14 INFO]: Melon Growth Modifier: 100%
[03:06:14 INFO]: Mushroom Growth Modifier: 100%
[03:06:14 INFO]: Pumpkin Growth Modifier: 100%
[03:06:14 INFO]: Sapling Growth Modifier: 100%
[03:06:14 INFO]: Beetroot Growth Modifier: 100%
[03:06:14 INFO]: Carrot Growth Modifier: 100%
[03:06:14 INFO]: Potato Growth Modifier: 100%
[03:06:14 INFO]: Wheat Growth Modifier: 100%
[03:06:14 INFO]: NetherWart Growth Modifier: 100%
[03:06:14 INFO]: Vine Growth Modifier: 100%
[03:06:14 INFO]: Cocoa Growth Modifier: 100%
[03:06:14 INFO]: Item Merge Radius: 2.5
[03:06:14 INFO]: View Distance: 5
[03:06:14 INFO]: Item Despawn Rate: 6000
[03:06:14 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:06:14 INFO]: Arrow Despawn Rate: 1200
[03:06:14 INFO]: Zombie Aggressive Towards Villager: true
[03:06:14 INFO]: Nerfing mobs spawned from spawners: false
[03:06:15 INFO]: -------- World Settings For [world_the_end] --------
[03:06:15 INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[03:06:15 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[03:06:15 INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[03:06:15 INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[03:06:15 INFO]: Max TNT Explosions: 100
[03:06:15 INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[03:06:15 INFO]: Experience Merge Radius: 3.0
[03:06:15 INFO]: Mob Spawn Range: 4
[03:06:15 INFO]: Cactus Growth Modifier: 100%
[03:06:15 INFO]: Cane Growth Modifier: 100%
[03:06:15 INFO]: Melon Growth Modifier: 100%
[03:06:15 INFO]: Mushroom Growth Modifier: 100%
[03:06:15 INFO]: Pumpkin Growth Modifier: 100%
[03:06:15 INFO]: Sapling Growth Modifier: 100%
[03:06:15 INFO]: Beetroot Growth Modifier: 100%
[03:06:15 INFO]: Carrot Growth Modifier: 100%
[03:06:15 INFO]: Potato Growth Modifier: 100%
[03:06:15 INFO]: Wheat Growth Modifier: 100%
[03:06:15 INFO]: NetherWart Growth Modifier: 100%
[03:06:15 INFO]: Vine Growth Modifier: 100%
[03:06:15 INFO]: Cocoa Growth Modifier: 100%
[03:06:15 INFO]: Item Merge Radius: 2.5
[03:06:15 INFO]: View Distance: 5
[03:06:15 INFO]: Item Despawn Rate: 6000
[03:06:15 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[03:06:15 INFO]: Arrow Despawn Rate: 1200
[03:06:15 INFO]: Zombie Aggressive Towards Villager: true
[03:06:15 INFO]: Nerfing mobs spawned from spawners: false
[03:06:15 INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[03:06:15 INFO]: Preparing spawn area: 0%
[03:06:15 INFO]: Preparing spawn area: 0%
[03:06:16 INFO]: Preparing spawn area: 100%
[03:06:16 INFO]: Loaded 289 spawn chunks for world world
[03:06:16 INFO]: Time elapsed: 1288 ms
[03:06:16 INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
[03:06:16 INFO]: Preparing spawn area: 0%
[03:06:16 INFO]: Preparing spawn area: 0%
[03:06:16 INFO]: Loaded 289 spawn chunks for world world_the_end
[03:06:16 INFO]: Time elapsed: 659 ms
[03:06:16 INFO]: [Holograms] Enabling Holograms v2.8-SNAPSHOT*
[03:06:17 INFO]: [Holograms] HologramEntityController set to: com.sainttx.holograms.nms.v1_14_R1.HologramEntityControllerImpl
[03:06:17 INFO]: Done (5.197s)! For help, type "help"
[03:06:17 INFO]: UUID of player RaidAndFade is 92ad72d4-7c36-42b0-b6e4-e1204e8d3d18
[03:06:17 INFO]: Timings Reset
[03:06:17 INFO]: [Holograms] Loaded hologram with "srvport" with 2 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "welcome" with 2 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "uptime" with 2 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "survstatus" with 3 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "skyblock" with 2 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "skystatus" with 3 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "creative" with 2 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "creativestatus" with 3 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "Parkour" with 2 lines
[03:06:17 INFO]: [Holograms] Loaded hologram with "Parkourzone" with 2 lines
[03:06:17 INFO]: RaidAndFade[/10.1.0.199:53137] logged in with entity id 30 at ([world]1000.5, 100.0, 1000.5)
[03:06:20 INFO]: RaidAndFade issued server command: /spawn
[03:06:25 INFO]: RaidAndFade fell out of the world
[03:06:36 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-98 (MC: 1.14.2) ---
[03:06:36 ERROR]: The server has not responded for 10 seconds! Creating thread dump
[03:06:36 ERROR]: ------------------------------
[03:06:36 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[03:06:36 ERROR]: ------------------------------
[03:06:36 ERROR]: Current Thread: Server thread
[03:06:36 ERROR]:       PID: 24 | Suspended: false | Native: false | State: TIMED_WAITING
[03:06:36 ERROR]:       Stack:
[03:06:36 ERROR]:               sun.misc.Unsafe.park(Native Method)
[03:06:36 ERROR]:               java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:116)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:178)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.IChunkProvider.getChunkAt(SourceFile:16)
[03:06:36 ERROR]:               org.bukkit.craftbukkit.v1_14_R1.CraftWorld.getChunkAt(CraftWorld.java:375)
[03:06:36 ERROR]:               org.bukkit.craftbukkit.v1_14_R1.CraftWorld.getChunkAt(CraftWorld.java:825)
[03:06:36 ERROR]:               org.bukkit.Location.getChunk(Location.java:123)
[03:06:36 ERROR]:               com.sainttx.holograms.HologramListener.lambda$onChunkLoad$0(HologramListener.java:33)
[03:06:36 ERROR]:               com.sainttx.holograms.HologramListener$$Lambda$2638/1052659501.test(Unknown Source)
[03:06:36 ERROR]:               java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
[03:06:36 ERROR]:               java.util.TreeMap$ValueSpliterator.forEachRemaining(TreeMap.java:2897)
[03:06:36 ERROR]:               java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
[03:06:36 ERROR]:               java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
[03:06:36 ERROR]:               java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
[03:06:36 ERROR]:               java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
[03:06:36 ERROR]:               java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[03:06:36 ERROR]:               java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
[03:06:36 ERROR]:               com.sainttx.holograms.HologramListener.onChunkLoad(HologramListener.java:34)
[03:06:36 ERROR]:               com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor3.execute(Unknown Source)
[03:06:36 ERROR]:               org.bukkit.plugin.EventExecutor.lambda$create$1(EventExecutor.java:69)
[03:06:36 ERROR]:               org.bukkit.plugin.EventExecutor$$Lambda$2616/1311629682.execute(Unknown Source)
[03:06:36 ERROR]:               co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80)
[03:06:36 ERROR]:               org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[03:06:36 ERROR]:               org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:536)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.Chunk.loadCallback(Chunk.java:628)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.PlayerChunk.lambda$null$7(PlayerChunk.java:375)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.PlayerChunk$$Lambda$2591/1162021364.accept(Unknown Source)
[03:06:36 ERROR]:               com.mojang.datafixers.util.Either$Left.ifLeft(Either.java:43)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.PlayerChunk.lambda$a$8(PlayerChunk.java:373)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.PlayerChunk$$Lambda$2452/858037756.accept(Unknown Source)
[03:06:36 ERROR]:               java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656)
[03:06:36 ERROR]:               java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632)
[03:06:36 ERROR]:               java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
[03:06:36 ERROR]:               java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561)
[03:06:36 ERROR]:               java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:580)
[03:06:36 ERROR]:               java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:57)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter$$Lambda$2473/746745865.run(Unknown Source)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:127)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:105)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:598)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:115)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:178)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:327)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(IWorldReader.java:80)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:288)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.Entity.setLocation(Entity.java:1312)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.PlayerConnection.tick(PlayerConnection.java:147)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.NetworkManager.a(NetworkManager.java:259)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:129)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1216)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:418)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:1061)
[03:06:36 ERROR]:               net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:905)
[03:06:36 ERROR]:               java.lang.Thread.run(Thread.java:748)
[03:06:36 ERROR]: ------------------------------
[03:06:36 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[03:06:36 ERROR]: ------------------------------

I've Included the server startup in case any useful information is there, the server sends that same thread dump over and over until around 120 seconds at which point it gives up and crashes entirely. It seems to be a problem in your filter lambda within onchunkload but I'm not going to speculate further as i only skimmed the source.

I have replicated this on previous builds of both paperclip and spigot 1.14, i have not tested on 1.13 as the 1.13 version of this plugin did not have this problem when i used it before.

Visibility Through Walls

Is it possible to turn off the visibility through walls for these holograms? I'm trying to make a shop with them using the floating items, but making it hard when i have 100+ lines showing through the wall. Thank you.

under 1.8.8 holograms do not load

on server reboot holograms do not load back up. they still show in the holograms.yml but are not present in listings or visible in server.

setline does not save the edited line

Hey i have a little issue,
when a line is set with /h setline <name> <index> <text> the line is changing but after a reload
or with /h info the changed text "disappeared".

http://prntscr.com/ae23sw

holograms.yml
holograms: sv: location: world;337.2317128665149;7.1182284868786745;-124.30000001192093;23.250011;-0.750366 lines: - Hello %player_displayname% - do connect to the §3Survival Server - §4use /sv - '%bungeecord_sv%'

Hope you can help me. =)

Server: Bungeecord with 1.9 spigot

No floating items command!

On the features list it says you have the ability to make floating items on the text but i cant find that pls help!!!

[Server thread/WARN]: [HolographicDisplays] Unable to get a stacktrace element, please inform the developer. You will only see this error once to avoid spam.

[Server thread/WARN]: [HolographicDisplays] Unable to get a stacktrace element, please inform the developer. You will only see this error once to avoid spam.
java.lang.NoSuchMethodException: java.lang.Throwable.getStackTraceElement(int)
at java.base/java.lang.Class.getDeclaredMethod(Class.java:2434) ~[?:?]
at com.gmail.filoghost.holographicdisplays.util.ReflectionUtils.getStackTraceElement(ReflectionUtils.java:44) [HolographicDisplays.jar:?]
at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.EntityNMSArmorStand.getId(EntityNMSArmorStand.java:115) [HolographicDisplays.jar:?]
at net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:104) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.World.a(World.java:1066) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.base/java.lang.reflect.Method.invoke(Method.java:564) ~[?:?]
at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:128) [HolographicDisplays.jar:?]
at com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:102) [HolographicDisplays.jar:?]
at com.gmail.filoghost.holographicdisplays.object.line.CraftTextLine.spawn(CraftTextLine.java:75) [HolographicDisplays.jar:?]
at com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300) [HolographicDisplays.jar:?]
at com.gmail.filoghost.holographicdisplays.object.CraftHologram.refreshAll(CraftHologram.java:247) [HolographicDisplays.jar:?]
at com.gmail.filoghost.holographicdisplays.task.StartupLoadHologramsTask.run(StartupLoadHologramsTask.java:11) [HolographicDisplays.jar:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-db6de12-18fbb24]
at java.base/java.lang.Thread.run(Thread.java:844) [?:?]
[06:16:55] [Thread-25/INFO]: UUID of player MIYA is 438022c9-2088-30d3-9bb6-ce3319eaf1bb
[06:16:55] [Server thread/INFO]: MIYA[/171.6.22.39:53731] logged in with entity id 1142 at ([quest]22.704043426697204, 52.0, 16.738318996120782)

Laaag!

Several lag with 1.12
schermata del 2018-01-14 19-47-33

Error at line 28 :/

com.sainttx.holograms.util.LocationUtil.stringAsLocation(LocationUtil.java:28)

i just restarted my server and this came up in console, here is the whole error below:

09.06 12:45:09 [Server] WARN [Holograms] Task #38814 for Holograms v2.2.0-SNAPSHOT generated an exception 09.06 12:45:09 [Server] INFO java.lang.NullPointerException 09.06 12:45:09 [Server] INFO at com.sainttx.holograms.util.LocationUtil.stringAsLocation(LocationUtil.java:28) ~[?:?] 09.06 12:45:09 [Server] INFO at com.sainttx.holograms.ManagerImpl.load(ManagerImpl.java:42) ~[?:?] 09.06 12:45:09 [Server] INFO at com.sainttx.holograms.HologramPlugin.lambda$onEnable$0(HologramPlugin.java:49) ~[?:?] 09.06 12:45:09 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] 09.06 12:45:09 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] 09.06 12:45:09 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] 09.06 12:45:09 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] 09.06 12:45:09 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] 09.06 12:45:09 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot-1.8.8.jar:git-Spigot-e4d4710-e1ebe52] 09.06 12:45:09 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_92]

1.11

Update to 1.11 please :)

Spawn holograms disappear over time

I'm running Spigot 1.10 and v2.3.0-SNAPSHOT of Holograms. I get no errors during server launch or when I do /reload, but after about 30 minutes the spawn holograms disappear. They're still listed under /h list, and a reload brings them back.

Duplicate holograms

I have suggestion:

  • Allow to duplicate holograms

/holograms duplicate (originalHologram) (newHologram)

This command will create new hologram with ID (newHologram) and copy all text lines from (originalHologram).
If (newHologram) already exists - it will just replace all lines of (newHologram) with lines from (originalHologram).

Holograms uses almost 340% of server tick with 97 holograms

Hello.

First, I would like to say nice job on the plugin, it's very useful and easy to use. The API also integrates very nicely.
However, there seems to be serious lag caused by this plugin, using up almost 340% of the server tick.

image

Seems to be on the chunk load & unload events... however, there are no players online, so there should be no chunks loading or unloading.
We have 16 worlds loaded at all times with a total of 1,268 entities (as of writing this).
I believe this is because of the Armor Stands this plugin creates for the holograms.

We do have some plugins that affect world generation, and probably chunk loading as well, such as EpicWorldGenerator (latest v7).

Again, thank you for such a nice plugin.
Please do tell if you have any idea of what could be causing this.

EDIT: The TPS seems to vary between 17 and 19. Usually it's above 19 only when there's some players online and/or the server just started.

Holograms not save on restart

Console say this error.
[03:42:26 WARN]: [Holograms] Failed to spawn Hologram "Hola" com.sainttx.holograms.api.exception.HologramEntitySpawnException: Attempted to spawn hologram entity in invalid chunk at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:74) ~[?:?] at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.spawnNameable(HologramEntityControllerImpl.java:40) ~[?:?] at com.sainttx.holograms.api.line.TextLine.show(TextLine.java:47) ~[?:?] at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:130) ~[?:?] at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:119) ~[?:?] at com.sainttx.holograms.ManagerImpl.load(ManagerImpl.java:58) ~[?:?] at com.sainttx.holograms.HologramPlugin.lambda$onEnable$0(HologramPlugin.java:49) ~[?:?] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [Lobby.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [Lobby.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723) [Lobby.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [Lobby.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [Lobby.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [Lobby.jar:git-Spigot-db6de12-18fbb24] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144] Caused by: java.lang.NullPointerException at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.getHandle(CraftChunk.java:44) ~[Lobby.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.<init>(CraftChunk.java:30) ~[Lobby.jar:git-Spigot-db6de12-18fbb24] at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:72) ~[?:?] ... 13 more

Server crash 1.14.2 upon loading into game near hologram (chunk)

Totally crashes the server. Here is the full server log.

START TIME: Wed Jun 12 01:15:18 MSK 2019
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with the Serial old collector is deprecated and will likely be removed in a future release
*** Error, this build is outdated ***
*** Please download a new build as per instructions from https://www.spigotmc.org/go/outdated-spigot ***
*** Server will start in 20 seconds ***
Loading libraries, please wait...
[18:15:46] [Server thread/INFO]: Starting minecraft server version 1.14.2
[18:15:46] [Server thread/INFO]: Loading properties
[18:15:47] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-093165d-ba575a5 (MC: 1.14.2) (Implementing API version 1.14.2-R0.1-SNAPSHOT)
[18:15:47] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:15:47] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:15:47] [Server thread/INFO]: Debug logging is disabled
[18:15:47] [Server thread/INFO]: Default game type: SURVIVAL
[18:15:47] [Server thread/INFO]: Generating keypair
[18:15:48] [Server thread/INFO]: Starting Minecraft server on *:2118
[18:15:48] [Server thread/INFO]: Using epoll channel type
[18:15:48] [Server thread/WARN]: Failed to find a usable hardware address from the network interfaces; using random bytes: 67:89:6e:02:ef:00:60:3b
[18:15:49] [Server thread/ERROR]: Could not load 'plugins/._EssentialsXSpawn-2.16.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:137) [server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [server.jar:git-Spigot-093165d-ba575a5]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[server.jar:git-Spigot-093165d-ba575a5]
... 5 more
[18:15:49] [Server thread/ERROR]: Could not load 'plugins/._EssentialsXProtect-2.16.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:137) [server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [server.jar:git-Spigot-093165d-ba575a5]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[server.jar:git-Spigot-093165d-ba575a5]
... 5 more
[18:15:49] [Server thread/ERROR]: Could not load 'plugins/._EssentialsXAntiBuild-2.16.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:137) [server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [server.jar:git-Spigot-093165d-ba575a5]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[server.jar:git-Spigot-093165d-ba575a5]
... 5 more
[18:15:49] [Server thread/ERROR]: Could not load 'plugins/._EssentialsXXMPP-2.16.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:137) [server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [server.jar:git-Spigot-093165d-ba575a5]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[server.jar:git-Spigot-093165d-ba575a5]
... 5 more
[18:15:49] [Server thread/ERROR]: Could not load 'plugins/._EssentialsXGeoIP-2.16.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:137) [server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [server.jar:git-Spigot-093165d-ba575a5]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[server.jar:git-Spigot-093165d-ba575a5]
... 5 more
[18:15:49] [Server thread/ERROR]: Could not load 'plugins/._EssentialsXChat-2.16.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:137) [server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [server.jar:git-Spigot-093165d-ba575a5]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[server.jar:git-Spigot-093165d-ba575a5]
... 5 more
[18:15:49] [Server thread/ERROR]: Could not load 'plugins/._EssentialsX-2.16.1.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:168) ~[server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:137) [server.jar:git-Spigot-093165d-ba575a5]
at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [server.jar:git-Spigot-093165d-ba575a5]
at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761) [server.jar:git-Spigot-093165d-ba575a5]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_191]
at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_191]
at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:156) ~[server.jar:git-Spigot-093165d-ba575a5]
... 5 more
[18:15:59] [Server thread/WARN]: Plugin AntiAFKPro v1.6.0 does not specify an api-version.
[18:16:00] [Server thread/WARN]: Plugin PermissionsEx v1.23.4 does not specify an api-version.
[18:16:00] [Server thread/WARN]: Plugin ElderGuardianBoss v0.7 does not specify an api-version.
[18:16:00] [Server thread/WARN]: Plugin ProtocolLib v4.4.0 does not specify an api-version.
[18:16:01] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.51
[18:16:01] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v7.0.0-SNAPSHOT;4315-6ad2746
[18:16:02] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@39752bb2]
[18:16:02] [Server thread/INFO]: [AntiAFKPro] Loading AntiAFKPro v1.6.0
[18:16:02] [Server thread/INFO]: [OreReplacerPlugin] Loading OreReplacerPlugin v1.0.1.13.16a
[18:16:02] [Server thread/INFO]: [AnnouncementsEverywhere] Loading AnnouncementsEverywhere v3.8.2
[18:16:02] [Server thread/INFO]: [GetSpawners] Loading GetSpawners v1.7
[18:16:02] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[18:16:02] [Server thread/INFO]: [mcMMOHorse] Loading mcMMOHorse v4.3.54
[18:16:02] [Server thread/INFO]: [Chairs] Loading Chairs v5.0
[18:16:02] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.9.10 (beta)
[18:16:02] [Server thread/INFO]: [ElderGuardianBoss] Loading ElderGuardianBoss v0.7
[18:16:02] [Server thread/INFO]: [Vault] Loading Vault v1.7.2-b107
[18:16:02] [Server thread/INFO]: [CommandSigns] Loading CommandSigns v2.1.1
[18:16:03] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v7.0.0-rc-1;d542ba7
[18:16:03] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.4.0
[18:16:03] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.14.2) has not yet been tested! Proceed with caution.
[18:16:03] [Server thread/INFO]: [PetMaster] Loading PetMaster v1.9.5
[18:16:03] [Server thread/INFO]: [ChestSort] Loading ChestSort v5.0.2
[18:16:03] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.10-SNAPSHOT (build 148)
[18:16:03] [Server thread/INFO]: [ChestShop] WorldGuard version 7.0.0-rc-1;d542ba7 loaded.
[18:16:03] [Server thread/INFO]: [Essentials] Loading Essentials v2.16.1.159
[18:16:03] [Server thread/INFO]: [AdvancedAchievements] Loading AdvancedAchievements v5.12.0
[18:16:03] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.16.1.159
[18:16:03] [Server thread/INFO]: [BuycraftX] Loading BuycraftX v12.0.2
[18:16:03] [Server thread/INFO]: [GriefPrevention] Loading GriefPrevention v16.11.6
[18:16:03] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.16.1.0
[18:16:03] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v7.0.0-SNAPSHOT;4315-6ad2746
[18:16:03] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[18:16:03] [Server thread/WARN]: [WorldEdit] ====================================================
[18:16:03] [Server thread/WARN]: [WorldEdit] WorldEdit works better if you use Paper
[18:16:03] [Server thread/WARN]: [WorldEdit] as your server software.
[18:16:03] [Server thread/WARN]: [WorldEdit]
[18:16:03] [Server thread/WARN]: [WorldEdit] Paper offers significant performance improvements,
[18:16:03] [Server thread/WARN]: [WorldEdit] bug fixes, security enhancements and optional
[18:16:03] [Server thread/WARN]: [WorldEdit] features for server owners to enhance their server.
[18:16:03] [Server thread/WARN]: [WorldEdit]
[18:16:03] [Server thread/WARN]: [WorldEdit] Paper includes Timings v2, which is significantly
[18:16:03] [Server thread/WARN]: [WorldEdit] better at diagnosing lag problems over v1.
[18:16:03] [Server thread/WARN]: [WorldEdit]
[18:16:03] [Server thread/WARN]: [WorldEdit] All of your plugins should still work, and the
[18:16:03] [Server thread/WARN]: [WorldEdit] Paper community will gladly help you fix any issues.
[18:16:03] [Server thread/WARN]: [WorldEdit]
[18:16:03] [Server thread/WARN]: [WorldEdit] Join the Paper Community @ https://papermc.io
[18:16:03] [Server thread/WARN]: [WorldEdit] ====================================================
[18:16:03] [Server thread/INFO]: [Vault] Enabling Vault v1.7.2-b107
[18:16:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:16:03] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[18:16:03] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:16:03] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[18:16:03] [Server thread/INFO]: [Vault] Enabled Version 1.7.2-b107
[18:16:03] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[18:16:03] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.4.0
[18:16:03] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[18:16:03] [Server thread/INFO]: Preparing level "world"
[18:16:03] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
[18:16:04] [Server thread/INFO]: Loaded 6 recipes
[18:16:05] [Server thread/INFO]: -------- World Settings For [world] --------
[18:16:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:16:05] [Server thread/INFO]: Mob Spawn Range: 6
[18:16:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Max TNT Explosions: 100
[18:16:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:16:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[18:16:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:16:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:16:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[18:16:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:16:05] [Server thread/INFO]: View Distance: 8
[18:16:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:16:05] [Server thread/INFO]: Item Merge Radius: 2.5
[18:16:05] [Server thread/INFO]: Item Despawn Rate: 6000
[18:16:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:16:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:16:05] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_14_R2 as the Bukkit adapter
[18:16:05] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[18:16:05] [Server thread/INFO]: -------- World Settings For [world_nether] --------
[18:16:05] [Server thread/INFO]: Experience Merge Radius: 3.0
[18:16:05] [Server thread/INFO]: Mob Spawn Range: 6
[18:16:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Cane Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Melon Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Carrot Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Potato Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Vine Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[18:16:05] [Server thread/INFO]: Max TNT Explosions: 100
[18:16:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[18:16:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16 / Tiv true
[18:16:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[18:16:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[18:16:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313Ocean: 14357621 Shipwreck: 165745295 Slime: 987234911
[18:16:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
[18:16:05] [Server thread/INFO]: View Distance: 8
[18:16:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[18:16:05] [Server thread/INFO]: Item Merge Radius: 2.5
[18:16:05] [Server thread/INFO]: Item Despawn Rate: 6000
[18:16:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[18:16:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[18:16:06] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
[18:16:08] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:08] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:08] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:08] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:08] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:08] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:09] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:09] [Server thread/INFO]: Preparing spawn area: 32%
[18:16:10] [Server thread/INFO]: Time elapsed: 3992 ms
[18:16:10] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
[18:16:12] [User Authenticator #1/INFO]: UUID of player Defild is fe9b071d-979e-4c10-9f07-0622be2a22df
[18:16:12] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:12] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:12] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:12] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:12] [Server thread/INFO]: Preparing spawn area: 0%
[18:16:12] [Server thread/INFO]: Preparing spawn area: 23%
[18:16:13] [Server thread/INFO]: Preparing spawn area: 46%
[18:16:13] [Server-Worker-7/INFO]: Preparing spawn area: 88%
[18:16:14] [Server-Worker-1/INFO]: Preparing spawn area: 88%
[18:16:14] [Server-Worker-7/INFO]: Preparing spawn area: 89%
[18:16:15] [Server-Worker-3/INFO]: Preparing spawn area: 92%
[18:16:15] [Server thread/INFO]: Time elapsed: 5125 ms
[18:16:15] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.51
[18:16:15] [Server thread/INFO]: [AntiAFKPro] Enabling AntiAFKPro v1.6.0
[18:16:15] [Server thread/INFO]:
[AntiAFKPro] Initializing Plugin
[18:16:15] [Server thread/INFO]: [AntiAFKPro] config.yml found, loading!
[18:16:15] [Server thread/INFO]: [AntiAFKPro] timeplayedgui.yml found, loading!
[18:16:15] [Server thread/INFO]: [AntiAFKPro] messages.yml found, loading!
[18:16:15] [Server thread/INFO]: [AntiAFKPro] Initializing Complete in 254 Ms

[18:16:15] [Server thread/INFO]: [OreReplacerPlugin] Enabling OreReplacerPlugin v1.0.1.13.16a
[18:16:15] [Server thread/INFO]: [OreReplacer] : world name - world added!
[18:16:15] [Server thread/INFO]: [OreReplacer] : world name - world_nether added!
[18:16:15] [Server thread/INFO]: [OreReplacer] : world name - world_the_end added!
[18:16:15] [Server thread/INFO]: [OreReplacerPlugin] OreReplacerPlugin version 1.0.1.13.16a is enabled!
[18:16:15] [Server thread/INFO]: [AnnouncementsEverywhere] Enabling AnnouncementsEverywhere v3.8.2
[18:16:15] [Server thread/INFO]:
______
/\ | |
/ \ | | Developer: MrIvanPlays
/ /\ \ | | Stable version: 3.8.2
/ ____ | |
Plugin running on Spigot version git-Spigot-093165d-ba575a5 (MC: 1.14.2) with NMS v1_14_R1
/_/ _______|

[18:16:15] [Server thread/INFO]: [GetSpawners] Enabling GetSpawners v1.7
[18:16:15] [Server thread/INFO]: [GetSpawners] Enabled successfully!
[18:16:15] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[18:16:15] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[18:16:15] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[18:16:15] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[18:16:15] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[18:16:15] [Server thread/INFO]: [Vault] [Vault][Chat] PermissionsEx_Chat hooked.
[18:16:15] [Server thread/INFO]: [mcMMOHorse] Enabling mcMMOHorse v4.3.54
[18:16:15] [Server thread/INFO]: [mcMMOHorse] Finished loading 1 horses.
[18:16:16] [Server thread/INFO]: [Chairs] Enabling Chairs v5.0
[18:16:16] [Server thread/WARN]: com.cnaude.chairs.vehiclearrow.NMSAccessException: ChairsReloaded is not compatible with your server version
[18:16:16] [Server thread/WARN]: at com.cnaude.chairs.vehiclearrow.NMSAccess.setupChairsArrow(NMSAccess.java:20)
[18:16:16] [Server thread/WARN]: at com.cnaude.chairs.core.Chairs.onEnable(Chairs.java:55)
[18:16:16] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[18:16:16] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:352)
[18:16:16] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:416)
[18:16:16] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:458)
[18:16:16] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:372)
[18:16:16] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:440)
[18:16:16] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:258)
[18:16:16] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:761)
[18:16:16] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
[18:16:16] [Server thread/INFO]: [Chairs] Disabling Chairs v5.0
[18:16:16] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.9.10 (beta)
[18:16:16] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
[18:16:16] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[18:16:16] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -170.0 Y: 63.0 Z: -177.0
[18:16:16] [Server thread/INFO]: [ElderGuardianBoss] Enabling ElderGuardianBoss v0.7
[18:16:16] [Server thread/INFO]: [CommandSigns] Enabling CommandSigns v2.1.1
[18:16:16] [Server thread/INFO]: [CommandSigns] Plugin vault detected
[18:16:16] [Server thread/INFO]: [CommandSigns] Vault economy linked with command signs !
[18:16:16] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.0-rc-1;d542ba7
[18:16:16] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[18:16:16] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[18:16:16] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[18:16:16] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[18:16:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[18:16:16] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[18:16:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[18:16:16] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[18:16:16] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[18:16:16] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[18:16:16] [Server thread/INFO]: [WorldGuard] Loading region data...
[18:16:16] [Server thread/WARN]: [WorldGuard] "WorldGuard v7.0.0-rc-1;d542ba7" has registered a listener for org.bukkit.event.entity.EntityCreatePortalEvent on method "public void com.sk89q.worldguard.bukkit.listener.WorldGuardEntityListener.onCreatePortal(org.bukkit.event.entity.EntityCreatePortalEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [].
[18:16:17] [Server thread/INFO]: [PetMaster] Enabling PetMaster v1.9.5
[18:16:17] [Server thread/INFO]: [PetMaster] Registering listeners...
[18:16:17] [Server thread/INFO]: [PetMaster] Backing up and loading configuration files...
[18:16:17] [Server thread/INFO]: [PetMaster] Plugin successfully enabled and ready to run! Took 42ms.
[18:16:17] [Server thread/INFO]: [ChestSort] Enabling ChestSort v5.0.2
[18:16:17] [Thread-11/INFO]: [PetMaster] Checking for plugin update...
[18:16:17] [Server thread/INFO]: [ChestSort] Current sorting method: {category},{itemsFirst},{name},{color}
[18:16:17] [Server thread/INFO]: [ChestSort] Sorting enabled by default: true
[18:16:17] [Server thread/INFO]: [ChestSort] Auto generate category files: true
[18:16:17] [Server thread/INFO]: [ChestSort] Sort time: close
[18:16:17] [Server thread/INFO]: [ChestSort] Check for updates: true
[18:16:17] [Server thread/INFO]: [ChestSort] Categories: 900-weapons (4), 905-common-tools (4), 907-other-tools (6), 909-food (30), 910-valuables (27), 920-armor-and-arrows (12), 930-brewing (15), 950-redstone (23), 960-wood (47), 970-stone (22), 980-plants (32), 981-corals (1)
[18:16:17] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.10-SNAPSHOT (build 148)
[18:16:17] [Server thread/INFO]: [ChestShop] Using Essentials Economy as the Economy provider now.
[18:16:17] [Server thread/INFO]: [ChestShop] Vault loaded!
[18:16:17] [Server thread/INFO]: [Essentials] Enabling Essentials v2.16.1.159
[18:16:17] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[18:16:17] [Server thread/WARN]: [Essentials] §4Version mismatch! Please update EssentialsSpawn to the same version.
[18:16:18] [Server thread/INFO]: Attempting to convert old kits in config.yml to new kits.yml
[18:16:18] [Server thread/INFO]: No kits found to migrate.
[18:16:18] [Server thread/INFO]: [Essentials] Using 1.8.3+ BlockStateMeta provider as mob spawner provider.
[18:16:18] [Server thread/INFO]: [Essentials] Using 1.13+ flat spawn egg provider as spawn egg provider.
[18:16:18] [Server thread/INFO]: [Essentials] Using 1.9+ BasePotionData provider as potion meta provider.
[18:16:18] [Server thread/INFO]: Loaded 19702 items from items.json.
[18:16:18] [Server thread/INFO]: Using locale en_US
[18:16:18] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[18:16:18] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[18:16:18] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy hooked.
[18:16:18] [Server thread/INFO]: [Essentials] Using Vault based permissions (PermissionsEx)
[18:16:18] [Server thread/INFO]: [AdvancedAchievements] Enabling AdvancedAchievements v5.12.0
[18:16:18] [Server thread/INFO]: [AdvancedAchievements] Loading and backing up configuration files...
[18:16:18] [Server thread/INFO]: [AdvancedAchievements] Loaded 56 achievements in 48 categories.
[18:16:18] [Server thread/INFO]: [AdvancedAchievements] Registering event listeners...
[18:16:19] [Server thread/INFO]: [AdvancedAchievements] Initialising database...
[18:16:19] [Server thread/INFO]: [AdvancedAchievements] Setting up command executor and custom tab completers...
[18:16:19] [Server thread/INFO]: [AdvancedAchievements] Launching scheduled tasks...
[18:16:19] [Server thread/INFO]: [AdvancedAchievements] Registering permissions...
[18:16:19] [Thread-14/INFO]: [AdvancedAchievements] Checking for plugin update...
[18:16:19] [Thread-14/WARN]: [AdvancedAchievements] Update available: v5.12.1! Download at spigotmc.org/resources/advanced-achievements.6239
[18:16:20] [Server thread/INFO]: [AdvancedAchievements] Plugin has finished loading and is ready to run! Took 1830ms.
[18:16:20] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.16.1.159
[18:16:20] [Server thread/INFO]: [BuycraftX] Enabling BuycraftX v12.0.2
[18:16:20] [Server thread/INFO]: [BuycraftX] Validating your server key...
[18:16:21] [Server thread/INFO]: [BuycraftX] Fetching all server packages...
[18:16:22] [Server thread/INFO]: [GriefPrevention] Enabling GriefPrevention v16.11.6
[18:16:22] [Server thread/INFO]: [GriefPrevention] Finished loading configuration.
[18:16:22] [Server thread/INFO]: [GriefPrevention] 105 total claims loaded.
[18:16:23] [Server thread/INFO]: [GriefPrevention] Customizable messages loaded.
[18:16:23] [Server thread/INFO]: [GriefPrevention] Successfully hooked into WorldGuard.
[18:16:23] [Server thread/INFO]: [GriefPrevention] Finished loading data (File Mode).
[18:16:23] [Server thread/INFO]: [GriefPrevention] GriefPrevention requires Vault for economy integration.
[18:16:23] [Server thread/INFO]: [GriefPrevention] Attempting to load Vault...
[18:16:23] [Server thread/INFO]: [GriefPrevention] Vault loaded successfully!
[18:16:23] [Server thread/INFO]: [GriefPrevention] Looking for a Vault-compatible economy plugin...
[18:16:23] [Server thread/INFO]: [GriefPrevention] Hooked into economy: Essentials Economy.
[18:16:23] [Server thread/INFO]: [GriefPrevention] Ready to buy/sell claim blocks!
[18:16:23] [Server thread/INFO]: [GriefPrevention] Boot finished.
[18:16:23] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.16.1.0
[18:16:23] [Server thread/WARN]: [EssentialsSpawn] §4Version mismatch! Please update all Essentials jars to the same version.
[18:16:23] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:16:23] [Server thread/INFO]: Done (19.948s)! For help, type "help"
[18:16:23] [Craft Scheduler Thread - 8/INFO]: [ChestSort] Checking for available updates...
[18:16:23] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
[18:16:24] [Craft Scheduler Thread - 0/WARN]: [AnnouncementsEverywhere] Stable version 3.8.3 is out! You are still running version 3.8.2
[18:16:24] [Craft Scheduler Thread - 8/WARN]: [ChestSort] ========================================================
[18:16:24] [Craft Scheduler Thread - 8/WARN]: [ChestSort] There is a new version of ChestSort available!
[18:16:24] [Craft Scheduler Thread - 8/WARN]: [ChestSort] Latest : 5.0.3
[18:16:24] [Craft Scheduler Thread - 8/WARN]: [ChestSort] Current: 5.0.2
[18:16:24] [Craft Scheduler Thread - 8/WARN]: [ChestSort] Please update to the newest version. Download:
[18:16:24] [Craft Scheduler Thread - 8/WARN]: [ChestSort] https://www.chestsort.de
[18:16:24] [Craft Scheduler Thread - 8/WARN]: [ChestSort] ========================================================
[18:16:24] [Server thread/INFO]: com.mojang.authlib.GameProfile@591d1eb8[id=fe9b071d-979e-4c10-9f07-0622be2a22df,name=Defild,properties={textures=[com.mojang.authlib.properties.Property@6df0df1]},legacy=false] (/84.84.127.120:57168) lost connection: Disconnected
[18:16:24] [Craft Scheduler Thread - 0/INFO]: [AnnouncementsEverywhere] What's new: "[3.8.3] Important bugfixes"
[18:16:24] [Craft Scheduler Thread - 0/INFO]: [AnnouncementsEverywhere] You can download via hopping into the server and running '/aedownload'
[18:16:24] [Craft Scheduler Thread - 0/INFO]: [AnnouncementsEverywhere] Or via spigot: https://spigotmc.org/resources/59510
[18:16:24] [Server thread/INFO]: Whitelist is now turned on
[18:16:24] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
[18:16:24] [Craft Scheduler Thread - 3/INFO]: [BuycraftX] Fetching all due players...
[18:16:25] [Craft Scheduler Thread - 3/INFO]: [BuycraftX] Fetched due players (0 found).
[18:16:27] [User Authenticator #2/INFO]: UUID of player Defild is fe9b071d-979e-4c10-9f07-0622be2a22df
[18:16:29] [Server thread/INFO]: Defild[/84.84.127.120:57171] logged in with entity id 363 at ([world]-1334.1298306439808, 78.0, 1702.929151579777)
[18:16:43] [Server thread/INFO]: Defild issued server command: /spawn
[18:16:54] [Server thread/INFO]: Defild issued server command: /whitelist off
[18:16:54] [Server thread/INFO]: [Defild: Whitelist is now turned off]
[18:18:08] [User Authenticator #3/INFO]: UUID of player Wolfadile is 0aed353b-a409-4f06-9749-f9b54d3fcf90
[18:18:09] [Server thread/INFO]: Wolfadile[/76.172.74.170:52209] logged in with entity id 4213 at ([world]-1292.5617588221803, 77.0, 1755.5678230018298)
[18:18:41] [User Authenticator #4/INFO]: UUID of player ItsAtlas_ is 315853bd-a6aa-4999-8222-1d1f6994ad4b
[18:18:42] [Server thread/INFO]: ItsAtlas_[/98.177.202.222:55504] logged in with entity id 5864 at ([world]-1325.4453909045824, 77.5, 1697.2287408895515)
[18:18:57] [Server thread/INFO]: ItsAtlas_ issued server command: /sellclaimblocks
[18:19:03] [Server thread/INFO]: ItsAtlas_ issued server command: /sellclaimblocks 250
[18:19:09] [Server thread/INFO]: ItsAtlas_ issued server command: /bal
[18:19:52] [Async Chat Thread - #0/INFO]: [-][Owner][-] ~Defild: hmm i maybe found the core issue for the crashing
[18:19:59] [Async Chat Thread - #0/INFO]: [Adventurer] ItsAtlas_: o
[18:20:10] [Async Chat Thread - #0/INFO]: [-][Owner][-] ~Defild: im gonna put infernalmobs and dangerous nether in the game again for a test
[18:20:17] [Async Chat Thread - #0/INFO]: [Adventurer] ItsAtlas_: rn?
[18:20:20] [Async Chat Thread - #0/INFO]: [-][Owner][-] ~Defild: yep
[18:20:36] [Server thread/INFO]: Defild issued server command: /save-all
[18:20:39] [Server thread/INFO]: [Defild: Saved the game]
[18:20:41] [Server thread/INFO]: Stopping the server
[18:20:41] [Server thread/INFO]: Stopping server
[18:20:41] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.16.1.0
[18:20:41] [Server thread/INFO]: [GriefPrevention] Disabling GriefPrevention v16.11.6
[18:20:41] [Server thread/INFO]: [GriefPrevention] GriefPrevention disabled.
[18:20:41] [Server thread/INFO]: [BuycraftX] Disabling BuycraftX v12.0.2
[18:20:41] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.16.1.159
[18:20:41] [Server thread/INFO]: [AdvancedAchievements] Disabling AdvancedAchievements v5.12.0
[18:20:42] [Server thread/INFO]: [AdvancedAchievements] Remaining requests sent to the database, plugin successfully disabled.
[18:20:42] [Server thread/INFO]: [Essentials] Disabling Essentials v2.16.1.159
[18:20:42] [Server thread/INFO]: [Vault] [Vault][Economy] Essentials Economy unhooked.
[18:20:42] [Server thread/INFO]: [ChestShop] Disabling ChestShop v3.10-SNAPSHOT (build 148)
[18:20:42] [Server thread/INFO]: [ChestSort] Disabling ChestSort v5.0.2
[18:20:42] [Server thread/INFO]: [PetMaster] Disabling PetMaster v1.9.5
[18:20:42] [Server thread/INFO]: [PetMaster] PetMaster has been disabled.
[18:20:42] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.4.0
[18:20:42] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.0-rc-1;d542ba7
[18:20:42] [Server thread/INFO]: [WorldGuard] Shutting down executor and cancelling any pending tasks...
[18:20:42] [Server thread/INFO]: [CommandSigns] Disabling CommandSigns v2.1.1
[18:20:42] [Server thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
[18:20:42] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[18:20:42] [Server thread/INFO]: [ElderGuardianBoss] Disabling ElderGuardianBoss v0.7
[18:20:42] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.9.10 (beta)
[18:20:42] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
[18:20:42] [Server thread/INFO]: [mcMMOHorse] Disabling mcMMOHorse v4.3.54
[18:20:42] [Server thread/INFO]: All horses saved to database.
[18:20:42] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
[18:20:42] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[18:20:42] [Server thread/INFO]: [GetSpawners] Disabling GetSpawners v1.7
[18:20:42] [Server thread/INFO]: [AnnouncementsEverywhere] Disabling AnnouncementsEverywhere v3.8.2
[18:20:42] [Server thread/INFO]: [AnnouncementsEverywhere] Plugin disabled!
[18:20:42] [Server thread/INFO]: [OreReplacerPlugin] Disabling OreReplacerPlugin v1.0.1.13.16a
[18:20:42] [Server thread/INFO]: [OreReplacerPlugin] [OreReplacerPlugin] Disabled Version 1.0.1.13.16a
[18:20:42] [Server thread/INFO]: [AntiAFKPro] Disabling AntiAFKPro v1.6.0
[18:20:42] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.0.0-SNAPSHOT;4315-6ad2746
[18:20:42] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[18:20:42] [Server thread/INFO]: [PluginConstructorAPI] Disabling PluginConstructorAPI v1.0.51
[18:20:42] [Server thread/INFO]: Saving players
[18:20:42] [Server thread/INFO]: Defild lost connection: Server closed
[18:20:42] [Server thread/INFO]: Defild left the game
[18:20:42] [Server thread/INFO]: Wolfadile lost connection: Server closed
[18:20:42] [Server thread/INFO]: Wolfadile left the game
[18:20:42] [Server thread/INFO]: ItsAtlas_ lost connection: Server closed
[18:20:42] [Server thread/INFO]: ItsAtlas_ left the game
[18:20:42] [Server thread/INFO]: Saving worlds
[18:20:42] [Server thread/INFO]: Saving chunks for level 'world'/minecraft:overworld
[18:20:43] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[18:20:43] [Server thread/INFO]: Saving chunks for level 'world_nether'/minecraft:the_nether
[18:20:43] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[18:20:43] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[18:20:43] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved

How do I use this?

So I've downloaded all the necessary plugins for my server but I still cant seem to get this to work. When ever I try to create a hologram I get this isnstead, internal server error. I check the console and it just null. Any tutorials or how to's on downloading and setting up the plugin? When I open up the plugin folder there isnt a config just holograms.yml. Should there be a config and is this usable with minecraft v1.14.2?

some questions

  1. How would i make a hologram stay above a players head all the time?
  2. How would I make said hologram visible only for one player/players in arraylist

Could not load 'plugins/Holograms-2.3.0-SNAPSHOT.jar' in folder 'plugins'

Hey there, need a bit of help. Trying to install Holograms on my 1.10.2 Spigot MC Server. However when i install snapshot 2.3.0 (which is supposed to be compatible with 1.10?) I Receive the error:

Could not load 'plugins/Holograms-2.3.0-SNAPSHOT.jar' in folder 'plugins'.

In my experience this error with plugins normally means there's some problem with version compatibility but as far as I can tell it should work fine.
If you want the full error log I can post it to you but its simply strings of java errors. Thanks for your time any fix you could suggest would be appreciated know i'm not giving you much to work with. 😄

Animated Holograms - how!?

It says, it includes animated holograms but I don't get it. Could you please tell how to make animated holograms? Thanks in advance.

Hologram not loading after restart (Invalid Chunk)

After a restart the hologram doesn't get loaded. This happens for all holograms.

Using version 2.5.0-SNAPSHOT

Stacktrace:

[20:26:28] [Server thread/WARN]: [Holograms] Failed to spawn Hologram "info"
com.sainttx.holograms.api.exception.HologramEntitySpawnException: Attempted to spawn hologram entity in invalid chunk
	at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:74) ~[?:?]
	at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.spawnNameable(HologramEntityControllerImpl.java:40) ~[?:?]
	at com.sainttx.holograms.api.line.TextLine.show(TextLine.java:47) ~[?:?]
	at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:130) ~[?:?]
	at com.sainttx.holograms.api.Hologram.addLine(Hologram.java:119) ~[?:?]
	at com.sainttx.holograms.ManagerImpl.load(ManagerImpl.java:58) ~[?:?]
	at com.sainttx.holograms.HologramPlugin.lambda$onEnable$0(HologramPlugin.java:49) ~[?:?]
	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71) [custom.jar:git-Spigot-fdc1440-880a532]
	at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [custom.jar:git-Spigot-fdc1440-880a532]
	at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722) [custom.jar:git-Spigot-fdc1440-880a532]
	at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [custom.jar:git-Spigot-fdc1440-880a532]
	at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [custom.jar:git-Spigot-fdc1440-880a532]
	at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [custom.jar:git-Spigot-fdc1440-880a532]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Caused by: java.lang.NullPointerException
	at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.getHandle(CraftChunk.java:44) ~[custom.jar:git-Spigot-fdc1440-880a532]
	at org.bukkit.craftbukkit.v1_8_R3.CraftChunk.<init>(CraftChunk.java:30) ~[custom.jar:git-Spigot-fdc1440-880a532]
	at com.sainttx.holograms.nms.v1_8_R3.HologramEntityControllerImpl.addEntityToWorld(HologramEntityControllerImpl.java:72) ~[?:?]

I think the chunk is not loaded though it is 1 chunk further than the spawn chunk.
Maybe adding a queue to load the hologram once the chunk is loaded will solve this problem.

/holograms refresh not exist! Impossible refresh/reload configuration!

With this plugin (or at least this version) is not possible in any way to reload the configuration, then you can not manipulate the hologram from the files (very comfortable thing I always do with HD), does not work from the console, and even from in-game owner with permissions, the command seems not to exist and does not appear either in the /holograms help! please update adding this fundamental option! Thank you.

Versions details:
Server version: Spigot 1.8.8
Plugin Version, Holograms v2.3.0-SNAPSHOT

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.