Glowkit-Legacy
Glowkit-Legacy copied to clipboard
A continuation of Bukkit for use with Glowstone
In this pull request the interface for a flower pot state is added, most importantly. **Modifications** Create a new extension of BlockState for flower pots with a getter and setter...
This updates the API for 1.8 entities as required for my relative Glowstone PR: https://github.com/GlowstoneMC/Glowstone/pull/282 --- _Edited by turt2live_ **Related links:** - Glowstone: GlowstoneMC/Glowstone#282
While the Material enum grows and grows, there's the need for some kind of grouping Materials. For now, we have to stick to EnchantmentTarget, however, this solution can't be extended...
Original Bukkit PR: https://github.com/Bukkit/Bukkit/pull/1110 --- Bukkit currently lacks a way to set the title of an inventory through its API, forcing those who wish to implement such a functionality to...
Add in additional SportBukkit API support. https://github.com/OvercastNetwork/SportBukkit
Spigot has added some useful events and misc changes that we may as well merge into Glowkit. These are: - [PlayerItemDamageEvent](https://github.com/SpigotMC/Spigot-API/blob/master/src/main/java/org/bukkit/event/player/PlayerItemDamageEvent.java) - [EntitySpawnEvent and SpawnerSpawnEvent (and edits of others)](https://github.com/SpigotMC/Spigot-API/commit/db3880b8008068840029097732749de28d2eb337) -...
Here is a simple idea. Various events may be thrown when the server shuts down but in other cases too, like `PlayerQuitEvent`. `onDisable()` can also be called when shutting down...
Not sure if that's possible, but that's definitely missing. Should investigate.