Nextevent command not working
For some reason, nextevent doesn't work even if granted the permissions in chat after latest update...
for me it works.
Did you delete the old config as well as the language files before doing my update?
You should check your config
I did delete my config, as well as the lang files...

Merged post

Just updated to latest version, deleted config and lang and now it works. It didn't with previous update though.

Merged post

Nevermind, it was cause I was admin. If you're not admin then you can't use /nextevent

Merged post

Can you fix this please? :)
5e16d016b71d0.jpg Gbutome
for me it works.
Did you delete the old config as well as the language files before doing my update?

You're in admin mode I'm assuming. It works fine if you're in admin mode, just not if you're a regular player even if you have said permission ie:
automatedevents.next

5d8d1723d2e1e.png geurillanetwork

You're in admin mode I'm assuming. It works fine if you're in admin mode, just not if you're a regular player even if you have said permission ie:
automatedevents.next

I never play in "admin mode" on my normal server. I have my normal server and a test server (where I am in admin mode), and on both, I had no problems. Anyway, an update was released to fix this problem.
5e16d016b71d0.jpg Gbutome
I never play in "admin mode" on my normal server. I have my normal server and a test server (where I am in admin mode), and on both, I had no problems. Anyway, an update was released to fix this problem.

I don't see an update that would fix this problem... idk I'm updating the plugin just like any other plugin... It was working just fine before... but with the new version even after granting the default group automatedevents.nextevent it doesn't seem to work for any of my players, but, it does work for me but only if I have ran for example: ownerid steamid

I'm sorry, my fault. It should be fixed now
if (!iPlayer.IsAdmin && iPlayer.HasPermission(PERMISSION_NEXT))

NEEDS TO BE:

if (!iPlayer.HasPermission(PERMISSION_NEXT))

I was lazy before and didn't want to look into it, but, once I found out I could use it as an Admin, but not as a player, I figured it was just a simple permissions issue.

I know. I've fixed it
Didn't see your post lmao