Solved Op Regen

Discussion in 'Bukkit Help' started by Rexcantor64, Dec 24, 2015.

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

    Rexcantor64

    I have my server with my plugins, etc... but somehow I don't know why, the regeneration it's so op like I recover my full health in 2 seconds.

    Here is my plugins list: (open)
    Plugins (30): IronElevators, PlugMan, WorldEdit, Buycraft, MainHub, Vault, Multiverse-Core, PermissionsEx, BungeePortals, BarAPI, EnjinMinecraftPlugin, IslandAnuncio, Party, NoteBlockAPI, TimeLock, Movecraft, ProtocolLib, temp, LeaveManager, HypixelFirework, LibsDisguises, 1v1, DescidaMortal, Multiverse-Portals, BlockHunt, NoFlyZone, MMode, CTF, HolographicDisplays, icJukeBox


    I don't have any OPs on my server, it's all permissions. Some of that plugins are mine, but I search and I don't have any PlayerReagainHealthEvent. I only had one to try to fix that, but it wasn't working:

    Code:
    @EventHandler
    public void onRegen(PlayerRegainHealthEvent e){
         e.setAmount(1);
    }
    (I didn't copied that from my plugin and there was an IF statement to filter only REGEN types.)

    Waiting for your help,
    Rexcantor64
     
  2. Offline

    oliver276

    @Rexcantor64
    I notice you have Plugman on there. Try disabling a plugin, testing, then disabling the next, testing, and so forth. I'd recommend testing that with 1v1 and CTF first. This way you can isolate the problem. Last time I checked, it should be /plugman disable <plugin> , then to re-enable, /plugman enable <plugin>
     
  3. Offline

    Rexcantor64

    @oliver276
    1v1, CTF, MainHub, IslandAnuncio, Party, NoFlyZone, CrazyRace and LeaveManager are my plugins and I tested it, removed it, etc... I will check every plugin, but it only happens SOMETIMES and I don't remove or add any plugin.


    Edit:
    I disabled all the plugins and still nothing..

    Here is the video:


    (I still had the scoreboard because I didn't relog)

    My players say that regeneration it's faster than the normal.
    I will compare it with the single player version, but I agree with them.

    Waiting for an answer,
    Rexcantor64
     
    Last edited: Dec 25, 2015
  4. Offline

    Rexcantor64

    Anyone can help me? I need that resolved...:(
     
  5. Offline

    Rexcantor64

    Still waiting, anyone please? It can be from the bukkit version?
     
  6. Offline

    Rexcantor64

    It isn't from the bukkit version, because it doesn't happens on my testing server. (It's the same dev)
    I don't have access to my server now because my host isn't the best and it is a problem...
    But when it backs, I will try to remove ALL the plugins and put it one per one.

    Anyone knows if it's from plugins or it's from other thing?

    Still waiting,
    Rexcantor64
     
  7. Offline

    Nibbit

    Looks normal to me! Maybe your randomtickspeed is too high?
     
  8. Offline

    Rexcantor64

    Where I can change it?
     
  9. Offline

    Nibbit

    /gamerule
     
  10. Offline

    Rexcantor64

    It works with multiverse?
    Like I said, I don't have access to my server now, so I can't test.
     
  11. Offline

    Nibbit

    /gamerule has to be set for every world apart
     
  12. Offline

    Rexcantor64

    It worked!

    Resuming, I changed the gamerule "randomTickSpeed" from 3 to one!
     
  13. Offline

    Nibbit

    Nice! :) I hope this thread will help more people!
     
Thread Status:
Not open for further replies.

Share This Page