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

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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
    1.9.1 - bug fix
    - 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]

    This post has been edited 118 times. It was last edited by nil0bject Jul 1, 2012.
  2.  
  3. Offline

    FlawlezZ

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    sp.*: true
    sp.skin.*: true
    sp.walk.*: true
    sp.cape.*: true
    sp.fly.*: true

    These are my permissions and it doesnt stop telling me that I dont have enough permissions ^^
  4. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    dunno. that looks weird. i only have sp.*: true
  5. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  6. Offline

    CJits

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Get this error; an internal error occurred while attempting to perform this command.

    http://pastebin.com/4um8THki

    Please help.

    Thanks in advance.
  7. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    was the user online when you issued the command? they must be online. v2.0 will allow editing values for offline users. sorry for the inconvenience.
  8. Offline

    CJits

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yeah, he was online. I even tried it on myself.
    I'll test it again.
  9. Offline

    CJits

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Okay, I put a new gravity option in the config (high), and tried it on myself. It worked, but setting my gravity to low won't work. (low is also in the config: " low: '0.1' ")
  10. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  11. Offline

    CJits

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    This post has been edited 1 time. It was last edited by CJits Nov 4, 2011.
  12. Offline

    Hryniu

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Did you started to work on next versions of it ? ;D
  13. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yeah, sorry 'bout that. i didn't check to see what each value required, so i just used float for everything.
  14. Offline

    djdavid333

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can i use Permissions groups? and how?
    for eg. i have Players, VIP, Admins , I want all Players to have like peasant skin, all VIP-something alse..
    is that possible?
  15. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    bukkit doesn't support groups, and i'm not going to support a heap of permission plugins.
    just use spoutplayers to define groups
  16. Offline

    didzym

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is it possible personalize the names? It would be nice if we could color names by a color code. And it would be nice to get through a variable name of a person. Thus, it would reduce a line is the personalization of the names in group.
    Example of what I would like to:

    names:
    group1:[Visitor]<BLUE><NAME>
    group2:[Admin] <DARK_RED><NAME>
  17. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    yes, version 2 will have colour names.
    eta for final is about 1 month. my code monkey job takes precedence because it pays me :D
  18. Offline

    vicente947

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When are you going to update?
  19. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    lol, troll much?
    eta for final is about 1 month. my code monkey job takes precedence because it pays me :D

    ie/ pay me and i'll update faster. lol

    This post has been edited 4 times. It was last edited by nil0bject Nov 13, 2011.
  20. Offline

    Hryniu

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    nil0bject - Are you dead nil0bject ? Why arent you doing anything. Tell me if your busy. Thanks. :)
    Sry, didn't read the above.

    This post has been edited 1 time. It was last edited by Hryniu Nov 17, 2011.
  21. Offline

    storm75x

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When I tried to change cape or skin or anything back (/set *username* (cape/skin/mob/pm/etc.)) it saids I successfully changed what so ever and I checked the database and it haven't changed yet. I tried both SQL and non-SQL. Please fix this.
  22. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    need more info.
    yes, i'm dead. i got a new job, it has priority.

    someone should fork it!
    https://github.com/nil0bject/SpoutPlayers

    This post has been edited 1 time. It was last edited by nil0bject Nov 18, 2011.
  23. Offline

    AndyFox42

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is v2 still forthcoming?
  24. Offline

    crtrx

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Will the "/set mob" work with (for example) Mo Creatures?
    If everyone has the mod?
    I read you can, but I'm just checking!
    (If anyone asked this before, Im sorry)
    And wow,
    Quite A few months since the last comment.
    :\

    This post has been edited 1 time. It was last edited by crtrx Dec 31, 2011.
  25. Offline

    Masterflapdrol

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    download broke :(
  26. Offline

    Silvo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    huh? .. does this even work on CB#1846 1.1-R3
  27. Offline

    Shiny Quagsire

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This mod doesn't work at all in Bukkit 1.2.3, in any of the releases, due to the new configuration and event system, which this uses. I'll probably branch this and release it soon. I just need to work out a few bugs. :)
  28. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Hey Shiny. I'm willing to work on this with you if you're styill interested.
  29. Offline

    Silvo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    An update would be really appreciated.
  30. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What kind of update. You just want it to work with the latest craftbukkit?
  31. Offline

    nil0bject

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't play much MC anymore. Do you just want the same features?
  32. Offline

    Goldfire

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I relied on this plugin quite a lot, I'm stuck using iSkin because this one doesn't work with the latest 1.2.5-R4 CraftBukkit for example. If you could update just so it works the way it used to, that would be appreciated.

Share This Page