-
Notifications
You must be signed in to change notification settings - Fork 67
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
PlayerOpEvent #163
Comments
useless do it in plugin |
Right now I am using a BukkitRunnable, but I think that an actual event would be better. |
There's A LOT of better ways to do it without using a Runnable |
or there's something called: do it yourself |
What are you trying to achieve? |
You could say that every event Pandaspigot has backported is useless then, because one could do it themself. |
Will you say what do you want to achieve or not |
What do you mean? |
What do you need that feature for? |
I would like to have the feature to cancel anybody save a few whitelisted players from getting op. I'm already accomplishing this by using a BukkitRunnable and checking the op list every few seconds, but I feel as though an actual event would be better. |
You can modify setting op using reflection and add whitelist check there. |
I'm sure I could do that, but it seems messy and an event would be much cleaner. |
DUDE you buggin w your damn event, create it, put it in place and do a pull request |
PlayerPreLoginEvent or some like that should be fine for what you've described |
This is more of a suggestion than an issue but it would be nice if there was an event which was fired whenever a player is opped (whether that be from using /op or a plugin doing player.setOp().
The text was updated successfully, but these errors were encountered: