Parker Hawke
Parker Hawke
Currently when RocketStats is loaded (which generally occurs automatically when BakkesMod has been injected), the RS menu is toggled on by default. It is currently assumed that RS will always...
This update will be released after Bukkit merges changes to `ItemType`, `BlockType`, and `Tag` as many features rely on these changes. - [ ] Drop support for versions that do...
`Plugin` is an abstract base type for all plugin types supported by the Bukkit plugin loading API. Specifically requiring `JavaPlugin` [forces 3rd party plugin loaders such as PyPlugins to use...
This moves the armour models that were previously defined in `textures/models/armor/`, but were moved in 1.21.2 to `textures/entity/equipment/humanoid` and `textures/entity/equipment/humanoid_leggings` and renamed to their simpler counterparts. This is just a...
1.14 separated the particle atlas so that each particle has its own texture file. Animated textures are suffixed with their frame index. This converter handles these conversions.