[ADMN/FUN/MISC] Player Editor v0.9.2 - Allows changing of Player's Skins, Capes, and Title [953]

Discussion in 'Inactive/Unsupported Plugins' started by MineDev, Jun 24, 2011.

     
  1. Offline

    MineDev

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Player Editor - Allows changing of Player's Skins, Capes, and Title
    Version: 0.9.1
    Static Jar: PlayerEditor.jar
    Author: Created by @[USER]alta189[/USER] of MineDev Team.
    CB Version: Supports 953 - 1000

    Player Editor is an Amazing plugin. It allows you to change a Player's Skin, Cape, and/or Title. THIS DOES REQUIRE CLIENT MOD. The client mod is not required to connect though, just to see the changes made by player editor. The client mod is Spoutcraft and the accompaning Spout Plugin. You can edit as specific player, or an entire Group. Remember that specific player settings will overrule any group settings.

    Features:
    • Change Player's Skin, Cape, and/or Title
    • Change Group's Skin, Cape, and/or Title
    • SQLite and MySQL support
    FAQ

    How to submit a good error report

    Videos:
    Installation:

    Command and Usage Demonstration:

    Dependencies:
    • Spout Plugin
    • Spout Client - Only required for users that want to see the changes made by Player Editor
    Commands: <> required [] not required

    Note: Currently you have to be an OP to use these commands, however permissions nodes will be added later.
    • /pedit [help] - Shows help for editing players
    • /pedit add <playername> - adds a player to the database
    • /pedit info <playername> - shows the settings for the player
    • /pedit skin <playername> <URL> - Set the Skin for the player *
    • /pedit cape <playername> <URL> - Set the Cape for the player *
    • /pedit title <playername> <title> - Sets the title for the player. See title help below!
    • /gedit [help] - Shows help for editing groups
    • /gedit add <groupname> - adds a group to the database
    • /gedit info <groupname> - shows the settings for the group
    • /gedit skin <groupname> <URL> - Set the Skin for the group *
    • /gedit cape <groupname> <URL> - Set the Cape for the group *
    • /gedit title <groupname> <title> - Sets the title for the group . See title help below!
      * URLs have to be accessable by the players. They cannot be http://locahost/some_image.png
      An example of a good Cape URL is http://minedev.net/capeme/cape/alta189.png
      Also Cape and Skins have to be .png format
    • Note to remove skin/cape/title replace the title or url with the word nothing. Lower case is required
    Title Help:

    Titles can have variables that you can use to add color and player names. Remember that variables have to be UPPERCASE
    Variables:
      • <NAME> - Player Name
      • <NL> - New Line
    Colors: The following are colors that you can add. The format for a color is <COLOR>
      • AQUA
      • BLACK
      • BLUE
      • DARK_AQUA
      • DARK_BLUE
      • DARK_GRAY
      • DARK_GREEN
      • DARK_PURPLE
      • DARK_RED
      • GOLD
      • GRAY
      • GREEN
      • LIGHT_PURPLE
      • RED
      • WHITE
      • YELLOW
    Planned Changes:
    • Add permissions to each of the commands, right now it requires you to be an OP - 0.9.3
    • Add a command that allows you to edit you and you only, self edit /sedit of course with permissions xD 0.9.3
    • Ability to change Citizen's NPCs 0.9.3
    • Want more? Give me requests and ideas :D
    Who is MineDev?
    MineDev is a Plugin Development team. It is made up by:
    • @alta189 - Lead Plugin Developer and Founder
    • @iPhysX - Lead Forum Administrator, Plugin Developer, and Founder
    • @cronikkk - Plugin Developer and Administrator
    • @adamki11s - Plugin Developer and Administrator
    • @[USER]jamescosten[/USER] - Team Member and Moderator

    Changelog:
    Version 0.9.3
    • Updated from BukkitContrib to Spout
    Version 0.9.1
    • Fixed SQLite reload bug
    • Fixed Respawn removing capes
    • Fixed wrong version showing in console
    Version 0.9.0
    • Support for Minecraft 1.7.x
    • Support for CB 953
    • Discarded Permissions Group
    • Implemented new group handling
    • Performance Enhancements
    • Possible Fix for SQLite Errors
    • Installation Video
    • Demo and Command video
    Version 0.8.2
    • Allows use of commands in the console
    • Fixed re spawning without a cape/skin/title
    Version 0.8.1
    • Fixed typo in SQLite Database creation
    • Fixed variable <NAME>
    Version 0.8
    • Public Release

    This post has been edited 1 time. It was last edited by MineDev Aug 3, 2011.
    MMySlime, kahlilnc, operatic and 9 others like this.
  2.  
  3. Offline

    alta189

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

    If you get this error:

    Code:
    2011-06-28 17:19:59 [SEVERE] Could not load 'plugins/PlayerEditor.jar' in folder 'plugins': Permissions
    org.bukkit.plugin.UnknownDependencyException: BukkitContrib
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:194)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:117)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:362)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:304)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:725)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:691)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:684)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    Then you do not have the BukkitContrib plugin in your plugins folder.

    Q: Is a client mod required.
    A: Yes, BukkitContrib client mod is required to see the changes made by Player Editor.

    Q: Will NPCs be added?
    A. Have you read planned changes in the first post? Yes support for Citizens NPC plugin will be added soon, look at the planned version in Planned Changes part of the first post. Remember this is subject to change.

    Q: Will this work for non premium?
    A: Yes, but I suggest buying the game, don't be illegal

    Posts like the above will be ignored. There will NEVER be the ability to do any of this with out a client mod, plus BukkitContrib is becoming quite popular, you will see it in tons of plugins in the future.

    Q: It does work.
    A: Post a good error report. That statement does not help at all.

    Q: Skins are not showing.
    A: They need to be in a URL. You cannot like to a file on your PC.

    Q: :mad:
    A: Do not post with this, this will only get you yelled at.

    Do not post in all CAPS.
    I will yell at you.

    Q: When will it be update?
    A: Wait. Normally I am either waiting on something else to get updated, or working as hard as I can. Please have respect.

    Q: MySQL does not work.
    A: You need to make the database yourself.

    Q: Every time I type /pedit I get a error starting with PLAYER_COMMAND_PROCESS any fix please??
    A: This a conflict with BukkitContrib and AuthMe, Authx, or AuthDB. You need to talk to the developers of those, not me.

    Q: can you send me a minecraft.jar file that already ported client mod?
    A: This is illegal.

    Q: Today is (insert date I said update might come out) so im guesing it will be out soon.
    A: Be patient, I take time to work on this, and I do thorough Bug checks. Sometimes I will not meet the deadline. Just wait. Every time someone posts "Update?" or something similar, it takes time out of my coding.

    Q: Do people need to have the client mod to see my title ?
    A: Yes, did you read the first post?

    Q: Does (Insert Player Editor Version) work on (Insert CB version or Minecraft version)?
    A: Look in the first post.
  4. Offline

    Foxtrot200

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I love this plugin, but if I may make a suggestion, could you add a <NEWLINE> variable? I'd like to have each group display the group tag below their name.
  5. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    There is, you just didn't watch the videos... its <NL>
  6. Offline

    L24D

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @alta189
    It's me again.. haha.
    Interesting, i think the bug with the skin disappearing randomly is still there...
    for some reason it doesn't affect titles though.
    This time, when a guy on the server warped (mywarp :/), his skin went back to default...
    No errors in the console.
    Also.. quick idea/suggestion... would it be possible to allow skins to refresh at a predefined time?
    preferably something that can be set in the config? :p

    Thanks!

    Oh, and btw.. Skins/capes/titles show up properly on first login, with xAuth now. so your latest update fixed that. :D
    Super effort, super job! :D

    [edit]:
    I can still see my own skin/cape fine btw. that wasn't affected.
  7. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @L24D
    I'll do some testing...
    xAuth fixed themselves i guess, cause it was a conflicting with BukkitContrib

    I will add a refresh thing soon
  8. Offline

    L24D

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Oh okay.. and i'm still using the same version of xAuth as before (1.2.5)... so i don't see how it could have fixed itself xD

    And a quick note, the skins randomly reappear.. and i have no clue what's triggering them to. he didn't relog.
    But a relog does fix it, just for the record.

    Thanks again! :p
  9. Offline

    chubbz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    would it be possible to have a folder to put the skins and capes in then it gets them from there
  10. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No it has to be a URL.
  11. Offline

    chubbz

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    does this work with npcs
  12. Offline

    alta189

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

    Foxtrot200

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Ah, yes, I see. Sorry about that.
    So I don't look like a complete tool, I'll try to contribute something useful:
    Some plugins make use of display names (iChat to name one); Would it be possible to get a displayname tag for use on RPG servers?
  14. Offline

    m5k

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sweet, 953! Awesome job with the Playereditor.
  15. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sure, expect that in the next update
  16. Offline

    Henkl33t

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    An internal error occurred while attempting to perform this command every time i type a command came this error i dont have mysql and my server has a ip not local host. I have BukkitContrib
  17. Offline

    RGadelha

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    PlayerEditor 0.9.0 was working for me but 0.9.1 is not working.
    No errors in console and it's not even loading.
    CB 953, Contrib alpha 0.1.3, MC 1.7.3.
    Edit:
    My fault, I've just downloaded and forgot to change the extension from zip to rar. NOOB!
    It's working :)
  18. Offline

    RG_PankO

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    My minecraft crushes alot after I installed the contr plugin :/
    Henkl33t likes this.
  19. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    As I have stated, just telling me there is an error doesnt help...
    How to submit a good error report...
  20. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    What zip, and why do you need a rar?
  21. Offline

    RG_PankO

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    The error was fixed. It camt from the contr plugin and messing people with MC 1.7.2 and 1..7.3 :/
    1.7.3's make crush people with 1.7.2 and contr plugin.
    When all update to 1.7.3 no problems :)

    Thx for the great plugin though!
  22. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks for saying thanks ;)
  23. Offline

    RGadelha

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sorry, I mean jar and not rar.
    Oh man, I've gotta sleep!
    Forgot to say thank you Alta for a great plugin :D
    P.S.: I really need to sleep, I've edited this post 3 times already:'(
  24. Offline

    alfskan

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

    I have a prob.

    when I use bukkitcontrib with mcpatcher,

    player editor couldnt load skin.

    I posted this prob on bukkitcontrib`s thread.
  25. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    This is correct, BukkitContrib is not currently compatible with MCpatcher
  26. Offline

    omnee

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    OMG FINALY THIS IS WHAT I WAS LOOKING FOR THANK U VERY MUCH THIS PLUGIN IS EPIC 10.1/10 :D
    keep it up man ur plugins pwn!
    alta189 likes this.
  27. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thank you xD
  28. Offline

    RG_PankO

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

    Dream102

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Awesome ! :DD
    alta189 likes this.
  30. Offline

    Mijuil1

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    when will Permission
    At least one command /pedit skin ?
  31. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    what?
  32. Offline

    alta189

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @Mijuil1
    I think you are asking when will Permissions be added. Please read the planned changes in first post.

Share This Page