[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

    alta189

    Can you post your Server Console?
    Are you using SQLite or MySQL
     
  3. Offline

    morizuki

    Server console is the Server Log?

    using SQLite.. if i try MySQL it won't connect so I return it to SQLite..
     
  4. Offline

    alta189

    You have to set up the MySQL database... Yes I need the Server log
     
  5. Offline

    alfskan

  6. Offline

    alta189

  7. Offline

    morizuki

    I have a MySQL and it's working fine on other plugins but not the Player Editor.. also here is my Server Log..

    Code:
    2011-07-02 05:21:02 [INFO] Starting minecraft server version Beta 1.6.6
    2011-07-02 05:21:02 [INFO] Loading properties
    2011-07-02 05:21:02 [INFO] Starting Minecraft server on *:50500
    2011-07-02 05:21:02 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-02 05:21:02 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-02 05:21:02 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-07-02 05:21:02 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-02 05:21:03 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-07-02 05:21:03 [INFO] Preparing level "world"
    2011-07-02 05:21:03 [INFO] Preparing start region for level 0
    2011-07-02 05:21:04 [INFO] Preparing spawn area: 12%
    2011-07-02 05:21:05 [INFO] Preparing spawn area: 52%
    2011-07-02 05:21:07 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-02 05:21:08 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-02 05:21:10 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-02 05:21:10 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-02 05:21:10 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-02 05:21:11 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-02 05:21:12 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-02 05:21:12 [INFO] [MultiVerse] Permissions Found
    2011-07-02 05:21:12 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-07-02 05:21:12 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-07-02 05:21:12 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-07-02 05:21:12 [INFO] [MultiVerse] Loading World & Settings - 'Arena_Grass' - NORMAL
    2011-07-02 05:21:13 [INFO] [MultiVerse] Loading World & Settings - 'rapture' - NORMAL
    2011-07-02 05:21:14 [INFO] Preparing spawn area for rapture, 77%
    2011-07-02 05:21:14 [INFO] [MultiVerse] Loading World & Settings - 'Doshtopolis' - NORMAL
    2011-07-02 05:21:15 [INFO] Preparing spawn area for Doshtopolis, 61%
    2011-07-02 05:21:16 [INFO] [MultiVerse] 4 - World(s) loaded.
    2011-07-02 05:21:16 [INFO] [MultiVerse] Loading Portals
    2011-07-02 05:21:16 [INFO] [MultiVerse] 7 - Portal(s) loaded.
    2011-07-02 05:21:16 [INFO] [AutoSave] Loading config file
    2011-07-02 05:21:16 [INFO] [AutoSave] Version 2.0.1 is enabled: 470e6864-16a4-48d7-aaa5-63d3cc2b9859
    2011-07-02 05:21:16 [INFO] [AutoSave][Permission] Custom Permissions "Local Permissions" found: Loaded
    2011-07-02 05:21:16 [INFO] [AutoSave][Permission] PermissionsEx not found.
    2011-07-02 05:21:16 [INFO] [AutoSave][Permission] Permissions (Phoenix) found: Waiting
    2011-07-02 05:21:16 [INFO] [BananaChunk] version 4.6 is enabled!
    2011-07-02 05:21:16 [INFO] BlocksOnGlass version 0.34 is enabled!
    2011-07-02 05:21:16 [INFO] [BlocksOnGlass] Permission system detected.
    2011-07-02 05:21:16 [INFO] [bShortcut] version 1.1.0 is enabled!
    2011-07-02 05:21:16 [INFO] BukkitContrib 0.0.8 has been initialized
    2011-07-02 05:21:16 [INFO] ButtonWarp 1.0 is enabled!
    2011-07-02 05:21:16 [INFO] [ButtonWarp] Successfully linked with Permissions!
    2011-07-02 05:21:16 [INFO] [ButtonWarp] Successfully linked with iConomy 5!
    2011-07-02 05:21:16 [INFO] [CommandSigns] 0.8.13 enabled.
    2011-07-02 05:21:16 [INFO] CommandSigns: Integrated with iConomy v5.01
    2011-07-02 05:21:16 [INFO] CommandSigns: Integrated with Permissions v3.1.6
    2011-07-02 05:21:17 [INFO] [CustomDifficulty] Found the following difficulties: default, easy, hard, normal.
    2011-07-02 05:21:17 [INFO] [CustomDifficulty] 0 regions loaded!
    2011-07-02 05:21:17 [INFO] [CustomDifficulty] Hooked into Permissions v3.1.6.
    2011-07-02 05:21:17 [INFO] [CustomDifficulty] Hooked into WorldEdit v4.6.
    2011-07-02 05:21:17 [INFO] [CustomDifficulty] version 3.2.0 has been enabled.
    2011-07-02 05:21:17 [INFO] [DeathControl] Version 1.09 is enabled!
    2011-07-02 05:21:18 [INFO] [iConomy] Logging is currently disabled.
    2011-07-02 05:21:18 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-02 05:21:18 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-02 05:21:18 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-07-02 05:21:18 [INFO] [DeathControl] Detected economy plugin: iConomy 5
    2011-07-02 05:21:18 [INFO] Dontkickme Plugin loaded.
    2011-07-02 05:21:18 [INFO] [GoldenRevive] Permissions Detected
    2011-07-02 05:21:18 [INFO] GoldenRevive version 0.4 by [Kitteh, TheDeejay] is enabled!
    2011-07-02 05:21:18 [INFO] [HelpCenter] HelpCenter v1.78 enabled.
    2011-07-02 05:21:18 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-07-02 05:21:18 [INFO] IBICF is properly working.
    2011-07-02 05:21:18 [INFO] [InvinciWolf] Permissions found hooking in.
    2011-07-02 05:21:18 [INFO] [InvinciWolf] version 1.6.2 is enabled!
    2011-07-02 05:21:18 [INFO] Loading Config File...
    2011-07-02 05:21:19 [INFO] [mcMMO] Permissions enabled.
    2011-07-02 05:21:22 [INFO] mcMMO version 1.0.24 is enabled!
    2011-07-02 05:21:22 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-07-02 05:21:22 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-07-02 05:21:22 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enabled!
    2011-07-02 05:21:22 [INFO] MobArena v0.91.2 enabled.
    2011-07-02 05:21:22 [INFO] [MobBounty] v4.04 (Oxygen) enabled.
    2011-07-02 05:21:22 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-07-02 05:21:22 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-07-02 05:21:22 [INFO] [MobBounty] Config loaded.
    2011-07-02 05:21:22 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-07-02 05:21:22 [INFO] [MultiInv] version 2.3.0 is enabled!
    2011-07-02 05:21:22 [INFO] [NoCraft] 2 recipes disabled.
    2011-07-02 05:21:22 [INFO] NoExplode version 1.5 is enabled!
    2011-07-02 05:21:22 [INFO] [NoFarm] v0.1 loaded successfully!
    2011-07-02 05:21:22 [INFO] NSCommand 0.2 enabled.
    2011-07-02 05:21:22 [INFO] [nSpleef] Hooked into Permissions 3.1.6
    2011-07-02 05:21:22 [INFO] nSpleef version 0.4.3 is enabled!
    2011-07-02 05:21:22 [INFO] [nSpleef] Economy plugin found (iConomy version: 5)
    2011-07-02 05:21:23 [INFO] [obuShutTheHellUp version 0.3] Settings file successfully loaded
    2011-07-02 05:21:23 [INFO] [obuShutTheHellUp version 0.3] Enabled!
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Version 0.08 enabled.
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "world"
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "Arena_Grass"
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "rapture"
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "Doshtopolis"
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Chunk Life Time: 300000ms
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Chunk Prune Time: 5000ms
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Monster Limit set to 0
    2011-07-02 05:21:23 [INFO] [Performance Tweaks] Monster Limiter:
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]      "world":
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Max Monsters: 10000
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]      "Arena_Grass":
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Max Monsters: 1000
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Allow Animals: false
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]      "rapture":
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]      "Doshtopolis":
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 05:21:23 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-07-02 05:21:23 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-02 05:21:23 [INFO] [HeroChat] Permissions 3.1.6 found.
    2011-07-02 05:21:23 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-07-02 05:21:23 [INFO] [AutoSave][Permission] Permissions (Phoenix) hooked.
    2011-07-02 05:21:23 [INFO] [iConomy] hooked into Permissions.
    2011-07-02 05:21:23 [INFO] [MobBounty] Permission plugin was found (Permissions v3.1.6).
    2011-07-02 05:21:23 [INFO] [Permissions] SQL Interface enabled!
    2011-07-02 05:21:23 [INFO] [PlayerEditor] PlayerEditor is intializing
    2011-07-02 05:21:23 [INFO] [PlayerEditor] SQLite Initializing
    2011-07-02 05:21:23 [INFO] PvPReward 1.0 is enabled!
    2011-07-02 05:21:23 [INFO] [PvPReward] Successfully linked with Permissions!
    2011-07-02 05:21:23 [INFO] [PvPReward] Successfully linked with iConomy 5!
    2011-07-02 05:21:23 [INFO] [QuickStrasse] 0.8.1 enabled.
    2011-07-02 05:21:23 [INFO] QuickStrasse: Integrated with Permissions v3.1.6
    2011-07-02 05:21:23 [INFO] [Residence] Found Permissions Plugin!
    2011-07-02 05:21:23 [INFO] [Residence] Successfully linked with iConomy!
    2011-07-02 05:21:23 [INFO] [Residence] Loaded Residences...
    2011-07-02 05:21:23 [INFO] [Residence] Enabled! Version v2.2 by bekvon
    2011-07-02 05:21:23 [INFO] [RestartNow] 0.2.1ready to restart!
    2011-07-02 05:21:23 [INFO] [RestartNow] Permissions detected.
    2011-07-02 05:21:23 [INFO] [RoutePlanner] Loaded 4 saved routes!
    2011-07-02 05:21:23 [INFO] [RoutePlanner] Successfully hooked into WorldEdit ...
    2011-07-02 05:21:23 [INFO] [RoutePlanner] Version 1.1 is enabled using Permissions 3.1.6!
    2011-07-02 05:21:23 [INFO] [ScheduledAnnouncer] Connected to Permissions.
    2011-07-02 05:21:23 [INFO] ScheduledAnnouncer v1.6.3 is enabled!
    
    2011-07-02 05:21:23 [INFO] [SimpleGive] Version 1.2 Permissions system detected!
    2011-07-02 05:21:23 [INFO] [SimpleGive] SimpleGive v1.2 by captainawesome7 has been enabled!
    2011-07-02 05:21:23 [INFO] [SimplePM] Plugin Enabled...
    2011-07-02 05:21:23 [INFO] [SimplePM] version 1.0.0 is enabled. Plugin provided by [Dorpaxio]
    2011-07-02 05:21:23 [INFO] SimpleSpawn is enabled.
    2011-07-02 05:21:23 [INFO] [StarterKit] Enabled
    2011-07-02 05:21:23 [INFO] [Time Rank] Version 0.1.0b Enabled.
    2011-07-02 05:21:23 [INFO] [TimeRank] Payment method found (iConomy version: 5)
    2011-07-02 05:21:23 [INFO] [TimeRank] Permissions 3.x found.
    2011-07-02 05:21:23 [INFO] [Time Rank] Using Permissions 3.x
    2011-07-02 05:21:23 [INFO] TreeAssist STARTED
    2011-07-02 05:21:23 [INFO] WelcomeMessage 1.5.2 enabled
    2011-07-02 05:21:23 [INFO] WorldEdit 4.6 enabled.
    2011-07-02 05:21:23 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-02 05:21:23 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-02 05:21:24 [INFO] WorldGuard: Blacklist loaded.
    2011-07-02 05:21:24 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-02 05:21:24 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-07-02 05:21:24 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-07-02 05:21:24 [INFO] WorldGuard: (world) Lava fire is PERMITTED.
    2011-07-02 05:21:24 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-07-02 05:21:24 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-02 05:21:24 [INFO] WorldGuard: (Arena_Grass) Single session is enforced.
    2011-07-02 05:21:24 [INFO] WorldGuard: (Arena_Grass) TNT ignition is PERMITTED.
    2011-07-02 05:21:24 [INFO] WorldGuard: (Arena_Grass) Lighters are PERMITTED.
    2011-07-02 05:21:24 [INFO] WorldGuard: (Arena_Grass) Lava fire is blocked.
    2011-07-02 05:21:24 [INFO] WorldGuard: (Arena_Grass) Fire spread is UNRESTRICTED.
    2011-07-02 05:21:24 [INFO] WorldGuard: Loaded configuration for world 'Arena_Grass"
    2011-07-02 05:21:24 [INFO] WorldGuard: (rapture) Single session is enforced.
    2011-07-02 05:21:24 [INFO] WorldGuard: (rapture) TNT ignition is blocked.
    2011-07-02 05:21:24 [INFO] WorldGuard: (rapture) Lighters are blocked.
    2011-07-02 05:21:24 [INFO] WorldGuard: (rapture) Lava fire is blocked.
    2011-07-02 05:21:24 [INFO] WorldGuard: (rapture) All fire spread is disabled.
    2011-07-02 05:21:24 [INFO] WorldGuard: Loaded configuration for world 'rapture"
    2011-07-02 05:21:24 [INFO] WorldGuard: (Doshtopolis) Single session is enforced.
    2011-07-02 05:21:24 [INFO] WorldGuard: (Doshtopolis) TNT ignition is blocked.
    2011-07-02 05:21:24 [INFO] WorldGuard: (Doshtopolis) Lighters are blocked.
    2011-07-02 05:21:24 [INFO] WorldGuard: (Doshtopolis) Lava fire is blocked.
    2011-07-02 05:21:24 [INFO] WorldGuard: (Doshtopolis) All fire spread is disabled.
    2011-07-02 05:21:24 [INFO] WorldGuard: Loaded configuration for world 'Doshtopolis"
    2011-07-02 05:21:24 [INFO] WorldGuard: 4 regions loaded for 'world'
    2011-07-02 05:21:24 [INFO] WorldGuard: 2 regions loaded for 'Arena_Grass'
    2011-07-02 05:21:24 [INFO] WorldGuard: 1 regions loaded for 'rapture'
    2011-07-02 05:21:24 [INFO] WorldGuard: 1 regions loaded for 'Doshtopolis'
    2011-07-02 05:21:24 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-02 05:21:24 [INFO] [xAuth] 'Permission' support enabled
    2011-07-02 05:21:24 [WARNING] [xAuth] 'Help' isn't detected. No /help support
    2011-07-02 05:21:24 [INFO] [xAuth] Connection to H2 database established!
    2011-07-02 05:21:24 [INFO] [xAuth] Accounts: 19, Sessions: 0
    2011-07-02 05:21:24 [INFO] [xAuth] v2.0b2 Enabled! R.I.P. Ryan Dunn
    2011-07-02 05:21:24 [INFO] [Citizens]: Loaded 0 quests.
    2011-07-02 05:21:24 [INFO] [Citizens]: Permissions enabled.
    2011-07-02 05:21:24 [INFO] [Citizens]: version [1.0.9] (Riot) loaded
    2011-07-02 05:21:24 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    2011-07-02 05:21:25 [INFO] [dynmap] Using environment as template: normal
    2011-07-02 05:21:25 [INFO] [dynmap] Configuration of world world
    2011-07-02 05:21:25 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@72e2ffbb
    2011-07-02 05:21:25 [INFO] [dynmap] enabled: true
    2011-07-02 05:21:25 [INFO] [dynmap] title: world
    2011-07-02 05:21:25 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-02 05:21:25 [INFO] [dynmap] name: world
    2011-07-02 05:21:25 [INFO] [dynmap] Loading maps of world 'world'...
    2011-07-02 05:21:25 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-07-02 05:21:25 [INFO] [dynmap] Using environment as template: normal
    2011-07-02 05:21:25 [INFO] [dynmap] Configuration of world Arena_Grass
    2011-07-02 05:21:25 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@3e60b58
    2011-07-02 05:21:25 [INFO] [dynmap] enabled: true
    2011-07-02 05:21:25 [INFO] [dynmap] title: Arena_Grass
    2011-07-02 05:21:25 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-02 05:21:25 [INFO] [dynmap] name: Arena_Grass
    2011-07-02 05:21:25 [INFO] [dynmap] Loading maps of world 'Arena_Grass'...
    2011-07-02 05:21:25 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 2 maps of world 'Arena_Grass'.
    2011-07-02 05:21:25 [INFO] [dynmap] Using environment as template: normal
    2011-07-02 05:21:25 [INFO] [dynmap] Configuration of world rapture
    2011-07-02 05:21:25 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@73f2c067
    2011-07-02 05:21:25 [INFO] [dynmap] enabled: true
    2011-07-02 05:21:25 [INFO] [dynmap] title: rapture
    2011-07-02 05:21:25 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-02 05:21:25 [INFO] [dynmap] name: rapture
    2011-07-02 05:21:25 [INFO] [dynmap] Loading maps of world 'rapture'...
    2011-07-02 05:21:25 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 2 maps of world 'rapture'.
    2011-07-02 05:21:25 [INFO] [dynmap] Using environment as template: normal
    2011-07-02 05:21:25 [INFO] [dynmap] Configuration of world Doshtopolis
    2011-07-02 05:21:25 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@4635e5a9
    2011-07-02 05:21:25 [INFO] [dynmap] enabled: true
    2011-07-02 05:21:25 [INFO] [dynmap] title: Doshtopolis
    2011-07-02 05:21:25 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-02 05:21:25 [INFO] [dynmap] name: Doshtopolis
    2011-07-02 05:21:25 [INFO] [dynmap] Loading maps of world 'Doshtopolis'...
    2011-07-02 05:21:25 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 2 maps of world 'Doshtopolis'.
    2011-07-02 05:21:25 [INFO] [dynmap] Loaded 8 components.
    2011-07-02 05:21:25 [INFO] [dynmap] Warning: CraftBukkit build does not support function needed for 'chunkgenerated' trigger - disabling
    2011-07-02 05:21:25 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-07-02 05:21:25 [INFO] [dynmap] version 0.19 is enabled
    2011-07-02 05:21:25 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    2011-07-02 05:21:25 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-07-02 05:21:25 [INFO] Done (2.203s)! For help, type "help" or "?"
    2011-07-02 05:21:25 [INFO] [nSpleef] Arenas loaded!
    2011-07-02 05:21:26 [INFO] [Citizens]: Loaded 3 NPCs.
     
  8. Offline

    alta189

    You are using SQLite
     
  9. Offline

    Brody Romhanyi

    video tutorial? :D pwease!
     
  10. Offline

    L24D

    @alta189
    Mind the highlight... but the Bukkit devs may have thrown you a quick loop..
    they released 1.7 i believe, on the 29th, and they 1.7_01 a bit after...
    They just released a recommended build with support for 1.7.2 as of nearly 9 hours ago.
    Hopefully that won't interfere with anything!
    Just wanted to keep you updated, though i probably should have said something sooner. :p

    [edit]: Forgot to mention, the latest was build 953. Sorry.
     
  11. Offline

    alta189

    I know what the latest build is xD, I have to wait for bukkitcontrib to update.

    Will have that soon.

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

    L24D

    Yeah, i know...
    I was going to say, i didn't know if you were going to tweak it a bit before preparing it for the newest build, as to let notch and the bukkit devs fix some of the problems in 1.7 first... then once they get the bugs ironed out, and once bc updates... you know? xD
    just a thought...
    I know, i'm a pest... mind me. :p
    though.. i have no idea if that would be more work for you or not... so i dunno.
     
  13. Offline

    morizuki

    yeah I know because there's an error when I'm using MySQL.. this is the Server Log when I use MySQL in PlayerEditor..

    Code:
    2011-07-02 13:28:42 [INFO] Starting minecraft server version Beta 1.6.6
    2011-07-02 13:28:42 [INFO] Loading properties
    2011-07-02 13:28:42 [INFO] Starting Minecraft server on *:50500
    2011-07-02 13:28:42 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-07-02 13:28:42 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-07-02 13:28:42 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-07-02 13:28:42 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-07-02 13:28:42 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-gb9d0b04-b860jnks (MC: 1.6.6)
    2011-07-02 13:28:42 [INFO] Preparing level "world"
    2011-07-02 13:28:42 [INFO] Preparing start region for level 0
    2011-07-02 13:28:43 [INFO] DataSourcePool [MinecartManiaCore] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-02 13:28:43 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-02 13:28:44 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-02 13:28:44 [INFO] DataSourcePool [MinecartManiaSignCommands] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2011-07-02 13:28:44 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2011-07-02 13:28:44 [INFO] Entities enhanced[0] subclassed[2]
    2011-07-02 13:28:45 [INFO] [Permissions] (Yeti) was initialized.
    2011-07-02 13:28:45 [INFO] [MultiVerse] Permissions Found
    2011-07-02 13:28:45 [INFO] [MultiVerse] - Version 1.7.2 Enabled
    2011-07-02 13:28:45 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-07-02 13:28:45 [INFO] [MultiVerse] Loading World & Settings - 'world' - NORMAL
    2011-07-02 13:28:45 [INFO] [MultiVerse] Loading World & Settings - 'Arena_Grass' - NORMAL
    2011-07-02 13:28:46 [INFO] [MultiVerse] Loading World & Settings - 'rapture' - NORMAL
    2011-07-02 13:28:46 [INFO] [MultiVerse] Loading World & Settings - 'Doshtopolis' - NORMAL
    2011-07-02 13:28:47 [INFO] [MultiVerse] 4 - World(s) loaded.
    2011-07-02 13:28:47 [INFO] [MultiVerse] Loading Portals
    2011-07-02 13:28:47 [INFO] [MultiVerse] 7 - Portal(s) loaded.
    2011-07-02 13:28:47 [INFO] [AutoSave] Loading config file
    2011-07-02 13:28:47 [INFO] [AutoSave] Version 2.0.1 is enabled: 470e6864-16a4-48d7-aaa5-63d3cc2b9859
    2011-07-02 13:28:47 [INFO] [AutoSave][Permission] Custom Permissions "Local Permissions" found: Loaded
    2011-07-02 13:28:47 [INFO] [AutoSave][Permission] PermissionsEx not found.
    2011-07-02 13:28:47 [INFO] [AutoSave][Permission] Permissions (Phoenix) found: Waiting
    2011-07-02 13:28:47 [INFO] [BananaChunk] version 4.6 is enabled!
    2011-07-02 13:28:47 [INFO] BlocksOnGlass version 0.34 is enabled!
    2011-07-02 13:28:47 [INFO] [BlocksOnGlass] Permission system detected.
    2011-07-02 13:28:47 [INFO] [bShortcut] version 1.1.0 is enabled!
    2011-07-02 13:28:47 [INFO] BukkitContrib 0.0.8 has been initialized
    2011-07-02 13:28:47 [SEVERE] [ButtonWarp] Missing value for UseOP in config file
    2011-07-02 13:28:47 [SEVERE] [ButtonWarp] Please regenerate config file
    2011-07-02 13:28:47 [INFO] ButtonWarp 1.0 is enabled!
    2011-07-02 13:28:47 [INFO] [ButtonWarp] Successfully linked with Permissions!
    2011-07-02 13:28:47 [INFO] [ButtonWarp] Successfully linked with iConomy 5!
    2011-07-02 13:28:47 [INFO] [CommandSigns] 0.8.13 enabled.
    2011-07-02 13:28:47 [INFO] CommandSigns: Integrated with iConomy v5.01
    2011-07-02 13:28:47 [INFO] CommandSigns: Integrated with Permissions v3.1.6
    2011-07-02 13:28:48 [INFO] [CustomDifficulty] Found the following difficulties: default, easy, hard, normal.
    2011-07-02 13:28:48 [INFO] [CustomDifficulty] 0 regions loaded!
    2011-07-02 13:28:48 [INFO] [CustomDifficulty] Hooked into Permissions v3.1.6.
    2011-07-02 13:28:48 [INFO] [CustomDifficulty] Hooked into WorldEdit v4.6.
    2011-07-02 13:28:48 [INFO] [CustomDifficulty] version 3.2.0 has been enabled.
    2011-07-02 13:28:48 [INFO] [DeathControl] Version 1.09 is enabled!
    2011-07-02 13:28:48 [INFO] [iConomy] Logging is currently disabled.
    2011-07-02 13:28:48 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    2011-07-02 13:28:48 [INFO] [iConomy] Developed by: [Nijikokun]
    2011-07-02 13:28:48 [INFO] [MultiVerse] Found iConomy, enabling payments.
    2011-07-02 13:28:48 [INFO] [DeathControl] Detected economy plugin: iConomy 5
    2011-07-02 13:28:48 [INFO] Dontkickme Plugin loaded.
    2011-07-02 13:28:48 [INFO] [GoldenRevive] Permissions Detected
    2011-07-02 13:28:48 [INFO] GoldenRevive version 0.4 by [Kitteh, TheDeejay] is enabled!
    2011-07-02 13:28:48 [INFO] [HelpCenter] HelpCenter v1.78 enabled.
    2011-07-02 13:28:48 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    2011-07-02 13:28:48 [INFO] IBICF is properly working.
    2011-07-02 13:28:48 [INFO] [InvinciWolf] Permissions found hooking in.
    2011-07-02 13:28:48 [INFO] [InvinciWolf] version 1.6.2 is enabled!
    2011-07-02 13:28:48 [INFO] Loading Config File...
    2011-07-02 13:28:49 [INFO] [mcMMO] Permissions enabled.
    2011-07-02 13:28:49 [INFO] mcMMO version 1.0.24 is enabled!
    2011-07-02 13:28:49 [INFO] [Minecart Mania] Debug mode switched to NORMAL
    2011-07-02 13:28:50 [INFO] [Minecart Mania] MinecartManiaCore version 1.2.8 is enabled!
    2011-07-02 13:28:50 [INFO] [Minecart Mania] MinecartManiaSignCommands version 1.2.8 is enabled!
    2011-07-02 13:28:50 [INFO] MobArena v0.91.2 enabled.
    2011-07-02 13:28:50 [INFO] [MobBounty] v4.04 (Oxygen) enabled.
    2011-07-02 13:28:50 [INFO] [MobBounty] Developed by: [Mattera, Steven (IchigoKyger)].
    2011-07-02 13:28:50 [INFO] [MobBounty] Special Thanks to: nijikokun for the Register API.
    2011-07-02 13:28:50 [INFO] [MobBounty] Config loaded.
    2011-07-02 13:28:50 [INFO] [MobBounty] Payment plugin was found (iConomy v5).
    2011-07-02 13:28:50 [INFO] [MultiInv] version 2.3.0 is enabled!
    2011-07-02 13:28:50 [INFO] [NoCraft] 2 recipes disabled.
    2011-07-02 13:28:50 [INFO] NoExplode version 1.5 is enabled!
    2011-07-02 13:28:50 [INFO] [NoFarm] v0.1 loaded successfully!
    2011-07-02 13:28:50 [INFO] NSCommand 0.2 enabled.
    2011-07-02 13:28:50 [INFO] [nSpleef] Hooked into Permissions 3.1.6
    2011-07-02 13:28:50 [INFO] nSpleef version 0.4.3 is enabled!
    2011-07-02 13:28:50 [INFO] [nSpleef] Economy plugin found (iConomy version: 5)
    2011-07-02 13:28:50 [INFO] [obuShutTheHellUp version 0.3] Settings file successfully loaded
    2011-07-02 13:28:50 [INFO] [obuShutTheHellUp version 0.3] Enabled!
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Version 0.08 enabled.
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "world"
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "Arena_Grass"
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "rapture"
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Set auto save interval to 36000 in world "Doshtopolis"
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Chunk Life Time: 300000ms
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Chunk Prune Time: 5000ms
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Monster Limit set to 0
    2011-07-02 13:28:50 [INFO] [Performance Tweaks] Monster Limiter:
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]      "world":
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Max Monsters: 10000
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]      "Arena_Grass":
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Max Monsters: 1000
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Allow Animals: false
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]      "rapture":
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]      "Doshtopolis":
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Max Monsters: 2500
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Allow Monsters: true
    2011-07-02 13:28:50 [INFO] [Performance Tweaks]          Allow Animals: true
    2011-07-02 13:28:50 [INFO] [Permissions] version [3.1.6] (Yeti)  loaded
    2011-07-02 13:28:50 [INFO] [HeroChat] Permissions 3.1.6 found.
    2011-07-02 13:28:50 [INFO] [MultiVerse] Found Permissions, enabling commands.
    2011-07-02 13:28:50 [INFO] [AutoSave][Permission] Permissions (Phoenix) hooked.
    2011-07-02 13:28:50 [INFO] [iConomy] hooked into Permissions.
    2011-07-02 13:28:50 [INFO] [MobBounty] Permission plugin was found (Permissions v3.1.6).
    2011-07-02 13:28:50 [INFO] [Permissions] SQL Interface enabled!
    2011-07-02 13:28:50 [INFO] [PlayerEditor] PlayerEditor is intializing
    2011-07-02 13:28:50 [INFO] [PlayerEditor] MySQL Initializing
    2011-07-02 13:28:52 [SEVERE] [PlayerEditor] SQLException! Communications link failure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    2011-07-02 13:28:52 [INFO] [PlayerEditor] MySQL connection successful
    2011-07-02 13:28:54 [SEVERE] [PlayerEditor] SQLException! Communications link failure
    
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    2011-07-02 13:28:54 [SEVERE] Error occurred while enabling PlayerEditor v0.8.2 (Is it up to date?): null
    java.lang.NullPointerException
        at com.alta189.sqlLibrary.MySQL.DatabaseHandler.checkTable(DatabaseHandler.java:136)
        at com.alta189.sqlLibrary.MySQL.mysqlCore.checkTable(mysqlCore.java:72)
        at net.minedev.playereditor.DatabaseHandler.initialize(DatabaseHandler.java:44)
        at net.minedev.playereditor.Core.onEnable(Core.java:67)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:799)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:140)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-07-02 13:28:54 [INFO] PvPReward 1.0 is enabled!
    2011-07-02 13:28:54 [INFO] [PvPReward] Successfully linked with Permissions!
    2011-07-02 13:28:54 [INFO] [PvPReward] Successfully linked with iConomy 5!
    2011-07-02 13:28:54 [INFO] [PvPToggle] Loading...
    2011-07-02 13:28:54 [INFO] [PvPToggle] found and loaded world world
    2011-07-02 13:28:54 [INFO] [PvPToggle] found and loaded world Arena_Grass
    2011-07-02 13:28:54 [INFO] [PvPToggle] found and loaded world rapture
    2011-07-02 13:28:54 [INFO] [PvPToggle] found and loaded world Doshtopolis
    2011-07-02 13:28:54 [INFO] [PvPToggle] Permissions system detected!
    2011-07-02 13:28:54 [INFO] [PvPToggle] Permissions system detected!
    2011-07-02 13:28:54 [INFO] [QuickStrasse] 0.8.1 enabled.
    2011-07-02 13:28:54 [INFO] QuickStrasse: Integrated with Permissions v3.1.6
    2011-07-02 13:28:54 [INFO] [Residence] Found Permissions Plugin!
    2011-07-02 13:28:54 [INFO] [Residence] Successfully linked with iConomy!
    2011-07-02 13:28:55 [INFO] [Residence] Loaded Residences...
    2011-07-02 13:28:55 [INFO] [Residence] Enabled! Version v2.2 by bekvon
    2011-07-02 13:28:55 [INFO] [RestartNow] 0.2.1ready to restart!
    2011-07-02 13:28:55 [INFO] [RestartNow] Permissions detected.
    2011-07-02 13:28:55 [INFO] [RoutePlanner] Loaded 4 saved routes!
    2011-07-02 13:28:55 [INFO] [RoutePlanner] Successfully hooked into WorldEdit ...
    2011-07-02 13:28:55 [INFO] [RoutePlanner] Version 1.1 is enabled using Permissions 3.1.6!
    2011-07-02 13:28:55 [INFO] [ScheduledAnnouncer] Connected to Permissions.
    2011-07-02 13:28:55 [INFO] ScheduledAnnouncer v1.6.3 is enabled!
    
    2011-07-02 13:28:55 [INFO] [SimpleGive] Version 1.2 Permissions system detected!
    2011-07-02 13:28:55 [INFO] [SimpleGive] SimpleGive v1.2 by captainawesome7 has been enabled!
    2011-07-02 13:28:55 [INFO] [SimplePM] Plugin Enabled...
    2011-07-02 13:28:55 [INFO] [SimplePM] version 1.0.0 is enabled. Plugin provided by [Dorpaxio]
    2011-07-02 13:28:55 [INFO] [SimpleRegen v0.1.0a] Configuration loaded.
    2011-07-02 13:28:55 [INFO] [SimpleRegen v0.1.0a] Peaceful mode: true
    2011-07-02 13:28:55 [INFO] [SimpleRegen v0.1.0a] Using Permissions.
    2011-07-02 13:28:55 [INFO] [SimpleRegen v0.1.0a] Regeneration: true
    2011-07-02 13:28:55 [INFO] [SimpleRegen v0.1.0a] Disabler: true
    2011-07-02 13:28:55 [INFO] [SimpleRegen v0.1.0a] Enabled
    2011-07-02 13:28:55 [INFO] SimpleSpawn is enabled.
    2011-07-02 13:28:55 [INFO] [StarterKit] Enabled
    2011-07-02 13:28:55 [INFO] [Time Rank] Version 0.1.0b Enabled.
    2011-07-02 13:28:55 [INFO] [TimeRank] Payment method found (iConomy version: 5)
    2011-07-02 13:28:55 [INFO] [TimeRank] Permissions 3.x found.
    2011-07-02 13:28:55 [INFO] [Time Rank] Using Permissions 3.x
    2011-07-02 13:28:55 [INFO] TreeAssist STARTED
    2011-07-02 13:28:55 [INFO] WelcomeMessage 1.5.2 enabled
    2011-07-02 13:28:55 [INFO] WorldEdit 4.6 enabled.
    2011-07-02 13:28:55 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-02 13:28:55 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-07-02 13:28:55 [INFO] WorldGuard: Blacklist loaded.
    2011-07-02 13:28:55 [INFO] WorldGuard: (world) Single session is enforced.
    2011-07-02 13:28:55 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-07-02 13:28:55 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-07-02 13:28:55 [INFO] WorldGuard: (world) Lava fire is PERMITTED.
    2011-07-02 13:28:55 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-07-02 13:28:55 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-07-02 13:28:55 [INFO] WorldGuard: (Arena_Grass) Single session is enforced.
    2011-07-02 13:28:55 [INFO] WorldGuard: (Arena_Grass) TNT ignition is PERMITTED.
    2011-07-02 13:28:55 [INFO] WorldGuard: (Arena_Grass) Lighters are PERMITTED.
    2011-07-02 13:28:55 [INFO] WorldGuard: (Arena_Grass) Lava fire is blocked.
    2011-07-02 13:28:55 [INFO] WorldGuard: (Arena_Grass) Fire spread is UNRESTRICTED.
    2011-07-02 13:28:55 [INFO] WorldGuard: Loaded configuration for world 'Arena_Grass"
    2011-07-02 13:28:55 [INFO] WorldGuard: (rapture) Single session is enforced.
    2011-07-02 13:28:55 [INFO] WorldGuard: (rapture) TNT ignition is blocked.
    2011-07-02 13:28:55 [INFO] WorldGuard: (rapture) Lighters are blocked.
    2011-07-02 13:28:55 [INFO] WorldGuard: (rapture) Lava fire is blocked.
    2011-07-02 13:28:55 [INFO] WorldGuard: (rapture) All fire spread is disabled.
    2011-07-02 13:28:55 [INFO] WorldGuard: Loaded configuration for world 'rapture"
    2011-07-02 13:28:55 [INFO] WorldGuard: (Doshtopolis) Single session is enforced.
    2011-07-02 13:28:55 [INFO] WorldGuard: (Doshtopolis) TNT ignition is blocked.
    2011-07-02 13:28:55 [INFO] WorldGuard: (Doshtopolis) Lighters are blocked.
    2011-07-02 13:28:55 [INFO] WorldGuard: (Doshtopolis) Lava fire is blocked.
    2011-07-02 13:28:55 [INFO] WorldGuard: (Doshtopolis) All fire spread is disabled.
    2011-07-02 13:28:55 [INFO] WorldGuard: Loaded configuration for world 'Doshtopolis"
    2011-07-02 13:28:55 [INFO] WorldGuard: 4 regions loaded for 'world'
    2011-07-02 13:28:55 [INFO] WorldGuard: 2 regions loaded for 'Arena_Grass'
    2011-07-02 13:28:55 [INFO] WorldGuard: 1 regions loaded for 'rapture'
    2011-07-02 13:28:55 [INFO] WorldGuard: 1 regions loaded for 'Doshtopolis'
    2011-07-02 13:28:55 [INFO] WorldGuard 5.2.2 enabled.
    2011-07-02 13:28:55 [INFO] [xAuth] 'Permission' support enabled
    2011-07-02 13:28:55 [INFO] [xAuth] Connection to H2 database established!
    2011-07-02 13:28:55 [INFO] [xAuth] Accounts: 19, Sessions: 0
    2011-07-02 13:28:55 [INFO] [xAuth] v2.0b2 Enabled! R.I.P. Ryan Dunn
    2011-07-02 13:28:55 [INFO] [Citizens]: Loaded 0 quests.
    2011-07-02 13:28:55 [INFO] [Citizens]: Permissions enabled.
    2011-07-02 13:28:55 [INFO] [Citizens]: version [1.0.9] (Riot) loaded
    2011-07-02 13:28:55 [INFO] [Citizens]: Payment method found (iConomy version: 5)
    2011-07-02 13:28:55 [INFO] [dynmap] Using environment as template: normal
    2011-07-02 13:28:55 [INFO] [dynmap] Configuration of world world
    2011-07-02 13:28:55 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@62db2a6f
    2011-07-02 13:28:55 [INFO] [dynmap] enabled: true
    2011-07-02 13:28:55 [INFO] [dynmap] title: world
    2011-07-02 13:28:55 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-02 13:28:55 [INFO] [dynmap] name: world
    2011-07-02 13:28:55 [INFO] [dynmap] Loading maps of world 'world'...
    2011-07-02 13:28:55 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 2 maps of world 'world'.
    2011-07-02 13:28:55 [INFO] [dynmap] Using environment as template: normal
    2011-07-02 13:28:55 [INFO] [dynmap] Configuration of world Arena_Grass
    2011-07-02 13:28:55 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@9875a1c
    2011-07-02 13:28:55 [INFO] [dynmap] enabled: true
    2011-07-02 13:28:55 [INFO] [dynmap] title: Arena_Grass
    2011-07-02 13:28:55 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-02 13:28:55 [INFO] [dynmap] name: Arena_Grass
    2011-07-02 13:28:55 [INFO] [dynmap] Loading maps of world 'Arena_Grass'...
    2011-07-02 13:28:55 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 2 maps of world 'Arena_Grass'.
    2011-07-02 13:28:55 [INFO] [dynmap] Using environment as template: normal
    2011-07-02 13:28:55 [INFO] [dynmap] Configuration of world rapture
    2011-07-02 13:28:55 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@152ce927
    2011-07-02 13:28:55 [INFO] [dynmap] enabled: true
    2011-07-02 13:28:55 [INFO] [dynmap] title: rapture
    2011-07-02 13:28:55 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-02 13:28:55 [INFO] [dynmap] name: rapture
    2011-07-02 13:28:55 [INFO] [dynmap] Loading maps of world 'rapture'...
    2011-07-02 13:28:55 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 2 maps of world 'rapture'.
    2011-07-02 13:28:55 [INFO] [dynmap] Using environment as template: normal
    2011-07-02 13:28:55 [INFO] [dynmap] Configuration of world Doshtopolis
    2011-07-02 13:28:55 [INFO] [dynmap] center: org.dynmap.ConfigurationNode@377f0a4d
    2011-07-02 13:28:55 [INFO] [dynmap] enabled: true
    2011-07-02 13:28:55 [INFO] [dynmap] title: Doshtopolis
    2011-07-02 13:28:55 [INFO] [dynmap] maps: [{class=org.dynmap.flat.FlatMap, name=flat, title=Flat, prefix=flat, colorscheme=default, textured=smooth}, {class=org.dynmap.kzedmap.KzedMap, renderers=[{class=org.dynmap.kzedmap.DefaultTileRenderer, name=surface, title=Surface, prefix=t, maximumheight=127, colorscheme=default}, {class=org.dynmap.kzedmap.CaveTileRenderer, name=cave, title=Cave, prefix=ct, maximumheight=127}]}]
    2011-07-02 13:28:55 [INFO] [dynmap] name: Doshtopolis
    2011-07-02 13:28:55 [INFO] [dynmap] Loading maps of world 'Doshtopolis'...
    2011-07-02 13:28:55 [INFO] [dynmap] Loading renderers for map 'class org.dynmap.kzedmap.KzedMap'...
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 2 renderers for map 'class org.dynmap.kzedmap.KzedMap'.
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 2 maps of world 'Doshtopolis'.
    2011-07-02 13:28:55 [INFO] [dynmap] Loaded 8 components.
    2011-07-02 13:28:55 [INFO] [dynmap] Warning: CraftBukkit build does not support function needed for 'chunkgenerated' trigger - disabling
    2011-07-02 13:28:55 [INFO] [dynmap] Dynmap WebServer started on null:8123
    2011-07-02 13:28:55 [INFO] [dynmap] version 0.19 is enabled
    2011-07-02 13:28:55 [INFO] [Minecart Mania] MinecartManiaAutomations version 1.2.3 is enabled!
    2011-07-02 13:28:55 [INFO] [Minecart Mania] MinecartManiaChestControl version 1.2.5 is enabled!
    2011-07-02 13:28:55 [INFO] Done (1.355s)! For help, type "help" or "?"
    2011-07-02 13:28:56 [INFO] [nSpleef] Arenas loaded!
    2011-07-02 13:28:56 [INFO] [Citizens]: Loaded 3 NPCs.
    
     
  14. Offline

    kegstand

    How can I remove a skin or cape setting? Is there a command to clear the settings to default?
     
  15. Offline

    joelcalix

    Why the plug doesnt load when I run my server?
     
  16. Guessing it doens't work with 1.7.2.
    Code:
    2011-07-02 11:41:22 [SEVERE] Could not load 'plugins/PlayerEditor.jar' in folder 'plugins': BukkitContrib
    org.bukkit.plugin.UnknownDependencyException: BukkitContrib
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:199)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:118)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:356)
        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:298)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:711)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:676)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:669)
        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:84)
        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)
     
  17. Offline

    alta189

    You do not have BukkitContrib. Please follow what the OP says
     
  18. Offline

    joelcalix

    Bro....it doesnt work...I install the BukkitContrib plug and when I add a skin to me it only says "Updated skin for myname" but my skin doesnt change.....please advice!

    Thanks

    Can anyone make a tutorial video and place it on youtube...on how to use this plug.....Thanks to all!

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

    alta189

    I cannot replicate your issues, but will continue to try to find the issue

    After a major update coming out July 6th, I will be posting a video on how to use the plugin
     
  20. Offline

    joelcalix

    Ok...thanks...do you know any other plug like this one...that u can change the skin of the players?...
     
  21. Offline

    alta189

    No, why?
     
  22. Offline

    joelcalix

    Cuz i just think is kind of kool to have all player looking different colors u know....i guess....lol
     
  23. Offline

    alta189

    Player Editor is the only one that changes skins right now. I will try to find your issue
     
    joelcalix likes this.
  24. Offline

    joelcalix

    Thanks bro....you have a great day...im out im gonna eat something.....I will check this in like in hr or so...thanks again!
     
  25. Offline

    chisox8

    I know it says it depends on Permissions but will it work with GroupManager? (Please say yes, lol, I really want this to work on my server!)
     
  26. Offline

    joelcalix

    maybe thats why it doesnt work on my server.....I have GroupManager......I dont know if it works with that....? PLease HELP ANYONE!!!!!!!!
     
  27. Offline

    chisox8

    Does it say that the commands just don't work at all? As if they didn't exist?

    Just a thought, cause that's what's happening to me with groupmanager instead of permissions...
     
  28. Offline

    joelcalix

    On my server it loads and everything. However, when I change "/pedit skin myname color" it says that the skin is been updated but my skins doesnt change at all...
     
  29. Offline

    chisox8

    Oh, on mine it just won't work (as in, when I do a command it says like "Unknown Command, etc."

    Maybe your problem is because you don't have the bukkitcontrib client mod? (it isn't out for 1.7 yet...)
     
  30. Offline

    joelcalix

    I have installed "Download BukkitContrib for the Bukkit Server" i think thats the one but nothing skin doesnt change....sucks bro...
     
  31. Offline

    chisox8

    But do you also have the CLIENT MOD? because that is important and extremely necessary (the one for 1.7 will be out before the 4th, or so says Afforess)

    Also: I have just heard that this plugin will be compatible with GroupManager on the 6th of July!
     

Share This Page