teozfrank / DuelMe

DuelMe is a bukkit plugin to allow players to duel each other for fun
http://dev.bukkit.org/bukkit-plugins/duelme/
MIT License
9 stars 14 forks source link

Random bugs #20

Closed Malachiel87 closed 9 years ago

Malachiel87 commented 9 years ago

i found these bugs

bryantwilliam commented 9 years ago

I've experienced these 2 bugs aswell. In addition, when a player kills another player in a duel, it often doesn't end the duel.

teozfrank commented 9 years ago

Surely its not truely "random" and it occurs when something specific happens, if you can step me though step by step how this occurs it can help me to determine the problem alot easier.

bryantwilliam commented 9 years ago

I dueled someone with /duel send . They accepted then we went to the arena which I setup, Then in the arena I killed the player within 15 seconds - Fairly fast after the game started. I just stood there and couldn't get out of the arena. It sent him back but not me. So I just ended the duel and then got back. It also didn't say I won.

I spawned in the same position as the other player one time just by entering the duel.

I havn't experienced dieing in one hit though. I don't think you do anything to modify damage in your plugin so it's probably xion87's problem.

Malachiel87 commented 9 years ago

mmm i got these plugin on my special server where i use this, i was thinked that was pvpmanager, but afeter trying to remove it i got the same issue, healthbar say 7 hp and duel end... and it say Player2 was killed by player2... NoCheatPlus, WorldEdit, Replicator, HealthBar, SimpleJoinMessage, BungeePermsBukkit, BattleTracker, BungeeSuitePortals, BungeeSuiteSpawn, Chat, Bans, Vault, Warps, SignKits, WorldGuard, TitleManager, EnderPearlCoolDown, DuelMe there is also a error... http://pastebin.com/ENC0Ui6z

I am using spigot 1.8.3 if can help

teozfrank commented 9 years ago

Right I can see a flaw here with using players damage taken as it doesnt take into account players armour, so what I am going to do is rewrite the death system to back the way it was supposed to be and have the plugin force respawn players so we can bypass potential issues I had with the old death system. :)

bryantwilliam commented 9 years ago

Thanks babe. :)

teozfrank commented 9 years ago

New pre release added, I tested myself on my own dev server, could you test and confirm does it work ok? Note this will only work with spigot 1.8.3.

Malachiel87 commented 9 years ago

a link?

teozfrank commented 9 years ago

https://github.com/teozfrank/DuelMe/releases/tag/0.9.14.3

Malachiel87 commented 9 years ago

well, if i kill somesone in duel, duel will no end, and i will be stucked in arena.......

iZehnny commented 9 years ago

When i try /duel it says An internal error occurred while attempting to perform this command help please!

teozfrank commented 9 years ago

could you show me the stack trace of the error? look in console when you type that command and pastebin the results please.

iZehnny commented 9 years ago

Here is the pastebin from the error An internal error occurred while attempting to perform this command http://pastebin.com/1Y7RF0hQ

teozfrank commented 9 years ago

It looks like your using an outdated version of spigot, what version are you using?

iZehnny commented 9 years ago

Spigot 1.7.10 + 1.8 So you can go on the server with 1.7.10 and 1.8

teozfrank commented 9 years ago

Thats the protocol patch or 1.7.10 the API, this plugin will only work with actual 1.8 API and above.

teozfrank commented 9 years ago

closed as no replys have been made, you must use the latest version of spigot, version 1.8.7 for the latest releases.