aromaa / WorldGuardExtraFlags

Extension for the WorldGuard plugin.
https://www.spigotmc.org/resources/worldguard-extra-flags.4823
MIT License
90 stars 71 forks source link

[Suggestion] max-players flag #216

Open TeQTabanca opened 2 years ago

TeQTabanca commented 2 years ago

I want to add a player restriction to a region, but I couldn't find this feature other than the "RedProtect" plugin. Any chance to add this feature?

image

aromaa commented 2 years ago

I think this meets the bar to be introduced. I don't like the idea of people being kicked out of the region but instead of have it as more of soft lock thing as if you login inside the region you may bypass the limit or if someone with bypass permission enter then they aren't counted towards the limit.

TeQTabanca commented 2 years ago

I just realized that your plugin now supports 1.18+ and above, but my server is 1.12.2, I really want this feature. This news made me sad. Can't you make a separate ".jar" for legacy versions?

aromaa commented 2 years ago

No, there is no support for anything below 1.18. All of the code to support legacy versions of Minecraft has been removed, and there is no way to produce "separate jar" c30994bf42bfd6ef44ad8b533f4d500f5b43f513...aa149ab1ef001a854d5f5427295abfda8c6eb24e

TeQTabanca commented 2 years ago

I don't understand Java at all, but there are sites that convert .class files to .java. If it is done in a different way, it means there is nothing to be done. (Source Code of Version 4.1.5)

TeQTabanca commented 2 years ago

If you can support only this feature with the source code I have thrown, you will make me very happy.

aromaa commented 2 years ago

The support for 1.12.2 has been completely removed and I don't intend to bringing that back. All of the new features will be added to the latest version and it would be time consuming to backport these changes to older versions. If you want, you can hire a developer to do this for you.

TeQTabanca commented 2 years ago

RedProtect plugin remained as the only method. Anyway, thank you for your time. 👍

aromaa commented 2 years ago

This can stay open as its a feature request.