PvPControl Scoreboard Conflict?

Discussion in 'Bukkit Help' started by TehTotalPwnage, Jan 18, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    TehTotalPwnage

    I'm trying to set up a server for my friends. Since my friends completely disagree on whether PvP should be enabled or not, I found a PvP plugin which served my needs, which were:
    - Ability to toggle PvP
    - Cooldown on how often the command can be run
    Now, I've found a plugin for this which seems to work called PvPControl, but when I do try to start up my server, this conflict arises:
    upload_2015-1-18_20-0-27.png
    It's a real shame considering this is one of the few updated and featured filled plugins I could find, and all because of poor coding habits. So here's my question:
    1. How can I work around this?
    2. Is there any way I can decompile this plugin in order to just modify the scoreboard value, and then recompile it just for personal use?
    3. Are there any alternative plugins that accomplish the features I've listed above and are compatible with Minecraft 1.8?
    Thanks!
     
  2. Offline

    Flamedek

    @TehTotalPwnage
    You could try to set do color change in the config to false. That seems to be the only feature that requeres teams, and if it is remotely properly coded that should stop it from trying to create these conflicting teams.

    Decompiling and recompiling is an option too, but is more work then it sounds. As far as I know you'd have to be able to create a working plugin, copy and paste each class file and then continue. If that's possible for you the changes you need to make seem minor. If it's a large plugin with lots of classes it can be a hassle though.
     
  3. Offline

    TehTotalPwnage

    I tried that, that option doesn't work, probably since it relies on scoreboards for "friendly fire".
     
Thread Status:
Not open for further replies.

Share This Page