Aram
Aram
### *Disclaimer for new contributors* Glowstone is an open-source project under the MIT license. In addition, we have a [Contributors License Agreement](https://glowstone.net/cla) which includes restrictions on the source of contributions...
_Open to: **community**_ _Dependencies: **None**_ --- Investigate possible implementations of the new chunk format and block data internally. This will require a rewrite of our ChunkSection implementation, will likely go...
Could be related to #965 After generating a world with Glowstone (latest build), stopping the server, and starting it again, a lot of chunk load errors appear: ``` 23:44:50 [INFO]...
I am currently working on Command Blocks (with >1.8 functionality). This is to track the progress of these branches: [API](https://github.com/GlowstoneMC/Glowkit/tree/command-blocks-api) & [Server implementation](https://github.com/GlowstoneMC/Glowstone/tree/command-blocks). **To-Do**: - [ ] Update the Command...
**Task description**: Right now, the statistics system for loading/saving is complete. However, only the "time played" statistic is currently tracked. Therefore, we need to complete those statistics as well. _Anyone...
Color codes inside the console have stopped working for a while on my machine. I very well remember this working correctly before, and it does work with other server platforms...
The `profile` field inside `GlowHumanEntity` is set after the super() call to Glow[Living]Entity, which in turn spawns the entity by allocating the entity ID and setting the location field. However,...
Most vanilla commands were [removed](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/commits/a1cc4b769caf690b2f075f833c83e76d6431f9a7) from Bukkit as part of the 1.12 update. Therefore, we need to re-implement them ourselves to get them back in Glowstone. This is a list...
The API to send MapViews to a Player isn't implemented: https://github.com/GlowstoneMC/Glowstone/blob/12ed57cc436ee2b525d740bef2b855150fe0bd24/src/main/java/net/glowstone/entity/GlowPlayer.java#L2247-L2249 This should send a packet (`MapDataMessage`) that sends the data inside of the MapView. To check: - If the...
Entities are an essential component of Minecraft, and their functionality is not yet complete in Glowstone. This _Story_ was created to track remaining issues and missing functionality. I rewrote it...