mcMMO-Dev / mcMMO

The RPG Lover's Mod!
https://mcmmo.org
GNU General Public License v3.0
990 stars 855 forks source link

Intermitantly abiblites stop wearing off for some users. Server reset is only way to disable abilites. #1005

Closed jacksmack101 closed 11 years ago

jacksmack101 commented 11 years ago

Several users are having issues where abilities don't become inactive. Berserk, treefeller, super breaker, giga drill, have had several users bring this up and the only way to reset their abilities is to restart the server.

I have several plugins running any idea which one might be causing a conflict?

Plugins: GroupManager, BukkitCompat, Buycraft, Vault, Multiverse-Core, dynmap, RocketBoots, OrePlus, SurvivalGames, WelcomeBook, ProtocolLib, Votifier, NullTerrain, mcMMO, BetterAlias, IntoChest, SimpleVoteListener, AlphaChest, WorldEdit, Towny, Multiverse-Inventories, LogBlock, Questioner, LWC, WorldGuard, OddItem, BorderGuard, Punishmental, CasinoSlots, BKCommonLib, ScheduledAnnouncer2, SuperSpleef, Essentials, Orebfuscator, ServerSigns, Multiverse-Portals, AllDayAllNight, DisguiseCraft, NoLagg, ChestShop, MobArena, TownyChat, EssentialsSpawn, BattleTracker, EssentialsAntiBuild, BattleArena, Dynmap-Towny, ArenaCTF, AntiCheat

gmcferrin commented 11 years ago

It's something that's stopping all tasks, but I have no clue which one off hand

jacksmack101 commented 11 years ago

I unistalled survival games and it is still happening. So it's not that one, seemed to happen when I switched from nocheatplus to anticheat like you recommended. Don't know if that is truly the culprit though.

jacksmack101 commented 11 years ago

It appears to be a conflict with Punishmental Plugin. Disabled that one and havent' had the issue.

TfT-02 commented 11 years ago

@jacksmack101 Bingo, just decompiled the plugin and browsed the source. This is definitely a plugin that breaks mcMMO and probably other plugins as well, since it can cancel all scheduled tasks.

I'll notify the author of Punishmental that he should update his plugin asap.

TheModerator commented 11 years ago

Issue resolved in punishmental and filtering thru bukkit now. Thanks for everyone's help in this and especially to TfT-02 for doing to work and alerting me so soon!

TfT-02 commented 11 years ago

Glad to hear you were able to fix this so soon!