[GEN] CraftEssence - Moved to Dev Bukkit

Discussion in 'Inactive/Unsupported Plugins' started by furt, Jan 31, 2011.

  1. Offline

    furt

    CraftEssence - A general plugin:
    Moved to - Dev Bukkit

    All basic commands plus some nice extras.


    Features:
    • All general commands, if its missing something let me know
    • eBeans persistance for data saving "built in bukkit"
    • config.yml, motd.txt, and bans.txt will be generated on first run "Dont forget to extract items.txt this file is not created"
    • Permissions.
    • All permissions use this format craftessence.[commandname]
    • Creature blacklist. This gives u the ability to block any creature. with multiworld support.
    Requirements:
    • Permissions - permissions "groupmanager works but i do not support it"
    Permissions Example Format:

    Code:
    Normal:
            default: false
            permissions:
            - craftessence.compass
            - craftessence.home
            - craftessence.mail
            - craftessence.me
            - craftessence.msg
            - craftessence.sethome
            - craftworlds.list
            - craftworlds.port
            - craftworlds.world
            - craftworlds.nether
            - lwc.protect
            - logblock.lookup
            inheritance:
            - Noob
            info:
                prefix: ''
                build: true
                suffix: Normal
    Command - Description - Permission:

    • "/spawn" - Teleports you to spawn - craftessence.spawn
    • "/setspawn" - Sets spawn location - craftessence.setspawn
    • "/home" - Teleports you to home location or spawn if not set - craftessence.home
    • "/home <player>" - Teleports you to a target players home - craftessence.home.admin
    • "/home invite <player>" - Invite player to your home - craftessence.home.invite
    • "/home accept" - accepts players invite and teleports you to there home - craftessence.home.accept
    • "/sethome" - Sets home location - craftessence.sethome
    • "/support" - Sends a message to admins - craftessence.support
    • use craftessence.support.op on the ranks that u want /support to be sent to
    • "/item [id] [amount]" - Adds item to your inventory
    • "/give [player] [id] [amount]" - Adds item to target players inventory
    • "/tp [player] <player>" - Teleports you to target player or player to player
    • "/tphere [player|*]" - Teleports target player to you or all online players - craftessence.tphere
    • "/warp [name]" - Teleports you to selected warp save - craftessence.warp
    • "/setwarp [name]" - Saves warp location - craftessence.setwarp
    • "/playerlist" - Shows online players - craftessence.playerlist
    • "/heal <player>" - Will increase or decrease your life depending on value if no value it will fully heal you - craftessence.heal
    • "/clearinventory [player]" - Clears your inventory or another players - craftessence.clearinventory
    • "/broadcast" - Broadcasts a colored message to all online players - craftessence.broadcast
    • "/me [message]" Roleplay style emotes - if 3 people "/me prays for day" the gods will answer ^^ - craftessence.me
    • "/mail [read:send:delete]" - Send and recieve mail from players - craftessence.mail
    • "/kit [name]" - Self explanitory i think - craftessence.kit
    • "/jump" - Aim crosshair over location and use command and you will tele to there - craftessence.jump
    • "/god <player>" - Toggles you or another player to invincible - craftessence.god
    • "/kill [player|*]" - Kills selected player, yourself, or all players - craftessence.kill
    • "/kick [player|*] <reason>" - Kick player or players with optional message - craftessence.kick
    • "/ban [player] <reason>" - Kicks player and adds them to ban list with optional message - craftessence.ban
    • "/compass" - Tell you the direction you are pointing - craftessence.compass
    • "/pardon [player]" - Removes player from ban list - craftessence.pardon
    • "/msg [player] [message]" - Sends private messages to player - craftessence.msg
    • "/reply" - Send a message to the last player that /msg you - craftessence.reply
    • "/mute [player]" - Toggles a player from being muted to unmuted - craftessence.mute
    • "/worldlist" - List all loaded worlds - craftessence.worldlist
    • "/motd" - Displays the servers message of the day - craftessence.motd
    • "/spawnmob <spawn:size> [ammount]" - Spawns mob at target location. - craftessence.spawnmob
    • "/afk" - Flags yourself afk, movement will unflag you. - craftessence.afk
    • "/reply" - Replies to the last person who has /msg'd you - craftessence.reply
    Known Bugs:
    • Spawn, Home, and Warp can only be set once.
    Todo:

    • Fix teleport save issues
    • Add more stats to user table for the use of web sites.
    ChangeLog:
    Version 2.0
    Version 1.3.2
    • Fixed issue with /spawn not using default spawn when exact spawn not found "This fixes the issue with getting spawned under the map"
    Version 1.3.1
    • Fixed /setspawn "there is a sql update in the zip u must run"
    • Fixed a typo in home message
    Version 1.3
    • Updated /msg
    • Added /afk
    • Added /reply
    • Updated /setspawn and /spawn
    • When player dies or uses /spawn coords are exact
    • Added /home <player>
    • Added /home invite <player>
    • Added /home accept
    • The MobBlacklist directory is now created if it doesnt exsist
    Version 1.2.1
    • Updated /give and /item. Odditem is no longer used.
    • Cleaned up a few typo's
    • Fixed permissions.
    Version 1.2

    • Added new command /spawnmob
    • Updated /home to work per world
    • Changed config files be sure to reconfigure
    • Updated plugin to RB 617
    Version 1.1
    • Added permissions to /give
    • Added new alias to /jump. /j
    • Updated /item and /give to use OddItem parser
    • Fixed using /god on self
    • Fixed case sensitive names on /god and /mute
    • Some code cleanup
    • Fixed /setspawn
    Version 1.0
    • Added new commands /mute and /worldlist
    • Updated plugin to CraftBukkit build 522
    Version 0.9.3
    • Updated for CraftBukkit build 231
    • Fixed /time that broke with newer builds
    Version 0.9.2
    • Initial release
    • Removed unused code that was causing errors
     
  2. Offline

    MarMed

    works perfectly! everything i have ever needed for my server
     
  3. Offline

    Meteo

    Where would u add your permission's code inside the permission config thingy? iam new to this >.<
     
  4. Offline

    Trevdor

    How Do Add People To Groups?
     
  5. Offline

    RyanH100

    I get this error?
    My server works with mysql as I have jail installed. I made the database for craftessence and added permission files.

    Code:
    2011-02-02 19:37:56 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-02 19:37:56 [INFO] Loading properties
    2011-02-02 19:37:56 [INFO] Starting Minecraft server on *:25565
    2011-02-02 19:37:56 [INFO] Preparing level "world"
    2011-02-02 19:37:56 [INFO] Preparing start region
    2011-02-02 19:37:57 [INFO] Preparing spawn area: 52%
    2011-02-02 19:37:58 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-02 19:37:58 [INFO] CraftEssence v0.9.1 is enabled!
    java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoad
    java:30)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at com.bukkit.furt.CraftEssence.data.JDCConnectionDriver.<init>(JDCCo
    ctionDriver.java:35)
            at com.bukkit.furt.CraftEssence.data.ceConnector.createConnection(ceC
    ector.java:29)
            at com.bukkit.furt.CraftEssence.CraftEssence.onEnable(CraftEssence.ja
    69)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoa
    .java:380)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginMan
    r.java:175)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:63)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:44
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:156)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:143)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:186)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-02-02 19:37:58 [SEVERE] [CraftEssence] Could not establish SQL connectio
    Disabling CraftEssence
    2011-02-02 19:37:58 [INFO] CraftEssence Disabled
    2011-02-02 19:37:58 [INFO] [Jail] Loaded 0 jail zones.
    2011-02-02 19:37:58 [INFO] [Jail] Loaded 0 prisoners.
    02-Feb-2011 19:37:58 org.bukkit.craftbukkit.CraftServer loadPlugins
    SEVERE: com/nijikokun/bukkit/Permissions/Permissions (Is it up to date?)
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.matejdro.bukkit.jail.Jail.setupPermissions(Jail.java:96)
            at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:63)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoa
    .java:380)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginMan
    r.java:175)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:63)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:44
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:156)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:143)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:186)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.bukkit.Permissions
    rmissions
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoad
    java:30)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            ... 12 more
    2011-02-02 19:37:58 [INFO] Done! For help, type "help" or "?"
    02-Feb-2011 19:38:04 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to CraftEssence
    java.lang.ClassCastException: com.bukkit.furt.CraftEssence.cePlayerListener c
    ot be cast to org.bukkit.event.entity.EntityListener
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoade
    ava:298)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManage
    ava:213)
            at net.minecraft.server.EntitySkeleton.g_(EntitySkeleton.java:110)
            at net.minecraft.server.EntityLiving.f(EntityLiving.java:439)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.EntityMonster.a(EntityMonster.java:47)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:128)
            at net.minecraft.server.Entity.b_(Entity.java:166)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:225)
            at net.minecraft.server.EntityMonster.b_(EntityMonster.java:34)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:57)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    02-Feb-2011 19:38:04 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to CraftEssence
    java.lang.ClassCastException: com.bukkit.furt.CraftEssence.cePlayerListener c
    ot be cast to org.bukkit.event.entity.EntityListener
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoade
    ava:298)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManage
    ava:213)
            at net.minecraft.server.EntityLiving.g_(EntityLiving.java:459)
            at net.minecraft.server.EntityLiving.f(EntityLiving.java:439)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.EntitySheep.a(SourceFile:69)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:128)
            at net.minecraft.server.Entity.b_(Entity.java:166)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:225)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:57)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
     
  6. Offline

    furt

    you must use the permissions plugin with this http://forums.bukkit.org/threads/admn-info-permissions-v2-0-revolutionizing-the-group-system.1403/

    All found here http://forums.bukkit.org/threads/admn-info-permissions-v2-0-revolutionizing-the-group-system.1403/

    copy your mysql connector jar file to C:\Program Files\Java\jre6\lib\ext
    also redownload the plugin i noticed i forgot to remove a few things that where causing
    console errors and it currently uses permisssions 1.9. 2.0 is untested
     
  7. Offline

    RyanH100

    Ok got that working but what the hell is this now?
    I get this when I login a few seconds after. Your code is very buggy mate. Not impressed.
    But it seems like a really good plugin. That is if it worked lol

    Code:
    2011-02-02 21:41:46 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-02 21:41:46 [INFO] Loading properties
    2011-02-02 21:41:46 [INFO] Starting Minecraft server on *:25565
    2011-02-02 21:41:46 [INFO] Preparing level "world"
    2011-02-02 21:41:46 [INFO] Preparing start region
    2011-02-02 21:41:47 [INFO] Preparing spawn area: 36%
    2011-02-02 21:41:48 [INFO] Preparing spawn area: 56%
    2011-02-02 21:41:49 [INFO] Preparing spawn area: 89%
    2011-02-02 21:41:50 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-02 21:41:50 [INFO] [Authorization] 1 user registrations in database
    2011-02-02 21:41:50 [INFO] [Authorization] Authorization plugin build 14 is ena
    led
    2011-02-02 21:41:50 [INFO] CraftEssence v0.9.1 is enabled!
    2011-02-02 21:41:50 [INFO] [Jail] Loaded 0 jail zones.
    2011-02-02 21:41:50 [INFO] [Jail] Loaded 0 prisoners.
    2011-02-02 21:41:50 [INFO] MCBans: Permissions plugin found, switching to its p
    rmissions!
    2011-02-02 21:41:50 [INFO] MCBans: MCBans version 2.5 is enabled!
    2011-02-02 21:41:50 [INFO] MCBans: Voting enabled!
    2011-02-02 21:41:50 [INFO] MCBans: Starting backup thread...
    2011-02-02 21:41:50 [INFO] MCBans: Checking mcbans server....
    2011-02-02 21:41:50 [INFO] SearchIds 1.1 enabled
    2011-02-02 21:41:50 [INFO] SearchIds: Updating data from https://github.com/cro
    mmich/SearchIds/raw/master/search-ids-data.xml...
    2011-02-02 21:41:50 [INFO] MCBans: Mcbans is online!
    2011-02-02 21:41:51 [INFO] SearchIds: Update complete!
    2011-02-02 21:41:51 [INFO] Done! For help, type "help" or "?"
    138 recipes
    2011-02-02 21:42:11 [INFO] RyanH100 [/127.0.0.1:8803] logged in with entity id
    3
    Player count: 1
    02-Feb-2011 21:42:24 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to CraftEssence
    java.lang.ClassCastException: com.bukkit.furt.CraftEssence.cePlayerListener can
    ot be cast to org.bukkit.event.entity.EntityListener
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.
    ava:298)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:213)
            at net.minecraft.server.EntityLiving.g_(EntityLiving.java:459)
            at net.minecraft.server.EntityLiving.f(EntityLiving.java:439)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.Entity.s(Entity.java:281)
            at net.minecraft.server.Entity.r(Entity.java:251)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:109)
            at net.minecraft.server.Entity.b_(Entity.java:166)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:225)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:57)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    02-Feb-2011 21:43:05 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to CraftEssence
    java.lang.ClassCastException: com.bukkit.furt.CraftEssence.cePlayerListener can
    ot be cast to org.bukkit.event.entity.EntityListener
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.
    ava:298)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:213)
            at net.minecraft.server.EntityLiving.g_(EntityLiving.java:459)
            at net.minecraft.server.EntityLiving.f(EntityLiving.java:439)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.EntityMonster.a(EntityMonster.java:47)
            at net.minecraft.server.Entity.s(Entity.java:281)
            at net.minecraft.server.Entity.r(Entity.java:251)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:109)
            at net.minecraft.server.Entity.b_(Entity.java:166)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:225)
            at net.minecraft.server.EntityMonster.b_(EntityMonster.java:34)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:57)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    02-Feb-2011 21:43:19 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to CraftEssence
    java.lang.ClassCastException: com.bukkit.furt.CraftEssence.cePlayerListener can
    ot be cast to org.bukkit.event.entity.EntityListener
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.
    ava:298)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:213)
            at net.minecraft.server.EntityLiving.g_(EntityLiving.java:459)
            at net.minecraft.server.EntityLiving.f(EntityLiving.java:439)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.EntitySheep.a(SourceFile:69)
            at net.minecraft.server.Entity.s(Entity.java:281)
            at net.minecraft.server.Entity.r(Entity.java:251)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:109)
            at net.minecraft.server.Entity.b_(Entity.java:166)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:225)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:57)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    02-Feb-2011 21:43:20 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to CraftEssence
    java.lang.ClassCastException: com.bukkit.furt.CraftEssence.cePlayerListener can
    ot be cast to org.bukkit.event.entity.EntityListener
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.
    ava:298)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:213)
            at net.minecraft.server.EntityLiving.g_(EntityLiving.java:459)
            at net.minecraft.server.EntityLiving.f(EntityLiving.java:439)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.EntitySheep.a(SourceFile:69)
            at net.minecraft.server.Entity.s(Entity.java:281)
            at net.minecraft.server.Entity.r(Entity.java:251)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:109)
            at net.minecraft.server.Entity.b_(Entity.java:166)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:225)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:57)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    02-Feb-2011 21:43:29 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to CraftEssence
    java.lang.ClassCastException: com.bukkit.furt.CraftEssence.cePlayerListener can
    ot be cast to org.bukkit.event.entity.EntityListener
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.
    ava:298)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:213)
            at net.minecraft.server.EntityLiving.g_(EntityLiving.java:459)
            at net.minecraft.server.EntityLiving.f(EntityLiving.java:439)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.Entity.s(Entity.java:281)
            at net.minecraft.server.Entity.r(Entity.java:251)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:109)
            at net.minecraft.server.Entity.b_(Entity.java:166)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:225)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:57)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    02-Feb-2011 21:43:47 org.bukkit.plugin.SimplePluginManager callEvent
    SEVERE: Could not pass event ENTITY_DEATH to CraftEssence
    java.lang.ClassCastException: com.bukkit.furt.CraftEssence.cePlayerListener can
    ot be cast to org.bukkit.event.entity.EntityListener
            at org.bukkit.plugin.java.JavaPluginLoader$34.execute(JavaPluginLoader.
    ava:298)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.ja
    a:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.
    ava:213)
            at net.minecraft.server.EntityLiving.g_(EntityLiving.java:459)
            at net.minecraft.server.EntityLiving.f(EntityLiving.java:439)
            at net.minecraft.server.EntityLiving.a(EntityLiving.java:387)
            at net.minecraft.server.Entity.s(Entity.java:281)
            at net.minecraft.server.Entity.r(Entity.java:251)
            at net.minecraft.server.EntityLiving.r(EntityLiving.java:109)
            at net.minecraft.server.Entity.b_(Entity.java:166)
            at net.minecraft.server.EntityLiving.b_(EntityLiving.java:225)
            at net.minecraft.server.World.a(SourceFile:1116)
            at net.minecraft.server.WorldServer.a(WorldServer.java:57)
            at net.minecraft.server.World.f(SourceFile:1092)
            at net.minecraft.server.World.c(SourceFile:1071)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:282)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    It wont even let me use the commands fs It says I dont have permission. You know what that error is?
     
  8. Offline

    Soul Reaper

    did you set your permissions in permissions plugin?
     
  9. Offline

    furt

    It shouldn't be doing that if u redownloaded the zip.. if u did then try this download http://dl.dropbox.com/u/17392489/CraftEssence.jar

    I already fixed that issue so its gotta be that.
    --- merged: Feb 3, 2011 6:21 AM ---
    Updated for CraftBukkit build 231
     
  10. Offline

    Dametreuss

    Hello,
    I just finished downloading this and i got it working perfectly BUT i've been having problems with the /time command...It says "the server is not recent enough to support /time" I dont know if that means my CraftEssence file is out of date even though it says its version 0.9.3 or my craftbukkit server is out of date. If thats the case then that doesnt make sence because i have used the /time command with different plugins and they have worked so i dont know what to do.

    Please Help,
    Dametreuss(Duh-Me-Tree-Us)
    Yea sometimes people pronounce it wrong lol so yea...
     
  11. Offline

    h0us3cat

    Code:
    /msg playername
    aka private messages?
     
  12. Offline

    DoomGiver32

    I'm getting the dame mysql error RyanH100 ... I'm a complete fool so what mysql connector are we talking about?
    --- merged: Feb 6, 2011 1:41 AM ---
    Code:
    2011-02-05 19:36:59 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-05 19:36:59 [INFO] Loading properties
    2011-02-05 19:36:59 [INFO] Starting Minecraft server on *:25565
    2011-02-05 19:36:59 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-02-05 19:36:59 [WARNING] The server will make no attempt to authenticate us
    ernames. Beware.
    2011-02-05 19:36:59 [WARNING] While this makes the game possible to play without
     internet access, it also opens up the ability for hackers to connect with any u
    sername they choose.
    2011-02-05 19:36:59 [WARNING] To change this, set "online-mode" to "true" in the
     server.settings file.
    2011-02-05 19:36:59 [INFO] Preparing level "world"
    2011-02-05 19:36:59 [INFO] Preparing start region
    2011-02-05 19:37:00 [INFO] Preparing spawn area: 28%
    2011-02-05 19:37:01 [INFO] Preparing spawn area: 69%
    2011-02-05 19:37:02 [INFO] Preparing spawn area: 81%
    2011-02-05 19:37:03 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-05 19:37:03 [INFO] CraftEssence v0.9.3 is enabled!
    java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
            at java.net.URLClassLoader$1.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(Unknown Source)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:30)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.ClassLoader.loadClass(Unknown Source)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Unknown Source)
            at com.bukkit.furt.CraftEssence.data.JDCConnectionDriver.<init>(JDCConne
    ctionDriver.java:35)
            at com.bukkit.furt.CraftEssence.data.ceConnector.createConnection(ceConn
    ector.java:29)
            at com.bukkit.furt.CraftEssence.CraftEssence.onEnable(CraftEssence.java:
    68)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:384)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:175)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:63)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:44)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:156)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:143)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:104)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:186)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-02-05 19:37:03 [SEVERE] [CraftEssence] Could not establish SQL connection.
    Disabling CraftEssence
    2011-02-05 19:37:03 [INFO] CraftEssence Disabled
    2011-02-05 19:37:03 [INFO] Done! For help, type "help" or "?"
    
    That's my error
     
  13. Offline

    furt

    try using craftbukkit 186 and up
    --- merged: Feb 7, 2011 3:00 AM ---

    I knew i was forgetting something! thanks lol
     
  14. Offline

    Tigerslay

    Heey there could anybody help me with my problem, i would be thankfull.
    My problem is this, i constantly get an error in my server_nobui_x64 and my server lagged ever since. this:
    [​IMG] Bukkit error.png
     
  15. 2011-02-08 00:58:50 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-08 00:58:50 [INFO] Loading properties
    2011-02-08 00:58:50 [INFO] Starting Minecraft server on 127.0.0.1:25565
    2011-02-08 00:58:50 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-360-gf5b151f-b271 (MC: 1.2_01)
    2011-02-08 00:58:50 [INFO] Preparing level "world2"
    2011-02-08 00:58:50 [INFO] Preparing start region
    2011-02-08 00:58:52 [INFO] Preparing spawn area: 61%
    2011-02-08 00:58:52 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-08 00:58:52 [INFO] CraftEssence v0.9.3 is enabled!
    java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.
    java:30)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.bukkit.furt.CraftEssence.data.JDCConnectionDriver.<init>(JDCConne
    ctionDriver.java:35)
    at com.bukkit.furt.CraftEssence.data.ceConnector.createConnection(ceConn
    ector.java:29)
    at com.bukkit.furt.CraftEssence.CraftEssence.onEnable(CraftEssence.java:
    68)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:394)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:175)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:69)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:50)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:167)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:154)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:106)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:202)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-02-08 00:58:52 [SEVERE] [CraftEssence] Could not establish SQL connection.
    Disabling CraftEssence
    2011-02-08 00:58:52 [INFO] CraftEssence Disabled
    2011-02-08 00:58:52 [INFO] Done! For help, type "help" or "?"

    PLEASE HELP I NEED TO GET TIS UP SO FRIENDS ARENT MAD. also do you know if craftbook will work with this
     
  16. i cant get any plugins to work, none of them work at all. heres what i have: 1. the start.dat file 2. craftbukkit.jar thing 3. bukkit main folder 4. plugins folder (manually made) 5. permissions (the only thing that is working) 6. the permissions coding with all the proper codes in it 7. some other stuff but i cant remember what at the moment

    i have tried multiple plugins and they all have epic fails, i dont have any idea what is the problem and i have posted on 2 other threads but noone wants to help me out... [​IMG] so if someone could give me a detailed as possible "synapses" or instruvtions on how to make plugins work that would be GREAT!

    (i have windows just FYI) please any help is appreciated
     
  17. Offline

    ZezadasPT

    Hi, im new to plugins, so i dont know a lot. But theres something that doesnt let me enable plugins it always says:
    2011-02-10 21:09:42 [INFO] Starting minecraft server version Beta 1.2_01
    2011-02-10 21:09:42 [WARNING] **** NOT ENOUGH RAM!
    2011-02-10 21:09:42 [WARNING] To start the server with more ram, launch it as "
    ava -Xmx1024M -Xms1024M -jar minecraft_server.jar"
    2011-02-10 21:09:42 [INFO] Loading properties
    2011-02-10 21:09:42 [INFO] Starting Minecraft server on *:25565
    2011-02-10 21:09:42 [INFO] This server is running Craftbukkit version git-Bukki
    -0.0.0-379-g5e434da-b294 (MC: 1.2_01)
    2011-02-10 21:09:42 [INFO] Preparing level "world"
    2011-02-10 21:09:42 [INFO] Preparing start region
    2011-02-10 21:09:43 [INFO] Preparing spawn area: 8%
    2011-02-10 21:09:44 [INFO] Preparing spawn area: 24%
    2011-02-10 21:09:45 [INFO] Preparing spawn area: 36%
    2011-02-10 21:09:46 [INFO] Preparing spawn area: 57%
    2011-02-10 21:09:47 [INFO] Preparing spawn area: 73%
    2011-02-10 21:09:48 [INFO] Preparing spawn area: 89%
    2011-02-10 21:09:49 [INFO] [Permissions] version [2.0] (Handler) loaded
    ControllerBlock: 1.06 by Hell_Fire
    ControllerBlock: Using IRON_BLOCK (42) as ControllerBlock, loaded 0 disallowed
    ypes from config
    ControllerBlock: Loaded v2 data - 1 ControllerBlocks loaded
    2011-02-10 21:09:49 [SEVERE] [CraftEssence]: Cannot create file craftessence.pr
    perties
    2011-02-10 21:09:49 [SEVERE] [CraftEssence]: IO Exception with file craftessenc
    .properties
    2011-02-10 21:09:49 [INFO] CraftEssence v0.9.3 is enabled!
    java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader
    java:30)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.bukkit.furt.CraftEssence.data.JDCConnectionDriver.<init>(JDCConn
    ctionDriver.java:35)
    at com.bukkit.furt.CraftEssence.data.ceConnector.createConnection(ceCon
    ector.java:29)
    at com.bukkit.furt.CraftEssence.CraftEssence.onEnable(CraftEssence.java
    68)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:135)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoade
    .java:410)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManag
    r.java:175)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:74)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:55)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:169)
    at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:108)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:207)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    2011-02-10 21:09:49 [SEVERE] [CraftEssence] Could not establish SQL connection.
    Disabling CraftEssence
    2011-02-10 21:09:49 [INFO] CraftEssence Disabled
    2011-02-10 21:09:49 [INFO] Done! For help, type "help" or "?"

    How can I enable CraftEssence?
     
  18. Offline

    Nazerb

    could you get this to work with SQLLite? then it would be perfect
     
  19. Offline

    furt

    Currently have most of the todo done but im updating tp and warp to use getWorld() so that theres no conflict with multi worlds and ill be improving mysql support. Also i am considering adding sqlite support but that will be after v1.0 release.
     
  20. Offline

    HotelErotica

    @furt
    Hey would it be possible to add a promotion command? Like lets say you have like Guest, Regular, Mod, Admin. And a Mod could bump a Guest up to a regular so basically give the people the ability to move someone up to the rank below them, and possibly a an override for the admin so can can just promote someone to whatever rank and just have the commands /promotion <username>, /demote <username> and maybe an optional string at the end if you wanted to bump someone multiple levels otherwise just have it move them up one rank.
     
  21. Offline

    furt

    Im gonna try to have it in the v1.0 release of CraftEssence which ill be releasing hopefully within the next few days.
     
  22. Offline

    cannafix

    have you setup a database
     
  23. Offline

    Audon

    Hi there, was just wondering, is it possible to give fx birch wood and colored wool with this plugin ? if so. How?
     
  24. Offline

    Jason555555

    Can you make it not use mysql. Its much easier for me if its flatfile
     
  25. Offline

    blucat

    Linking in the mysql connector hasn't been explained well enough in any of the threads that require it. Simply dripping into the craftbukkit's root directory isn't doing the trick for everyone. All but 2 of the listed exceptions are from the mysql connector not running.
     
  26. Offline

    ZezadasPT

    Im sort of new in this, so how do I do that exactly?
     
  27. Offline

    blucat

    if you don't have a database setup, one of the easiest ways to set up one in windows or mac is download and run xampp. if you're running some variation on debian or ubuntu, 'sudo apt-get install mysql'. xampp has phpmyadmin built in, login import the .sql file. if you get an error, open the .sql file in a text editor and paste it into the text box under the sql tab.
     
  28. Offline

    furt

    mine is located C:\Program Files\Java\jre6\lib\ext
     
  29. Offline

    Withless

    can someone please explain to me how i setup and use MySQL and what version i should download really new with this and don't have much of a clue on what to do, please help :>
     
  30. Offline

    blucat

    Solution for mac users, place the connector in /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/lib/ext

    Edit:
    @Withless: google it.
     

Share This Page