[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

    Player Editor - Allows changing of Player's Skins, Capes, and Title
    Version: 0.9.1
    Static Jar: PlayerEditor.jar
    Author: Created by @alta189 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
    • @jamescosten - 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
     
    MMySlime, kahlilnc, operatic and 9 others like this.
  2. Offline

    shadow265

    does this work for hamachi servers?
     
  3. Offline

    Sharpie-o

    Yeah, I'm using AuthME, and was thinking about some conflict between them. Maybe I'll try unloading AuthME and see what happen.
    SQLlite is better I think. Less configuration work.
     
  4. Offline

    RG_PankO

    No one answered my question.
    Is the plugin updated so it can work wit PermissionEX or no permissions at all so I can make na .php admin panel for my users and they change the skin for theyr skin?
     
  5. Offline

    Kikist

    When I click PlayerEditor.jar.zip in my Downloads Folder it opens with WinRAR, I see the following files:
    com
    META-INF
    net
    .classpath
    .gitignore
    .project
    LICENSE
    plugin.yml
    README
    ---------------------------------
    When I copy the folder in my plugins folder it dont work...what can i do??
     
  6. Offline

    alta189

    That will never happen, it limitations that notch has.


    That is the jar, its not a ZIP...

    Delete the Player Editor folder and redownload.

    MySQL has no bugs currently, I am still trying to figure out whats wrong with SQLite

    There are some on the MineDev forum.
    http://forum.minedev.net

    0.9.1 Fixed bugs that @CainFoool and @L24D reported, thanks guys!

    This is an example Bug Report, please do report bugs as follows. (BTW this is a made up bug, its not an actual one, the error was taking from a past post)

    CB version: 953
    Player Editor Version: 0.9.1 (I only support the most current build)
    BukkitContrib Version: 0.1.2 (I only support the most current build)

    I have double checked that the client mod is installed, and the plugin is installed.

    Here is the error from the console:

    Code:
    23:18:42 [INFO] [PlayerEditor] PlayerEditor is intializing
    23:18:42 [SEVERE] Error occurred while enabling PlayerEditor v0.8.2 (Is it up to
     date?): 1
    java.lang.ArrayIndexOutOfBoundsException: 1
            at net.minedev.playereditor.SettingsHandler.loadFileContents(SettingsHan
    dler.java:157)
            at net.minedev.playereditor.SettingsHandler.load(SettingsHandler.java:77
    )
            at net.minedev.playereditor.Core.onEnable(Core.java:46)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136
    )
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    This error occurred on server reload.

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

    CainFoool

    @alta189 Haha what bugs did you fix (I forget)
     
  8. Offline

    alta189

    The changelog is a good place to look.

     
  9. Offline

    CainFoool

    @alta189 oh yeah, thank god you fixed that reload bug. Had to restart to get my server back and running again. (before you came on when I was getting the SQL errors).
     
  10. Offline

    alta189

    FAQ:

    If you get this error:
    Click to Show Error (open)

    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.
     
  11. Offline

    Foxtrot200

    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.
     
  12. Offline

    alta189

    There is, you just didn't watch the videos... its <NL>
     
  13. Offline

    L24D

    @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.
     
  14. Offline

    alta189

    @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
     
  15. Offline

    L24D

    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
     
  16. Offline

    chubbz

    would it be possible to have a folder to put the skins and capes in then it gets them from there
     
  17. Offline

    alta189

    No it has to be a URL.
     
  18. Offline

    chubbz

    does this work with npcs
     
  19. Offline

    alta189

  20. Offline

    Foxtrot200

    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?
     
  21. Offline

    m5k

    Sweet, 953! Awesome job with the Playereditor.
     
  22. Offline

    alta189

    Sure, expect that in the next update
     
  23. Offline

    Henkl33t

    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
     
  24. Offline

    RGadelha

    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 :)
     
  25. Offline

    RG_PankO

    My minecraft crushes alot after I installed the contr plugin :/
     
    Henkl33t likes this.
  26. Offline

    alta189

    As I have stated, just telling me there is an error doesnt help...
    How to submit a good error report...


    What zip, and why do you need a rar?

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

    RG_PankO

    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!
     
  28. Offline

    alta189

    Thanks for saying thanks ;)
     
  29. Offline

    RGadelha

    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:'(
     
  30. Offline

    alfskan

    hi.

    I have a prob.

    when I use bukkitcontrib with mcpatcher,

    player editor couldnt load skin.

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

    alta189

    This is correct, BukkitContrib is not currently compatible with MCpatcher
     

Share This Page