Nextevent command not working
Did you delete the old config as well as the language files before doing my update?
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? :)
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
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.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
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
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.