Posted September 5, 20169 yr Hello, I would like to realize this situation: "/mod" - can use everybody "/mod arg1" - can use player with permission level 2 "/mod arg2" - can use everybody I found this method: @Override public int getRequiredPermissionLevel() { return 2; } but it will apply on every args.. Thanks
September 5, 20169 yr Author It's clear to me, but how to do that? I can not find appropriate method.. I was hoping something like sender.getPermissionLevel
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.