Inactive [SEC/Admn]IpLock -- passwordprotect or mark playernames, linked to an ip, as safe[V 0.5][1.3.2]

Discussion in 'Inactive/Unsupported Plugins' started by Sgt_Tailor, Mar 11, 2012.

?

What do you think of this plugin

  1. Awsome

    106 vote(s)
    61.6%
  2. good, but I have some suggestion

    44 vote(s)
    25.6%
  3. I think it is promising

    22 vote(s)
    12.8%
  1. Offline

    ExazoiK

    Hello! Sorry for my english...

    This plug is very cool but when I quit or reload the server i have error message.
    I think that it is due has the version of my server (craftbukkit-1.2.4-R0.1-20120326.220450-22.jar):

    Code:
    02:55:47 [INFO] [IpLock] Disabling IpLock v0.4
    02:55:47 [SEVERE] Error occurred while disabling IpLock v0.4 (Is it up to date?)
     
    java.lang.NullPointerException
            at iplock.iplock.onDisable(iplock.java:98)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
            at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoade
    r.java:362)
            at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManag
    er.java:399)
            at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginMana
    ger.java:392)
            at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:24
    5)
            at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:402)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    and impossible has to put on the command: /lockip
     
  2. Offline

    JustinFatalx

    I would like to make some suggestions.

    1. If you are not registered and try to use commands or talk it should tell you that you need to register with the /setpassword command instead of telling you that you need to login.

    2. If possible make it so that default chat is froze until you register. Because sometimes when a player first joins my server the chat spam is just so much that they miss the message about registering and they cant read the signs with a login guide in front of them because of all the chat in the way.
     
  3. I will look into that.
    it is not because of your version of bukkit. It is a little bug in my code. It is no real harm, but it will be fixed in next update.

    The only thing required is a working brain:p

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  4. Hi friend, I congratulate you on your work, it's really nice. But I have a question. Why when my new users try logging of it is not possible? This is the message: An Internal error ocurred while attempting to perform this command.
    Thanks by all.

    And excuse my bad english. I'm waiting a new update.
     
  5. The new people need to use /setpassword first then they can log in.
    This version has (as far as I know) no problems with 1.2.4
     
  6. Offline

    Vandrian

    I have a problem normal user haven't the permisson for /lockip but there are no permissons right? waht can i do? or what i do wrong?
     
  7. Offline

    JustinFatalx

    Is this still being worked on?
     
  8. I try to find the cause of the problem.
    I am still working on this. However I was developing a new plugin this week. It is called ModReq. I will post it on bukkit tomorrow. It is over 500 lines of code so I could not spend a lot of time on IpLock.
     
  9. Offline

    jamcat22

    Can you add this to Bukkit dev? I use CButD (CraftBukkit up to date) and in order to auto update the file needs to be on Bukkit dev.
     
  10. Offline

    Martin1704

    Hi, great plugin. Thnx for making it. Two things: I also get the error when stopping my server (1.2.4) and I have some users that logged on with credentials of other people, so any idea when the /clearpassword option is activated (now: down server, manualy change the yml, up server... my users get a bit irritated with that.)
     
  11. You don't have to down the server, you can edit the file, then reload the server. I will update in the near future
     
  12. Offline

    JustinFatalx

    Eh reloads cause issues on some servers. I get alot of problems when I do a reload so I also do the shut down method.

    So please update :(
     
  13. Offline

    Overdrive97

    It worked fine for me, but now I got some errors in my console.
    I'm using version 0.4, and the RB of Craftbukkit (Don't know the build number).
    This is the error (Read from the last sentence upwards, this is from the Multicraft Control Panel):

     
  14. You first need to set a password before you can login
     
  15. Offline

    locator3000

    Hey I love this, but i was wondering if you could tell me an encripton key used. besides it is my server, i should be able to know the passwords
     
  16. Offline

    IsaiahRobichaud

    Lol before I just wanted to make sure it didn't need MySql or H2 something like that. (BTW what is H2 is that Hamachi2?)
     
  17. Offline

    joelcalix

    Bro, the plugin is lovely. However it doesnt work with Industrialcraft mod. For some reason Industrialcraft machines dont work when the plugin is running. please can you check it out...thanks
     
  18. Offline

    ventus11

    Can you add a feature the prompts them to use /setpassword to register?
    Can you also prompt them about /login and /safeip after registering
     
  19. I don't know how mods work D:
     
  20. Offline

    hugokk

    are there permissions for this plugin
    i'd like to use them
     
  21. Offline

    L24D

    @Sgt_Tailor

    Hmm... I appear to have found a minor issue. It throws an NPE upon server shutdown:

    Code:
    2012-04-11 15:00:31 [INFO] [IpLock] Disabling IpLock v0.4
    2012-04-11 15:00:31 [SEVERE] Error occurred while disabling IpLock v0.4 (Is it up to date?)
    java.lang.NullPointerException
        at iplock.iplock.onDisable(iplock.java:98)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:362)
        at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:399)
        at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:392)
        at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:245)
        at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:399)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:479)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Running the last RB: Build 2149
     
  22. Offline

    Mirokashi

    I have the same error.
     
  23. Offline

    mike2033

    Hey,

    I've got a translation for you! It's in german.

    http://pastebin.com/a46awApZ

    Bug report:
    When I'm reloading the server (/reload) the console shows a error. Can you fix this, please? Here's the error: ONLY if I reload the server. Not if I start it.

    http://pastebin.com/T6uTNXqV

    Suggestion:
    It's possible to use /setpassword xx even when you already got a password. Can you add that you have to enter your current password if you want to change it? For example "player1" got password "cool32" and want a new password "cool329". If he want to change it he have to enter so nobody can change your password:

    /setpassword cool32 cool329

    or ( clearly )

    /changepassword cool32 cool329

    If the current password is wrong -> kick

    EDIT:

    BugReport - Looks like more then me got this error.

    Suggestion - Fail! If you aren't loged in you can't even use those commands.
     
  24. Offline

    JustinFatalx

    Update please. Also would it be possible for you to post your source because I have a staff member working for me that can do plugins.
     
  25. I am working on a BIG update. It will include most of the functions you all requested.
     
  26. Offline

    HollyGamer

    Nice plugin dude ;)
     
  27. Offline

    skr1llex

    i have a problem with all the login plugins, when i make a password then try to login its says /login password all the time and i'm typing in the right password. could anyone help me?
     
  28. Offline

    fredghostkyle1

    HI, I LOVE <3 this plugin! but it needs a config file and a way to have CUSTOM colores (&1, &2, Ect.)

    I love THIN SO MUCH! On my server the password is your username (i like that in a config, being default)

    Thanks!
     
  29. Offline

    spy85

    How do you make this so only certain players have to login like just admins?
     
  30. Offline

    Truger

    I have this problem to also if the server is restarted, shutdown, or reloaded with "/reload" the plugin ignores the fact that a player has safeip set.
     

Share This Page