Ryan
Ryan
fixed in #512
In that case the component methods should just serialize back and forth and store as strings? Almost feels unnecessary but keeps compat
https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/pull-requests/874/overview Upstream doesn't appear to care abt backwards compat here for custom impl support - if that's the case I see no issue with the proposed impl
Paper comments look good to go hopefully? idk why i'm so bad at these
Didn't realize downstream already had a Spark patch - adding it as another plugin was most convenient, but API is very limited for replacing some Timings functionality from what I...
forgot a condition operator, my fault
replicable on latest build from a v quick look, issue is nms entity move functions don't appear to update `yBodyRot` - api impl appears to be primarily for vehicles
This feels like an issue with your protection plugins, not much can be done here from an external plugin unless a ton of hooks for every protection plugin are added
- All modules are now done except for Dispenser module - this included splitting up shield and iron doors modules into multiple things - PurpurExtrasModule is now an abstract class...
[CommandAPI](https://github.com/JorelAli/CommandAPI) is now implemented for all current commands, also cleaned up gradle a bit and updated the original pr message changelog with (i think?) everything __Next Steps__ - Needs a...