Inactive [MISC] SkinAdder v0.6_1 - Adds users to mcskinsearch.com [1240]

Discussion in 'Inactive/Unsupported Plugins' started by Hacksore, Jul 31, 2011.

  1. Offline

    Hacksore

    [​IMG]
    SkinAdder - Is a simple plugin for adding a users to www.mcskinsearch.com when they join the server.
    Download - v0.6_1

    Why?:
    In an effort to get as many users possible added to mcskinsearch.com Sk8 had this idea which had to be done.

    Features:
    • A log to show every users that gets added.
    • Permissions support.
    • Config flags to change certain plugin aspects.
    • A few commands.
    Installation:

    Download the SkinAdder.jar from here.
    Place the jar into your minecraft server plugins directory.
    Restart or reload your server to enable the plugin.

    Config:
    PostServerIp: true #This is to either allow or disallow your servers ip from being posted.
    DisplayMessage: true #This is to either allow or disallow the global message being sent to each player.
    Hostname: mc.example.org #This is an optional property for displaying your hostname on users added rather then your ip. Leave it blank if you don't understand what it's for.

    Semiauto Updating:
    When you start your server or invoke the update command the lastest version of the plugin will be created/overwritten. So to update just go to your plugins/SkinAdder/ directory copy or cut or move the SkinAdder.jar to the parent directory which is the plugins/ directory, then restart or reload your server.

    Usage:
    There is not much you need to do. Just install it and if needed change config properties. There are commands that you can read about below.

    Commands/Permission:
    Note: If no permission plugin is found commands default to op. So I'd recommend using a permissions plugin.
    Code:
    skinadder.top         /sa top - Lists the top 5 most viewed players.
    skinadder.ratings     /sa [r|ratings] <name> - Gets the ratings of the name specifed or you if none.
    skinadder.total       /sa [t|total] - Shows current count of skins in the database.
    skinadder.update      /sa [u|update] - Will download the lastest version of the plugin.
    no perms              /sa [ver|version] - Gets the version of this plugin.
    

    Credits:
    Sk8 developed the majority of this plugin. Sk8 is back now and we work on the plugin together. I own/develop the site.

    Contributions:
    If you have any ideas that could make this plugin any better feel free to share your input.

    Changelog (open)

    v0.6
    [Added] Backend code for a player status system.

    v0.5
    [Added] Ratings command.
    [Added] Permissions support.
    [Added] Hostname config option.
    [Changed] The top command shows 5 results.

    v0.4.1
    [Fixed] Errors for invalid url.
    [Added] Semiauto updater.
    [Added] An update command.
    [Added] Version command.

    v0.4
    [Added] Two commands, /sa top and /sa total.

    v0.3
    [Added] Another config property for disabling your servers ip from being posted.

    v0.2
    [Added] Config file for turning the global message off.
    [Added] Users on mcskinsearch.com now show the servers ip if added with SkinAdder.

    v0.1
    released
     
    AS1LV3RN1NJA and Inacio like this.
  2. Offline

    Hacksore

    I can already see that your plugin is out of date. Please update it to get rid of the errors.
     
  3. Offline

    Hacksore

    Version 0.5 released! Check the changelog to see what has been added/changed.
     
  4. Offline

    spudy121

    i can see the need for this but this is an udder fail it does nothing and if it does its not clear enough
    what I need is to be able to change the skins without using the minecraft.com urls
    so if your planing on putting this on to a new bukkit server don't it does nothing
     
  5. Offline

    Hacksore

    Well I am sorry to hear you're that pathetically stupid. You do realize that this was never said to be something to alter your ingame skin. You can't change skins to arbitrary file locations without using spout. Next time learn to read before making another shit post like that.
     
  6. Offline

    Hacksore

    -snipy-
     
  7. Offline

    RugRats

    I don't want my skin stolen :(
     
  8. Offline

    Hacksore

    I'm not trying to encourage skin stealing.
     
  9. Offline

    kris76

    Hello, seems this plugin doesn't work anymore :
    Code:
    2011-09-26 21:58:13 [INFO] SkinAdder version 0.6 enabled!
    2011-09-26 21:58:13 [INFO] Permission found, using Permissions v2.7.7
    2011-09-26 21:58:13 [SEVERE] java.io.FileNotFoundException: http://sa.mcskinsearch.com/ver.txt
    2011-09-26 21:58:13 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2011-09-26 21:58:13 [SEVERE]     at java.net.URL.openStream(Unknown Source)
    2011-09-26 21:58:13 [SEVERE]     at hacksore.minecraft.skinadder.update(skinadder.java:147)
    2011-09-26 21:58:13 [SEVERE]     at hacksore.minecraft.skinadder.onEnable(skinadder.java:108)
    2011-09-26 21:58:13 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    2011-09-26 21:58:13 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
    2011-09-26 21:58:13 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    2011-09-26 21:58:13 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    2011-09-26 21:58:13 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    2011-09-26 21:58:13 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    2011-09-26 21:58:13 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    2011-09-26 21:58:13 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-09-26 21:58:13 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-09-26 21:58:13 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-26 21:58:13 [SEVERE] Error occurred while enabling SkinAdder v0.6 (Is it up to date?): null
    java.lang.NullPointerException
        at java.lang.String.contains(Unknown Source)
        at hacksore.minecraft.skinadder.update(skinadder.java:154)
        at hacksore.minecraft.skinadder.onEnable(skinadder.java:108)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  10. Offline

    Hacksore

    My bad, I for got to recreate the A record for the domain after I stopped using cloudflare. Will work now since it was nothing to do with the plugin but the website url being invalid instead.
     
  11. Offline

    langkid1

  12. Offline

    kris76

    Now I get this error :
    Code:
    2011-10-03 23:41:01 [INFO] SkinAdder version 0.6 enabled!
    2011-10-03 23:41:01 [INFO] Permission found, using Permissions v2.7.7
    2011-10-03 23:41:01 [SEVERE] java.net.UnknownHostException: direct.mcskinsearch.com
    2011-10-03 23:41:01 [SEVERE]     at java.net.PlainSocketImpl.connect(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at java.net.SocksSocketImpl.connect(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at java.net.Socket.connect(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.NetworkClient.doConnect(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.http.HttpClient.openServer(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.http.HttpClient.<init>(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.http.HttpClient.New(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at java.net.URL.openStream(Unknown Source)
    2011-10-03 23:41:01 [SEVERE]     at hacksore.minecraft.skinadder.update(skinadder.java:162)
    2011-10-03 23:41:01 [SEVERE]     at hacksore.minecraft.skinadder.onEnable(skinadder.java:108)
    2011-10-03 23:41:01 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    2011-10-03 23:41:01 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
    2011-10-03 23:41:01 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
    2011-10-03 23:41:01 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
    2011-10-03 23:41:01 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
    2011-10-03 23:41:01 [SEVERE]     at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    2011-10-03 23:41:01 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    2011-10-03 23:41:01 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-03 23:41:01 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-03 23:41:01 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
     
  13. Offline

    Clucky

    @Hacksore
    I get the same error

    Chadward27's Skin
    note this website animates the skin and lays it out where it looks pretty.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  14. Offline

    Clucky

    Code:
    11:31:19 [INFO] SkinAdder version 0.6 enabled!
    11:31:19 [INFO] Permission system not detected, defaulting to OP
    11:31:19 [SEVERE] java.net.UnknownHostException: direct.mcskinsearch.com
    11:31:19 [SEVERE]     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:175)
    11:31:19 [SEVERE]     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384)
    11:31:19 [SEVERE]     at java.net.Socket.connect(Socket.java:546)
    11:31:19 [SEVERE]     at java.net.Socket.connect(Socket.java:495)
    11:31:19 [SEVERE]     at sun.net.NetworkClient.doConnect(NetworkClient.java:178)
    11:31:19 [SEVERE]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
    11:31:19 [SEVERE]     at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
    11:31:19 [SEVERE]     at sun.net.www.http.HttpClient.<init>(HttpClient.java:240)
    11:31:19 [SEVERE]     at sun.net.www.http.HttpClient.New(HttpClient.java:321)
    11:31:19 [SEVERE]     at sun.net.www.http.HttpClient.New(HttpClient.java:338)
    11:31:19 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:935)
    11:31:19 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:876)
    11:31:19 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
    11:31:19 [SEVERE]     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1139)
    11:31:19 [SEVERE]     at java.net.URL.openStream(URL.java:1029)
    11:31:19 [SEVERE]     at hacksore.minecraft.skinadder.update(skinadder.java:162)
    11:31:19 [SEVERE]     at hacksore.minecraft.skinadder.onEnable(skinadder.java:108)
    11:31:19 [SEVERE]     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    11:31:19 [SEVERE]     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    11:31:19 [SEVERE]     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    11:31:19 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:172)
    11:31:19 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:155)
    11:31:19 [SEVERE]     at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:332)
    11:31:19 [SEVERE]     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:319)
    11:31:19 [SEVERE]     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    11:31:19 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:383)
    11:31:19 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:454)
    
    @Hacksore Is the host direct.mcskinsearch.com not available anymore or something? It worked perfectly fine a few weeks ago, didn't update or anything, then it just stopped working... oh and can you add superperms support?
     
  15. Offline

    RugRats

    Boo, I very much dislike this plugin. My skin can now be stolen because I am in the database bo. Thumbs down.
     
  16. Offline

    HotelManager24

    It isn't like your actual skin is up for download there. Besides, there are tons of websites that allow you to download anothers' skin anyways. Such as http://minetoys.com. Although most people don't know it, when you look up anyone's skin there, you can download their skin.
     
  17. Offline

    RugRats

    It's a sad day for people that make skins that don't want others to have it.
     
  18. Offline

    HotelManager24

    I felt the same at first, but the page doesn't recieve too much traffic in the first place. Besides, it's part of a Minecraftian's life. Just move along.
     
  19. Offline

    RugRats

    So true.
     
  20. Offline

    Nelmar32

    How use?
     
  21. Offline

    Cheatman05

    i can't download it pls help me or upload it to an other server!
     
  22. Offline

    Jelmerelitez

    The link is broken can you give me an other?
     
    Cheatman05 likes this.
  23. Offline

    bazatul

    Sweet! I've just received my free minecraft giftcode!

    >> Minecraftcodes.info <<
     
  24. Offline

    Brandon105

    Can you mirror the plugin? i got 404 error
     

Share This Page