thomas15v / NoXray

Xray prevention plugin for sponge
MIT License
9 stars 1 forks source link

More modifiers #9

Closed thomas15v closed 7 years ago

thomas15v commented 7 years ago

At this moment NoXray only hides the obvious ores. But we could of course go a bit further:

thomas15v commented 7 years ago

To give some sort of update. I kinda finished the random ore generator, but I am trying to get more performence out of it (that's the reason I haven't pushed it yet).

I will push it to the develop branch when I get home.

inklit commented 7 years ago

Sweet! I'm excited. This is such an important feature for any server that requires a stable economy it's crazy that this isn't implemented in Sponge itself.

thomas15v commented 7 years ago

I don't think its sponge its job to implement an anti-xray solution. Their are sure servers out their who don't want it, or do not have enough tick time to spare to fully utilize it.

inklit commented 7 years ago

True enough, but if we take Spigot for example, it's disabled by default but configurable and built into the core. However now that I think about it, Spigot does not provide the necessary tools required to do anti-xray and that is probably why it's built in. Sponge on the other hand does provide the necessary tools so I suppose there is no reason to build it in.

thomas15v commented 7 years ago

Yeah sponge provides the correct tools, however if minecraft was about to update. This (mixin-)plugin will break. Since mixins aren't uniform across minecraft versions. Although I already have an idea to maintain multiple versions without to much hassle.