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

Instakill Version? #2

Closed orkun1675 closed 9 years ago

orkun1675 commented 9 years ago

Will there be a CombatTag Instakill version for non-npc, optimized servers?

Techcable commented 9 years ago

Shouldn't cheddar256's Instakill only version still work on 1.8 protocol hack servers as it only depends on bukkit?

orkun1675 commented 9 years ago

He doesn't support AuthMe though.

Techcable commented 9 years ago

I have converted this to a maven module project I will soon separate npc and instakill functionality from the base plugin. This is way more complicated than 2 separate repos but all changes to the core functionality will immediately propagate to the instakill only version

Techcable commented 9 years ago

As of commit d5236bf09f6c488539680980ac46066850fd9c1b and release 1.0.3 citizens isn't required if you have npcs disabled. It isn't technically and instakill only version, but it is getting close.

Techcable commented 9 years ago

@orkun1675 Why do you wan't this again? This npc code isn't even loaded if npcs are disabled due to the way the classloader works. Which is why you don't need citizens if npcs are disabled.

orkun1675 commented 9 years ago

I just wanted a light-weight version. We already have it then!

Techcable commented 9 years ago

Great! Issue Fixed