ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
172 stars 80 forks source link

Allow enabling and disabling of certain CPE features #648

Closed forkiesassds closed 2 years ago

forkiesassds commented 2 years ago

Closes #639.

UnknownShadow200 commented 2 years ago

Extensions must be an instance field, you cannot make it a static field like that - otherwise every player would share the same CPE extension support state

forkiesassds commented 2 years ago

Extensions must be an instance field, you cannot make it a static field like that - otherwise every player would share the same CPE extension support state

I've now made it non-static.

UnknownShadow200 commented 2 years ago

How many CPE extensions are you anticipating to disable?

forkiesassds commented 2 years ago

Pretty much every extension. This is why I programmatically generate the config without any predefined settings.

UnknownShadow200 commented 2 years ago

Does e0529d2fc09dc63bce960530be788e028f6785c2 address this?

forkiesassds commented 2 years ago

yes.