Inactive [ADMIN] VIP v1.0.3 - Gives VIPs priority when logging in [1.2Beta]

Discussion in 'Inactive/Unsupported Plugins' started by Kostronor, May 27, 2011.

  1. Offline

    Deathfromace

    Ooo nice to see this plugin still being worked on. I look forward to using it in 1.8.1 :D
     
  2. Offline

    RustyDagger

    Error :(

    Code:
    [SEVERE] Could not pass event PLAYER_LOGIN to VIP
    java.lang.NullPointerException
        at me.Kostronor.VIP.Permissions.VIPPermissions.isVIP(VIPPermissions.java:47)
        at me.Kostronor.VIP.events.VIPPlayerListener.onPlayerLogin(VIPPlayerListener.java:38)
        at org.bukkit.plugin.java.JavaPluginLoader$13.execute(JavaPluginLoader.java:328)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
        at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:193)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:83)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:34)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-19 20:30:41 [INFO] Disconnecting RustyDagger [/127.0.0.1:57370]: The server is full!
    2011-09-19 20:30:42 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-19 20:30:44 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2011-09-19 20:31:16 [INFO] [INFO_BOT]  Chocolate all you need to Stay up all day and night.
    2011-09-19 20:31:16 [INFO] [INFO_BOT]  Chocolate all you need to Stay up all day and night.
    2011-09-19 20:31:16 [INFO] [INFO_BOT]  Chocolate all you need to Stay up all day and night.
    2011-09-19 20:31:16 [SEVERE] Exception in thread "Thread-923"
    2011-09-19 20:31:16 [SEVERE] java.lang.NullPointerException
    2011-09-19 20:31:16 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.java:107)
    2011-09-19 20:31:16 [SEVERE]     at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.java:111)
    2011-09-19 20:31:16 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.broadcast(CraftServer.java:770)
    2011-09-19 20:31:16 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.broadcastMessage(CraftServer.java:241)
    2011-09-19 20:31:16 [SEVERE]     at uk.co.mdtechnology.automessage.SendMessage.run(SendMessage.java:45)
    2011-09-19 20:31:16 [SEVERE]     at java.lang.Thread.run(Unknown Source)
    
     
    Only idea i had is that maybe bukkit don't pass the player join even when the server is full. Or my whitelist plugin was clashing but i removed that and its not the problem.

    Some other info.

    using pex for permissions (it supports super perms and permissions 2/3 so should be no issues there)
    using Cb build: 1149
    Server had 1 of 1 players (for testing ofc)
    @Kostronor

     
  3. Offline

    Kostronor

    ok, i surely know whats causing this. It's a bug in the bukkit api that i cannot get players who are currently not logged in. I had a workaround for it and tryed it to do it in a more elegant manner, but that fails:D
    I'm currently on vacation and will fix it this weekend!
     
  4. Offline

    RustyDagger

    @Kostronor
    Oki sounds good to me :D

    just a note maybe testing before release would be a good idea? when you change things like that.
     
  5. Offline

    Kostronor

    the problem is, i cannot test this myself :D
    And since it should work out of logic, i cannot do anything against it :D
     
  6. Offline

    AHgpeu

    [SEVERE] Could not pass event PLAYER_LOGIN to VIP
    :( :'(
     
  7. Offline

    Kostronor

    should be fixed now!
     
  8. Offline

    webcraft

    Can you send me the download link, pls??
     
  9. Offline

    AHgpeu

    and me too, please... [redflower]
     
  10. Offline

    Daiver

    Don't work(
    Bukkit: 1185
    Config: link
    in console: 15:30:28 [INFO] Player not found! send this to the developer of VIP!
     
  11. Offline

    Kostronor

    whyever the link got deleted: http://dl.dropbox.com/u/28093398/VIP.jar
    fixed in the new version
     
  12. Offline

    SlyCooperMan

    Sorry if I missed something, but am I able to set whole groups as vips instead of giving individual players the nodes?
     
  13. Offline

    Kostronor

    which of the systems are you using?
     
  14. Offline

    SlyCooperMan

    @Kostronor I'm using Permissions without MySQL, but if I need to get MySQL for it to work, I'll get it/
     
  15. Offline

    Kostronor

    then you can give your users the permissions: 'VIP.<number from 1 to 10>' and they are fine. If you give this permission to the group of a user, the user automatically gets the permission, so to your first question, yes.
     
  16. Offline

    SlyCooperMan

  17. Offline

    Kostronor

    no problem, if you have any more questions, feel free to ask :)
     
  18. Offline

    beleg

    its not working with bukkitpermissions on my server :( could you please allow commands (like vip add player) from the server consol?
     
  19. Offline

    Kostronor

    pushed a silent update, should work now after redownload :)
     
  20. Offline

    beleg

    now im getting this message:
    Unexpected exception while parsing console command org.bukkit.command.CommandException: Unhandled exception executing command 'vip' in plugin VIP v1.0.3 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349) at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) at net.minecraft.server.ThreadServerApplication.run(SourceFile:417) Caused by: java.lang.NullPointerException at me.Kostronor.VIP.Permissions.VIPPermissions.canAddPlayer(VIPPermissions.java:17) at me.Kostronor.VIP.Commands.VIPCommand.onCommand(VIPCommand.java:109) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39) ... 7 more
     
  21. Offline

    Kostronor

    another silent update :D
     
  22. Offline

    beleg

    :D
    You do not have permission to do that.
    I think the console has no permissions :O
     
  23. Offline

    Kostronor

    now it has :D
     
  24. Offline

    beleg

    okay it worked really fine :) but now I think its not working with Craftbukkit 1240 ?
     
  25. Offline

    Kostronor

    what is not working, tell me :)
     
  26. Offline

    beleg

    Im just getting the message "The Server is full" if Im trying to join (but Im a VIP) and my vip-Members are getting this message too.
    In the Server log is no message about a vip just "the server is full"...
     
  27. Offline

    Kostronor

    Can you post the whole startuplog please :)
     
  28. Offline

    beleg

    my whole? or just the part where login and vip appears? (my whole log is uhm big :D)
     
  29. Offline

    Kostronor

    I need to see the whole thing to check for possible incompatibilities somewhere else
     
  30. Offline

    beleg

    wait I think its now working I updated to craftbukkit 1317.. and I think this fixed the problem.. :)
     

Share This Page