Archer

Results 17 comments of Archer

> Most of the load time is from connecting to the SQLite database, it is just a library call. It might be possible to improve, but improving load time by...

I just tested and switching to MySQL doesn't make any difference, and this may not seem like a big issue to you but plugins like these are the reason startup...

hey , any update ?

> > LATEST! 1.12.2 Paper Java 11 > > This isn't a version... Actually use and give the output of `/version` to work with alongside any logs. git-Paper-1620 (MC: 1.12.2)...

> * We would also need to know what versions exactly do have this bug/issue but how did you know in the first place that certain versions have this bug/issue...

I tried removing the respawn eventhandler, on a spigot 1.12.2 server, with 1.8.9 client. teleporting a lot had no effects on the hologram, but killing myself instantly broke them after...

can confirm. ``` @Subscribe(order = PostOrder.EARLY) public void onPlayerChat(ServerPostConnectEvent event) { if (!event.getPlayer().getCurrentServer().isPresent()) return; /* if (event.getPlayer().getCurrentServer().get().getServerInfo().getName().equalsIgnoreCase("hub")) return; if (event.getPlayer().getCurrentServer().get().getServerInfo().getName().equalsIgnoreCase("hub-02")) return;*/ for (int i = 0; i < 300; i++)...

thats because the author made it so the arenas are loaded into memory after the zone resets :skull: