SpaceManiac

Results 49 issues of SpaceManiac

The Bukkit API for dealing with maps should be implemented and allow plugins to set custom map renderers as desired. `getMap` and `createMap` in GlowServer and `sendMap` in GlowPlayer should...

Feature

(Requested by basicer on IRC). My past investigation tells me [ProtocolLib](https://github.com/aadnk/ProtocolLib) appears to be heavily dependent on NMS packet structure representations, something which it is unreasonable to attempt to implement...

Misc

Setting the max health of a player through `setMaxHealth` does not update the player's view of their max health as it should, leading to odd scaling for players with modified...

Bug

Finish ~~transferring packets from net.glowstone.msg to the new system and~~ adding newly created packets. Only the `PLAY` protocol is missing packets currently. Packets associated with low-priority or unimplemented features are...

Misc

BlockTypes representing stairs, slabs, logs, leaves, ladders, and other assorted blocks with facing need to be created to allow these to be placed correctly. The `placeBlock` function should be overridden...

Feature

While the nether world is partially supported, nether portals do not function at all: - [ ] Placing portal blocks when a portal is lit on fire - [ ]...

Feature

Improve the BlockType system for 1.8 where variants based on properties are preferred and the type/data system is maintained solely in a backwards-compatibility capacity. Pending initial information on SpongeAPI plans,...

Feature

Since the MC 1.8 update, Glowstone has been using a custom Netty pipeline different than the one provided by flow-networking. Some methods in `GlowProtocol` in particular are mandated by flow-networking...

Misc

When the weather changes from sunny to rainy or vice versa, there is a brief blink of the target weather before the transition period begins. It's likely the state updates...

Bug

There is currently a generic ItemMeta, `GlowMetaItem`, but no specific implementations for the different ItemMeta subinterfaces. These should be added and implemented: - [x] BookMeta - [ ] EnchantmentStorageMeta (re-use...

Feature