KingOfSquares
KingOfSquares
What is the size atm? Have someone tried https://wvengen.github.io/proguard-maven-plugin/?
Oh yeah thats not intended but its something i never found the reason for when i initially made it.
Working on this...
Thoughts on abstracting out the parser into its own Maven module? And making it only depend on itself(and jdom)
It would mean the module would have its own checks for bukkit and pgm types (Materials, Mobs, etc..), so you would have to convert it into Bukkit stuff when it...
Then i'm not entirely sure what to do. `MapFactoryImpl` already seems like the result to me.
#358 (Duplicate)
Kits(give/take/lend) implemented in #932 Portals: forwards, transit, reverse, observer implemented in #914 Match phase filters(Match-Started, Match-Running, Match-Finished) implemented in #689 Grounded filter implemented in #823 Score filter implemented in #698...
I believe players still would be blocked from placing ender chests because of the listener in EventFilterMatchModule https://github.com/PGMDev/PGM/blob/963f02a2974c471f356b782b5e0fd741a77869fc/core/src/main/java/tc/oc/pgm/modules/EventFilterMatchModule.java#L259-L271 Maybe also filter that on the enabled boolean? EDIT: Or maybe not?...
> @KingOfSquares Great point! I believe you're correct, my changes don't currently adjust EventFilterMatchModule blocking the placing/breaking of EnderChests. Personally I don't foresee many instances where map authors would want...