Inactive [USER/RP][Spout/Perm/mySQL] SpoutPlayers 2.0.5: player models, appearance, PM's and more[1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by nil0bject, Aug 24, 2011.

  1. Offline

    nil0bject

    SpoutPlayers 2.0.5[formerly SpoutPlayerSkins]
    Donate - THANKYOU!!!
    [​IMG]
    Change player models, skins, capes, names, gravity, jump height, walk, air, and swim speed, render distance and many more!

    Project Page: http://dev.bukkit.org/server-mods/spoutplayers/
    Please submit problems with SpoutPlayers to: http://dev.bukkit.org/server-mods/spoutplayers/tickets/

    Settings can be stored in your config file or mySQL database.
    Restrict user permission to allow/deny changing of values.
    Change groups of players with one edit.

    Create a group type:
    /set @<type> <groupName> <value>
    Set a players type to a value or group type:
    /set <playerName> <type> <value>
    Reset a players type value to default:
    /set <playerName> <type>
    Display info:
    /set <playerName>
    eg:

    /set nil0bject
    /set skin admin http://myserver.com/skins/admin/*.png
    /set nil0bject skin admin
    result: my skin would be set to http://myserver.com/skins/admin/nil0bject.png
    /set skin admin http://myserver.com/skins/admin/admin.png
    result: my skin would be set to http://myserver.com/skins/admin/admin.png
    /set nil0bject skin
    result: my skin would be set to http://www.minecraft.net/skins/nil0bject.png

    <type>s are:
    - name: change the name
    - cape: change the cape
    - skin: change the skin
    - mob: change into a mob with a valid ID number of a minecraft entity. Get them from the wiki.
    - grav: changes how quickly you will fall. will still take fall damage. will get kicked if floating for too long.
    - walk: how fast you walk
    - swim: how fast you swim
    - air: how fast you fly
    - sight: how far the player can see. reduce lag or increase visibility.
    - jump: how high you can jump
    - fly: true or false
    - pm: send an achievement notification to a player with your name and message
    - warn: constantly send a warning to a player until you send another warning with only a fullstop in it

    ----------------Installation------------------
    Server Installation
    1. Download SpoutPlayers
    2. Download Spout.
    3. Copy SpoutPlayers.jar and Spout.jar into your bukkit servers plugin folder.
    4. Start or restart your bukkit server.

    Player Installation
    1. Download SpoutCraft Linux: jar Windows: exe MacOS X: app.
    (optional)1.1. Copy Spoutcraft.jar to where your minecraft launcher is.
    2. Open Spoutcraft.jar.
    3. Login with your minecraft account.
    4. Wait for a clean copy of minecraft to be downloaded and modded.
    (this does not modify your original minecraft)
    5. Connect to a bukkit server running Spout and SpoutPlayers!!

    Updatess


    2.0.5 MultiWorld support for MySQL servers
    * if you use MySQL to store your SpoutPlayers data, then you now can set player type values on a per world basis.
    * /set <playerName> <worldName> <type> <value>
    # /set nil0bject world skin http://www.minecraft.net/skin/*.png
    # /set nil0bject world_nether skin http://www.minecraft.net/skin/Notch.png
    # /set nil0bject world_the_end skin http://www.minecraft.net/skin/Honeydew.png
    * this isn't supported with config files yet. please consider using MySQL.
    2.0.3 - More @<types>!
    - you can now use the @<type> command with all the types to make groups with names.
    eg. /set skin nameOfMyGroup http://s3.amazonaws.com/MinecraftSkins/Notch.png
    ie.

    2.0.2
    - fixed the console spamming
    - added more default options when a new SpoutPlayers/config.yml file is created

    2.0.1
    -SpoutPlayers now saves your settings

    2.0.0
    - updated to work with latest craftbukkit 1.2.5 and latest SpoutPlugin/SpoutCraft 1.2.5
    [COLOR=#000000][FONT=Georgia][COLOR=#141414][B]1.9.1 - bug fix[/B][/COLOR][/FONT][/COLOR]
    - fixed error with morphing into mobs.
    1.9 - Private Messages via Achievements!
    - add a new <type>: pm
    - this will send an achievement notification to a player with your name and message
    - much easier than finding your name in the chat log
    - usage: /set nil0bject pm Hey.What_ya_doing?
    - nb: currently messages can only be one word, and less than 26 characters.

    -fixed a few bugs with the config and warn type.

    1.8.1
    -trying to fix permissions errors
    SpoutPlayers 1.8 - warnings and morphing
    - send an achievement notification to any player. will keep warning until it is reset
    - /set nil0bject warn stopMessingAround*
    the warning can only be one word on the command line, so it's best to setup premade warnings in your config(warns:) or mysql(SPwarns)
    reset warning:
    - /set nil0bject warn .
    or
    - /set nil0bject warn

    - morph into any entity installed in all connected clients
    - this means, using the ID number of an entity(eg Ghast is 56), you can change your appearance for other players, not yourself.
    - /set @mob ghast 56
    - /set nil0bject mob ghast
    and then for lulz
    - /set nil0bject grav 0.1
    - /set nil0bject air 100
    - /set nil0bject fly true
    - if all clients have a mod installed, that includes a custom entity, you just need to know that entities ID and everyone can change into it.
    - who has some cool minecraft models?
    - this is part of the custom player model integration.

    Vanilla Entities
    entity, ID
    "Creeper", 50
    "Skeleton", 51
    "Spider", 52
    "Giant", 53
    "Zombie", 54
    "Slime", 55
    "Ghast", 56
    "PigZombie", 57
    "Enderman", 58
    "CaveSpider", 59
    "Silverfish", 60
    "Pig", 90
    "Sheep", 91
    "Cow", 92
    "Chicken", 93
    "Squid", 94
    "Wolf", 95

    ------------------Usage-----------------


    ------------------future updates-----------------
    - custom entity skins
    - hide name
    - respawn with different values. ie zombies!!
    - custom player models(will require client mod)

    Donate - THANKYOU!!!
    [​IMG]
     
  2. Offline

    ChrisX930

    hya, I want that all users have your own skin (minecraft.net), how can I make this?
     
  3. Offline

    nicquehen

    You'r too fast thx ! :p
     
    nil0bject likes this.
  4. Offline

    nil0bject

    hey, remove the skin: from @global. that should just use the default skin.
     
  5. Offline

    FlawlezZ

    Well, i have these permissions:
    sp.name.*: true
    sp.skin.*: true
    sp.cape.*: true
    But it keeps telling me that I dont have the permission for changing my own skin.
     
  6. Offline

    nil0bject

    Update
    1.7 gravity+walkSpeed+airSpeed+swimSpeed+viewDistance+jumpHeight+canFly?
    - improved code efficiency
    - added a bunch of new <type>s:
    - grav: changes how quickly you will fall. will still take fall damage. will get kicked if floating for too long.
    - walk: how fast you walk
    - swim: how fast you swim
    - air: how fast you fly
    - sight: how far the player can see. reduce lag or increase visibility.
    - jump: how high you can jump
    - fly: true or false
    use them in commands eg:
    /set @grav low 0.1
    /set nil0bject grav low

    what's your minecraft username? what command are you using?

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

    FlawlezZ

    Show Spoiler
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    17:01:39 [INFO] [AuthMe] Player TheMokaLoka logged in!
    17:01:40 [INFO] [SpoutPlayers] Added player:xXMinecraftXx
    17:01:40 [INFO] [SpoutPlayer]xXMinecraftXx
    17:01:40 [SEVERE] Could not pass event PLAYER_JOIN to SpoutPlayers
    java.lang.UnsupportedOperationException: All skins must be a PNG image
    at org.getspout.spout.player.SimpleAppearanceManager.checkUrl(SimpleAppearanceManager.java:342)
    at org.getspout.spout.player.SimpleAppearanceManager.setGlobalSkin(SimpleAppearanceManager.java:47)
    at nil0bject.spout.spoutPlayers.SpoutPlayerAppearance.refresh(SpoutPlayerAppearance.java:38)
    at nil0bject.spout.spoutPlayers.SpoutPlayers.addPlayer(SpoutPlayers.java:221)
    at nil0bject.spout.spoutPlayers.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:27)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    17:01:41 [INFO] [SpoutPlayers] Added player:Wolf2703
    17:01:41 [INFO] [SpoutPlayer]Wolf2703
    17:01:41 [SEVERE] Could not pass event PLAYER_JOIN to SpoutPlayers
    java.lang.UnsupportedOperationException: All skins must be a PNG image
    at org.getspout.spout.player.SimpleAppearanceManager.checkUrl(SimpleAppearanceManager.java:342)
    at org.getspout.spout.player.SimpleAppearanceManager.setGlobalSkin(SimpleAppearanceManager.java:47)
    at nil0bject.spout.spoutPlayers.SpoutPlayerAppearance.refresh(SpoutPlayerAppearance.java:38)
    at nil0bject.spout.spoutPlayers.SpoutPlayers.addPlayer(SpoutPlayers.java:221)
    at nil0bject.spout.spoutPlayers.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:27)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)


    oh yeah .. wtf.
    my username is FlawlezZ and im using /set FlawlezZ @skin http://.../mc/skin.png
     
  8. Offline

    nicquehen


    I'm sorry you forget to refresh the link in the first page?

    i download spoutplayer but in the log file :
    2011-10-08 17:06:03 [INFO] [SpoutPlayers] by nil0bject version 1.4 enabled.

    ???
     
  9. Offline

    nil0bject

    the command is:
    /set FlawlezZ skin http://.../mc/skin.png
    or
    /set @skin someSkin http://.../mc/skin.png
    /set FlawlezZ skin someSkin

    enjoy!

    ah bugger. fixing it now
    edit: fixed. try again.


    This means noone has been using the latest versions since 1.4. Hopefully this solves a number of problems people are having.
    PLEASE RE-DOWNLOAD 1.7!!

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

    nicquehen

    edit : it solve the link is good now

    Ok so i do some test (1.7) it work fine but i don't know if it possible to optimize :

    This solution olbige to do a /set of all user (or to execute a sql query) i use php my admin and i don't know if it possible to automaticly assign a cape (like a triger ?)

    the best for me :

    -It will be very useful is the plugin detect the name of the group (i use pex) of the user and automaticly assign the cape (which have the same name of the group).

    i have another issue :

    in the server.log i have some spam :

    Code:
    2011-10-08 17:31:05 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:31:05 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:31:05 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:31:25 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:31:25 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:31:25 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:31:45 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:31:45 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:31:45 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:32:05 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:32:05 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:32:05 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:32:25 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:32:25 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:32:25 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:32:45 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:32:45 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:32:45 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:33:05 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:33:05 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:33:05 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:33:25 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:33:25 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:33:25 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:33:45 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:33:45 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:33:45 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:34:05 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:34:05 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:34:05 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2011-10-08 17:34:25 [INFO] [SpoutPlayer]nicquehen cape:http://servergame.fr/down/cape/Admin.png
    2011-10-08 17:34:25 [INFO] [SpoutPlayer]Nerdxgame name:
    2011-10-08 17:34:25 [INFO] [SpoutPlayer]Archonium cape:http://servergame.fr/down/cape/Citoyen.png
    2) and the title of my user don't appear

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

    heavy1metal

    Main link is telling me service unavailable :''(
    Edit: Never mind, after a few die-hard tries, I'm good to go!

    Update:
    Flatfile isn't writing new data, SQL is working great. So when using default settings, no new players are added, and changing skins for a user fires off errors. Switched the SQL, happy days. Maybe to make your life potentially easier make it SQL required so you don't have to double up on the work idk.

    Also, any plans for this to work with Healthbars? I think the few people who's name is disappearing, is because of this plugin:
    http://dev.bukkit.org/server-mods/healthbar/

    Disable debug mode in the config file.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
    nil0bject likes this.
  12. Offline

    nicquehen


    I use spout essential for me (not healthbar) and i don't see the player name
     
  13. Offline

    Wilko343

    When I'm using the /set command I get this:
    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'set' in plugin SpoutPlayers v1.7
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:358)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
        at nil0bject.spout.spoutPlayers.SpoutPlayerCommands.onCommand(SpoutPlayerCommands.java:91)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 13 more
    
    And on every PLAYER_JOIN event:
    Code:
    [SpoutPlayer]dumbledoor sight:dumbledoor
    2011-10-07 20:15:11 [SEVERE] Could not pass event PLAYER_JOIN to SpoutPlayers
    java.lang.NumberFormatException: For input string: "dumbledoor"
    	at java.lang.NumberFormatException.forInputString(Unknown Source)
    	at java.lang.Integer.parseInt(Unknown Source)
    	at java.lang.Integer.valueOf(Unknown Source)
    	at nil0bject.spout.spoutPlayers.SpoutPlayerAppearance.refresh(SpoutPlayerAppearance.java:86)
    	at nil0bject.spout.spoutPlayers.SpoutPlayerAppearance.refreshAll(SpoutPlayerAppearance.java:50)
    	at nil0bject.spout.spoutPlayers.SpoutPlayers.addPlayer(SpoutPlayers.java:162)
    	at nil0bject.spout.spoutPlayers.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:27)
    	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    	at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
    	at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
    	at net.minecraft.server.Packet1Login.a(SourceFile:59)
    	at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    	at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    I am using SpoutPlayers 1.7
     
  14. Offline

    heavy1metal

    Switch to SQL, see if this helps.

    Spout essentials also has a skin plugin, I've since removed spout essentials, it has nothing but issues on the server I admin.
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
    nil0bject likes this.
  15. Offline

    Wilko343

    Okay I'll try that.

    Okay so I have no idea how MySQL is or how it works..

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
    nil0bject likes this.
  16. Offline

    Kloporte

    I had the same problem and switching to MySQL indeed make it works
     
    nil0bject likes this.
  17. Offline

    nil0bject

    thanks for helping out guys, answering questions and stuff!!

    I'll fix the config problem today. For now, as Heavy1Metal and Kloporte say, use mySQL. I'll try to write a mysql tutorial as well, for you, Wilko343.
     
  18. Offline

    heavy1metal

    nil0bject likes this.
  19. Offline

    Wilko343

    Okay thank you!
     
    nil0bject likes this.
  20. Offline

    nil0bject

    yep, sure. would that just be an extra field in the SPplayers table?
    what would you do with groups?

    Update
    SpoutPlayers 1.7.1
    - fixed error with loading and saving to the config file
    - sorry about that, it was setting all null values to '*', which in turn converted to the player username.
    - Thanks for your patience!

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

    Deh'Ja

    gravity only ender.
    possible ? :)
     
  22. Offline

    nil0bject

    what is that?
     
  23. Offline

    Hryniu

    When I use the command /set it says
    "An internal error occured while attempting to perform this command" No fix yet.
     
  24. Offline

    oceanor

    download link broken..

    Service Temporarily Unavailable
     
  25. Offline

    nil0bject

    try again now. it's back up
     
  26. Offline

    Wilko343

    I got everything with MySQL but what do i have to fill in at
    Code:
    adress: ''
    ?
     
  27. Offline

    oceanor

    lol fastest answer ever.. thanks a lot :D
     
    nil0bject likes this.
  28. Offline

    nicquehen

    Thanks a lot i adopt your plugin !
    I recommend someone use spout essential to don't use the cape functionnality if you use already the cape functionnality of this plugin :)

    It Works than what i want!
     
    nil0bject likes this.
  29. Offline

    Wilko343

    Never mind got it to work!

    Now I get unknow command when using /set

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 19, 2016
    nil0bject likes this.
  30. Offline

    nicquehen

    Did the color work in the title username?
     
  31. Offline

    Hryniu

     

Share This Page