Aram Peres

Results 66 comments of Aram Peres

@daboross I am not exactly sure when this was added to Bukkit, but you can find such a method [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/inventory/meta/PotionMeta.html#getBasePotionData%28%29). I think that method might have been added in the...

Still having the same issue on latest (`cd89b6b`)

I found two workarounds for this issue on Windows: **1. Windows 10 has a registry key to enable ANSI escaping by default.** A step-by-step guide can be found [here](https://superuser.com/a/1300251/695488). In...

Does the issue occur without using the BukkitRunnable? (like calling the teleport method directly after spawning, or after a second command is called, etc)

I would think that Euclidean distance heuristic would be used. Even though the world is just a set of cubes, mobs (entities subject to Pathfinding) don't have to follow the...

As far as I know there hasn't been more work than the commit that was linked: https://github.com/GlowstoneMC/Glowstone/commit/8ed3698aad5d8dd189d95d91f18288530578254a I don't work on this project anymore but I'd recommend reaching out on...

What I would suggest is to get ProtocolLib working on Glowstone. A brand new API would be cool, but instead of "reinventing the wheel", we could port it. Also, many...

You should be able to import worlds from singleplayer, as Glowstone supports the right format. We're going to need more info though. - Were you using the same Minecraft version...

I see you are using the LTS version from January. Can you try using a more recent version, such as yesterday's [release](https://github.com/GlowstoneMC/Glowstone/releases/tag/2018.4.0)? From the errors in the log, it looks...

I think Spigot uses a different folder structure, you might have to move things out of Glowstone's `worlds` directory. (Spigot uses the same structure as singleplayer)