chaseoes / TF2

Team Fortress 2 in Minecraft using the Bukkit server mod.
10 stars 13 forks source link

Non-OP players can't join #3

Closed ghost closed 11 years ago

ghost commented 11 years ago

Since the latest 1.5 update non-OP players can't join the game.

psycowithespn commented 11 years ago

It is your permissions system that isnt updated to 1.5. (I'm assuming PermissionsEx since that is the only one I know of that breaks every minecraft update). This is all I can determine from what you have given me.

psycowithespn commented 11 years ago

Wait, there isn't even a Bukkit release for 1.5 yet. How are you running tf2?

ghost commented 11 years ago

I use GroupManager and it works fine on 1.5 with other plugins. Also, I use this Bukkit custom release: https://github.com/ProjectAres/CraftBukkit

psycowithespn commented 11 years ago

I am unable to compile this so I am unable to test or fix this. The only thing I can say is wait for a real CraftBukkit release.

psycowithespn commented 11 years ago

I should have asked this first, but are you giving your players the permission "tf2.play"?

ghost commented 11 years ago

Shame to hear I have to wait for a real CraftBukkit release :/. Yes, I do give my players the tf2.play permission, it worked in 1.4.7 but not in 1.5.

psycowithespn commented 11 years ago

Then the only things I can blame it on right now are the Craftbukkit build you are using or the interface between groupmanager and Craftbukkit because we use player.hasPermission() everywhere.

ghost commented 11 years ago

Welp, guess my server is offline for a few days.... Thanks for trying to help me out! :)

chaseoes commented 11 years ago

Dionn, I can test this and/or fix if you can manage to send me the compiled jar you have.

(Feel free to join our IRC channel, #tf2plugin on irc.esper.net).

ghost commented 11 years ago

Looks like TagAPI is the problem... it throws an error when I start up the server. Still weird I can still join as an OP though. I uploaded the .jar for you here: http://updo.nl/file/0ebc0ad6.jar Thanks for the help so far :)

ghost commented 11 years ago

Weird, what is your permissions plugin? Plugins I use: AuthMe, Essentials, EssentialsChat, EssentialsGroupManager, NoCheatPlus, TF2, TagAPI and WorldEdit.

Edit: where did your comment go? I can't find it :/

2013/3/14 chaseoes notifications@github.com

I'm using the plugin fine on my 1.5 server with no problems - sounds like it's caused by another plugin.

— Reply to this email directly or view it on GitHubhttps://github.com/chaseoes/TF2/issues/3#issuecomment-14903557 .