TechzoneMC / Combat-Tag-Reloaded

Spigot 1.8 Combat Tag with NPCs and Instakill
http://dev.bukkit.org/bukkit-plugins/combat-tag/
Creative Commons Zero v1.0 Universal
6 stars 4 forks source link

Hook with Authme #1

Closed orkun1675 closed 9 years ago

orkun1675 commented 9 years ago

When reimplementing plugins, can you also add AuthMe Hook. Without this Hook users in my offline server are loosing items. I already tried writing the implementation code here: https://github.com/cheddar262/Combat-Tag/pull/39

Techcable commented 9 years ago

Ok, I'll try and get to this once I finish the non-citizens implementation.

orkun1675 commented 9 years ago

https://github.com/Xephi/AuthMeReloaded

Techcable commented 9 years ago

Looking at the comments on the pull request, it looks like you want players not to be instakilled or have npcs spawn if they aren't authenticated?

orkun1675 commented 9 years ago

Exactly. They shouldn't even be tagged.

Techcable commented 9 years ago

Fixed in commit d9e356d See Release v1.0.2

orkun1675 commented 9 years ago

There is something weird about this. Players cannot be hit or tagged by other players when they are not logged in. This is ok. But unlogged in players can now hit other players can get themselves tagged??

Techcable commented 9 years ago

Just Clarifying. If you aren't logged in you can hit another player and get tagged. If you aren't logged in you can't be tagged by another player when they hit you. Is this correct?

orkun1675 commented 9 years ago

Yes. If you aren't logged in you can hit another player and get tagged AND damage the other player.

Techcable commented 9 years ago

@orkun1675 So you wan't to disable damage to?

orkun1675 commented 9 years ago

Yes if no one can damage I should not be able to damage anyone else.

orkun1675 commented 9 years ago

Could you add this final utility please? It is very critical for my server.