Execute command as if player had OP
Possible Solution
https://www.spigotmc.org/threads/run-command-as-op.219696/
try {
player.setOp(true)
} finally {
player.setOp(false)
}
Also block every command which the player execute during this time.
Add possible security issue disclaimer to Plugin page!
Execute command as if player had OP
Possible Solution
https://www.spigotmc.org/threads/run-command-as-op.219696/
Also block every command which the player execute during this time.
Add possible security issue disclaimer to Plugin page!