-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom MOTD priorities #40
Comments
Currently, it only works the other way around as the whitelist motd has a higher priority than the ban motd. But you want the ban motd to appear instead of the whitelist motd if a player is banned, right? A priority field in the config would be a possibility to implement your request. Like:
(Higher priority value motds can overwrite lower priority value motds) This also introduces more complexity to the configuration I'm not sure everyone "understands" or at least reads the docs. I can already see the issue tickets fly in here after people unknowingly messing with priority value and complaining "the plugin not working at all". (almost like #39, which is probably invalid...) Do you have a better idea to implement such a priority system in the config? |
Could possibly do that yeah maybe to prevent some tickets you could move priority to it's own section like
or maybe just change the built in priorities to have ban above whitelist because only one config would allow them both to work (I should note I have no plugin dev experience so I have no idea if anything I'm saying is actually possible) |
Is it possible to add support for both ban and whitelist MOTDs?
like have it check if the player is banned, if they are then display the ban MOTD, if not then move on to the whitelist MOTD checks?
The text was updated successfully, but these errors were encountered: