Paper/patches
Shane Freeder c7d4c0188e
Ignore invalid jars inside of the updates folder (Fixes #7751)
This really needs a deeper look here, the way updates are handled is
fairly immature, but, this wasn't ever intended to be a large scale thing

Ideally, imho, we'd collect the list of update files into some form of Map,
that way we just have a reference of Name > File refs, and can filter out
cases where there are two versions of a plugin in there and warn expectidely,
but, that creates some complications, you would need to fall back to a dir
scan in the case of a plugin calling loadPlugin, but, it would at least
give us more defined behavior, as well as improve performance here vs
repeatidely trying to deserialise the plugin.yml defs for every file
in there on every load
2022-04-20 10:11:35 +01:00
..
api Ignore invalid jars inside of the updates folder (Fixes #7751) 2022-04-20 10:11:35 +01:00
removed Remove Patches (#7541) 2022-03-11 21:13:46 +01:00
server Don't send itemmeta for books with the hide option enabled (#7734) 2022-04-18 12:23:37 +02:00