[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

    omnee

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

    alta189

    Thank you xD
     
  4. Offline

    RG_PankO

    :)
     
    alta189 likes this.
  5. Offline

    Dream102

    Awesome ! :DD
     
    alta189 likes this.
  6. Offline

    Mijuil1

    when will Permission
    At least one command /pedit skin ?
     
  7. Offline

    alta189

    what?

    @Mijuil1
    I think you are asking when will Permissions be added. Please read the planned changes in first post.


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

    Mijuil1

    I look forward to, your plugin is amazing
     
  9. Offline

    Cenarius

    for some reason .. when i changed to MySQL this happened :

    Code:
    08:34:10 [INFO] [PlayerEditor] PlayerEditor v0.9.1 is intializing
    08:34:10 [SEVERE] Error occurred while enabling PlayerEditor v0.9.1 (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:55)
            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 org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
            at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleComma
    ndMap.java:281)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    9)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    90)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    08:34:10 [INFO] [PorteCoulissante] plugin version 1.2.1 by Captain_Chaos enabled
    also when i teleport/die the skin disappears and i have to relog every time (that was before switching to MySQL and now it's not even working so i can know if it's fixed by using them ):eek:
     
  10. Offline

    joelcalix

    This plugin still dont work with my server...I though this will work w/ group permissions after the jul/6...but nothing is going on.....
     
  11. Offline

    nova779

    Will you put up a cape.png for me so i can use it as like a template

    do you have bukkitcontrib client and plugin?

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

    Wulfspider

    I'll have to test PlayerEditor with the latest BukkitContrib and AuthDB and see how it performs. There was an issue before due to AuthDB's protection methods used before a player logs in.
     
  13. Offline

    alta189

    omg Don't tell me nothing is going on, I stayed up 2 night in a row, all night fixing it. Read past pages. I threw permissions out for now. and telling me that it does work doesn't help
    How to submit a good error report...


    Thanks for submiting a good error report xD. Can you post your settings file? And the teleport issue is a known bug.

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

    RG_PankO

    The plugin works great on my server, many people installed it but we have some issues.
    Many people say that they have to reload several times the game becouse sometimes trie own skin isn't loaded, sometimes the other people skins, some times both :/

    Am I the only one with this issue or is it working on tis problem?
     
  15. Offline

    alta189

    I need more of an explanation of your error
     
  16. Offline

    RG_PankO

    The console don't pop ups errors.

    Just when I join the game some times my skin is missing.
    When I rejoin the problem is fixed / or I need to rejoin the game again (rejoin = disconect/conenct).
    But some times I see my skin and I need to rejoin again to see the other person skin...
    Well some times I see other persons skins, but not mine :/
    It's all mesed up :/
    If the problem was in the skin or in incorrect url it was not going to work any time, now it randomly choose to work or not :/
     
  17. Offline

    Kikist

  18. Offline

    alta189

  19. Offline

    Kikist

    Thank you :D
     
  20. Offline

    alta189

    I will have it up later tonight
     
  21. Offline

    Cenarius

    there you go :
    Code:
    ###############################################
    ########## Player Editor Config File ##########
    ###############################################
    #####          Database Settings          #####
    ###############################################
    #                                             #
    # If the setting 'MySQL' is set to false then #
    #       Player Editor will use SQLite         #
    #                                             #
    MySQL: true
    host: localhost
    username: root
    password:
    database: Cena
    #                                             #
    ###############################################
    ###############################################
    ehumm i see ..
    to bad :eek:
    you should have known issues section or people like me will REALLY start to be annoying :p
    annnnnnnd will it be fixed in the next version :) ?
     
  22. Offline

    Kikist

    I will wait *_*
     
  23. Offline

    RG_PankO


    Any help?
     
  24. Offline

    Blankiito

    Good work ! It's working, but i have i bug, the variable <NL> doesn't work, it's look like a text :(

    my exemple : /pedit title blankiito <RED><NAME><NL>miner
     
  25. Offline

    Maxzilla60

    What "username" and "password" do I have to type in Settings.properties ? :S
     
  26. Offline

    alta189

    you don't have a password

    Your mysql database stuff. You do no thave to use MySQL, it defaults to SQLite

    works fine here, make sure you have the newest BukkitContrib client mod

    I cannot recreate your errors, it works fine here. :/

    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

    @alta189 why do you ignore me?

    No one have these issues with some times loading up the skins some times not?
    I need this information so I can check igf the problem is in the URL to the links, or is it in some stuff from mys erver, or is the plugin buggy.
     
  28. Offline

    Cenarius

    Yes i don't have a password :/
    common don't tell me it's the reason all the other mysql-storage based plugins works fine xD
    i'll set a password and try it anyway :p
    thanks ^_^
     
  29. Offline

    alta189

    I posted saying I could not recreate your issues, and if I don't answer you, its not because I am ignoring you, its because I have a lot of messages when I login, and sometimes I might miss one
     
  30. Offline

    RG_PankO

    I reposted my post 3 times.

    Can the skins be uploaded to a free hosting site for images or this an issue?
    Can't find any logical reason why I some times see my skin, some timesn ot :/
    Also other peoples skin... Some times they see mine, whil I see it too, some times other people don't see it while I see mine.
     
  31. Offline

    alta189

    Don't tell me how many times you reposted. It doesn't matter, be patient I have things going on in real life as well, sometimes I miss things. You should be able to host the images anywhere, but to rule that out, please test out Dropbox as I know it has issues. Do you have a teleport plugin?
     

Share This Page