[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

    Withless

    i did came up with the connector still get tons of error
     
  3. Offline

    steifmaster

    Hello..
    cant i use this plugin whti out MySQL ?

    i realy want this plugin but i cant connect it to MySQL


    Kind Regards
    Steifmaster
     
  4. Offline

    win

    The plugin is loading the connector for me, but some commands still give errors. /sethome gives an error and says home cannot be saved. Other commands seem to work fine /item, /tp /time

    I did notice that although the connector is loaded for me, no tables were added to the craftessence database I created, so no data saved.
    --- merged: Feb 17, 2011 11:34 PM ---
    I found a CraftEssence.sql that I inserted into my craftessence sql database with phpmyadmin.
    So far its working fine now including /sethome

    The CraftEssence.sql is in the source at github, I did not see it in the jar.

    Thanks, nice plugin. Really makes it much easier for players that are used to hmod.
     
  5. Offline

    prozach

    I cannot get this working under linux.

    It has problems finding the mysql connector even though I have it in my path, in the craftessence dir, the root dir for the server and the plugins dir.

    is the location in the jar hardcoded to look for it in C:\something?
     
  6. Offline

    gr33nskittle

    /sethome wont work.... nor will some other commands i copied and pasted what your permissions idk whats wrong some work and some don't
     
  7. Offline

    furt

    Sorry guys ive been working alot lately but i promise a new release within a week.

    all the todo's will be added including multiworld support and a few new additions.

    Im currently using my dev version on a server i run if u wanna check it out
    http://crimson-gaming.com
     
  8. Offline

    sal campisano

    I didn't want to post but it seems that I have to.

    To start, I have all the newest versions of this plugin, permissions, and craftbukkit.

    I'm getting the same SQL error as other people that posted in this thread but I'm not finding any solutions to it. I put it in the folder that you said to Furt and it still didn't work. I downloaded, installed, and tried to figure out that Xampp program someone posted but I can't even begin to explain how confused that thing made me.

    I've been trying to get this to work for 6+ hours just today. The plugin seems really cool and I want to give it a shot so please help.
     
  9. Offline

    Facepalmed

    I am running my server on Debian Server Linux, mysql is installed and fully configured. I have SQLite and the mysql connector in the Bukkit directory as well as in the plugins directory. Still, I get the same SQL connection error as everyone else. Please, with your next build, implement flat file support or fix SQL. I am also running the most recent CraftBukkit build with up to date plugins.

    I have used this plugin before, I set it up on an old and crappy Windows XP PC and it worked fine. Dragged and dropped the folder onto my Linux server and all of the sudden it's borked. When I ran it on the XP box, it was a great plugin! Everything worked just fine, like it should.
     
  10. Offline

    banrab

    This is my permissions and it still wont let me (banrab) setwarps or sethome how come

    plugin:
    permissions:
    system: default

    groups:
    Default:
    default: true
    inheritance:
    permissions:
    - 'general.spawn'
    - 'craftessence.support'
    - 'craftessence.spawn'
    - 'craftessence.home'
    - 'craftessence.sethome'
    - 'craftessence.me'
    - 'craftessence.help'
    - 'craftessence.playerlist'
    Moderators:
    default: false
    inheritance: Default,
    permissions:
    - 'craftessence.time'
    - 'craftessence.tp'
    - 'craftessence.tphere'
    - 'craftessence.warp'
    - 'craftessence.alert'
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    Admins:
    default: false
    info:
    prefix: 4
    suffix:
    build: true
    inheritance: Default,Moderators,
    permissions:
    - 'general.spawn'
    - 'craftessence.support'
    - 'craftessence.spawn'
    - 'craftessence.home'
    - 'craftessence.sethome'
    - 'craftessence.me'
    - 'craftessence.help'
    - 'craftessence.playerlist'
    - 'craftessence.time'
    - 'craftessence.tp'
    - 'craftessence.tphere'
    - 'craftessence.warp'
    - 'craftessence.setwarp'
    - 'craftessence.alert'
    - 'general.time'
    - 'general.teleport'
    - 'general.teleport.here'
    - '*'
    users:
    banrab:
    group: Admins
    permissions:
     
  11. Offline

    furt

    admins should only need - '*'
     
  12. Offline

    Göran

    If somebody could please link the connector to use, would really appreciate it!
     
  13. Offline

    furt

    I need some opinions what are the top 2 permission plugins used currently. These will be the 2 i support
     
  14. Offline

    svavart

    Hey could you update this to craftbukkit 440 ?
    Would really appreciate it :)
     
  15. Offline

    furt

    I have it updated but there is no permissions, thats pretty much what im waiting on.
     
  16. Offline

    LegendOne

    am i doing something wrong?

    Code:
    plugin:
      permissions: {system: default}
    groups:
      Newbie:
        default: true
        info: {prefix: '', suffix: '', build: true}
        inheritance: []
        permissions: [general.spawn, general.help, general.version, general.motd, general.servertime, general.accept,
        general.who, general.playerlist, general.listplayer, general.me]
      Regulars:
        default: false
        info: {prefix: '', suffix: '', build: true}
        inheritance: [Newbie]
        permissions: [general.join, general.invite, general.lastseen, general.ping]
      Moderators:
        default: false
        info: {prefix: '', suffix: '', build: true}
        inheritance: [Regulars]
        permissions: [general.delplayerdata, general.kick, general.ban, general.goto, general.pardon, general.lookup,
        general.save, general.say, general.stats, genereal.tp, general.whois, general.serverstats]
      Admins:
        default: false
        info: {prefix: '', suffix: '', build: true}
        inheritance: [Moderators]
        permissions: [jail.command.jaildelete, jail.command.jail, jail.command.unjail, jail.command.jailtransfer,
        jail.command.jailtransferall, jail.command.jailcheck, jail.command.jailtelein, jail.command.jailteleout,
        jail.command.jaillist, worldedit, worldedit.selection.*, kit, kit.*, craftbukkituptodate.broadcast,
        craftbukkituptodate.download, craftbukkituptodate.changelog, craftbukkituptodate.plugin, craftessence.*]
      Owners:
        default: false
        info: {prefix: '', suffix: '', build: true}
        inheritance: [Admins]
        permissions: ['*']
    
    users:
      ####:
        group: Owners
        permissions:
      ###:
        group: Owners
        permissions:
    
    I have following plugins:
    • craftbuckituptodate
    • dynmap
    • spawnlist
    • worldedit
    • permissions
    • multiplehomes
    • kit
    • mimecart
    • runecraft
    time and /setspawn does not work. Any sugestions?
     
  17. Offline

    Plasma

    Mine does the same as that, where do i find my mysql connector? So i can copy it. In other words where and what is my mysql connector lol?
     
  18. Offline

    hi900

  19. Offline

    Marshton

    Code:
    16:23:50 [INFO] Starting minecraft server version Beta 1.3
    16:23:50 [INFO] Loading properties
    16:23:50 [INFO] Starting Minecraft server on *:25566
    16:23:50 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    16:23:50 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    16:23:50 [WARNING] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    16:23:50 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    16:23:50 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-
    g8b5496e-b493jnks (MC: 1.3)
    16:23:50 [INFO] Preparing level "ISSWorld"
    16:23:50 [INFO] Preparing start region
    16:23:51 [INFO] Preparing spawn area: 52%
    16:23:52 [SEVERE] Could not load plugins\CraftEssence.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:129)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:94)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.bukkit.furt.CraftEssence.CraftEs
    sence.<init>()
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:75)
            ... 8 more
    etc...
    I get this error, this plugin looks awesome, but I get that error, am I missing something?

    CraftBukkit Build is 493.
     
  20. Offline

    ilidan111

    15:43:32 [INFO] Starting minecraft server version Beta 1.3
    15:43:32 [INFO] Loading properties
    15:43:32 [INFO] Starting Minecraft server on *:25565
    15:43:32 [WARNUNG] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    15:43:32 [WARNUNG] The server will make no attempt to authenticate usernames. Be
    ware.
    15:43:32 [WARNUNG] While this makes the game possible to play without internet a
    ccess, it also opens up the ability for hackers to connect with any username the
    y choose.
    15:43:32 [WARNUNG] To change this, set "online-mode" to "true" in the server.set
    tings file.
    15:43:32 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-497-
    gea319d1-b499jnks (MC: 1.3)
    15:43:32 [INFO] Preparing level "New_World"
    15:43:32 [INFO] Preparing start region
    15:43:33 [SCHWERWIEGEND] Could not load plugins\CraftEssence.jar in plugins: nul
    l
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:80)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:130)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:95)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:59)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: java.lang.NoSuchMethodException: com.bukkit.furt.CraftEssence.CraftEs
    sence.<init>()
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:75)
    ... 8 more
    15:43:33 [INFO] [Permissions] version [2.5.2] (Phoenix) was Initialized.
    15:43:33 [INFO] CraftBookCommon 3.0-alpha1 enabled.
    15:43:33 [INFO] CraftBookCircuits 3.0-alpha1 enabled.
    15:43:33 [INFO] CraftBookMechanisms 3.0-alpha1 enabled.
    15:43:33 [INFO] CraftBookVehicles 3.0-alpha1 enabled.
    15:43:33 [INFO] [Permissions] version [2.5.2] (Phoenix) loaded
    15:43:33 [INFO] SlowHealth 2.3 enabled! Rate: 1.0s | Amount: 10
    15:43:33 [INFO] | Max: 20
    15:43:33 [INFO] WorldEdit 4.0-beta8 enabled.
    15:43:33 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
    for permissions.
    15:43:33 [INFO] Done (0,100s)! For help, type "help" or "?"
    >

    Why it couldn't load it.
    Where is my mistake?
     
  21. Offline

    SweetCraft Girl

    Is there a way to switch to this plugin without losing my Essentials warps?

    Essentials has an awful intermittent /tppos bug that takes the server completely down for a hard restart of the console.

    I am in Bukkit [493]
     
  22. Offline

    furt

    Status update on the plugin:
    I plan to release v1.0 by tomorrow so keep an eye on this thread it will support 493+

    Check the source page if u wanna see the progression of the plugin.
    [MERGETIME="1299655095"][/MERGETIME]
    Top post updated:
    CraftEssence v1.0 released!
    Now works with Permissions v2.5.3 and CraftBukkit 522
     
  23. Offline

    DarkDexter

    This is SO AWESOME! but why is it MySQL? Could u rewrite it to use SQLite please?

    All other basic command plugins havent been working for me. thx man
     
  24. Offline

    furt

    Added sqlite support to the todo list.

    Also please make sure to report any problems you run into unless its a permissions issue.
     
  25. Offline

    napkin

    hey
    on your todo list there is:
    "fix /setspawn"
    and actually it doesnt work for me on my world, that could be caused by some other plugins i use (mcmmo for example)
    soooo
    my question is, is the global spawn really not working on 1.0 or is it me??

    my settings:
    globalrespawn = true #Set to true if you want a global respawn
    alternaterespawn = false #Set to true if you want a alternate respawn

    i want users to respawn on a global respawn postition.

    thanks
     
  26. Offline

    furt

    ignore those setting they are not used in 1.0 i forgot to remove them sorry.

    also next release will have:
    /setspawn fixed
    /item and /give will have the ability to spawn block types
     
  27. Offline

    furt

    Version 1.1 released!

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

    gangstarappa

    hm i have a problem with my /time command if i type /time set 1, nothing happens....maybe you can help me?ah ive just seen all the cmds are bugged....
     
  29. Offline

    ndshomebrew

    I have the same error but im using a linux server. Where do i need to put it then?

    My error log:
    PHP:
    19:21:19 [SEVERECould not load plugins/LoginMessage.jar in pluginsnull
    org
    .bukkit.plugin.InvalidPluginException
            at org
    .bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:60)
            
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:159)
            
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:107)
            
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
            
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
            
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
            
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
            
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused byjava.io.FileNotFoundExceptionJar does not contain plugin.yml
            
    ... 9 more
    19
    :21:19 [INFO] [HELP44 extra help entries loaded
    19
    :21:19 [INFO] [HELPPermissions enabled usingGroupManager v1.0(alpha-5)
    19:21:19 [INFO] [HELPHelp 0.2 enabled
    19
    :21:19 [INFOGroupManager INFO Scheduled Data Saving is set for every 10 minutes!
    19:21:19 [INFOGroupManager version 1.0(alpha-5is enabled!
    19:21:19 [INFOFake Permissions version 2.5.1 is enabled!
    19:21:19 [SEVEREjava.lang.ClassNotFoundExceptioncom.mysql.jdbc.Driver
    19
    :21:19 [SEVERE]       at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    19:21:19 [SEVERE]       at java.security.AccessController.doPrivileged(Native Method)
    19:21:19 [SEVERE]       at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    19:21:19 [SEVERE]       at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    19:21:19 [SEVERE]       at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    19:21:19 [SEVERE]       at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    19:21:19 [SEVERE]       at java.lang.Class.forName0(Native Method)
    19:21:19 [SEVERE]       at java.lang.Class.forName(Class.java:186)
    19:21:19 [SEVERE]       at me.furt.CraftEssence.sql.JDCConnectionDriver.<init>(JDCConnectionDriver.java:35)
    19:21:19 [SEVERE]       at me.furt.CraftEssence.sql.ceConnector.createConnection(ceConnector.java:31)
    19:21:19 [SEVERE]       at me.furt.CraftEssence.CraftEssence.sqlConnection(CraftEssence.java:214)
    19:21:19 [SEVERE]       at me.furt.CraftEssence.CraftEssence.onEnable(CraftEssence.java:60)
    19:21:19 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    19:21:19 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:451)
    19:21:19 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:217)
    19:21:19 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:92)
    19:21:19 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:70)
    19:21:19 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    19:21:19 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    19:21:19 [SEVERE]       at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    19:21:19 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    19:21:19 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    19:21:19 [SEVERE] [CraftEssenceCould not establish SQL connectionDisabling CraftEssence
    19
    :21:19 [INFOCraftEssence Disabled
    19
    :21:20 [INFOCraftEssence v1.1 is enabled!
    Found it!!!

    If youre looking for it, place it in this folder (root premission requierd):
    /usr/lib/jvm/java-6-openjdk/jre/lib/ext


    Edit:
    sorry for posting but i have antother problem....

    PHP:
    41:54 [SEVEREnull
    org
    .bukkit.command.CommandExceptionUnhandled exception executing command 'item' in plugin CraftEssence v1.1
            at org
    .bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:229)
            
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:645)
            
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:608)
            
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:602)
            
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
            
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:76)
            
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused byjava.lang.NoClassDefFoundErrorinfo/somethingodd/bukkit/OddItem/OddItem
            at me
    .furt.CraftEssence.commands.ItemCommand.onCommand(ItemCommand.java:41)
            
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 
    12 more
    >
    Didn't find the awnser in this threath.


    Again edit:
    The other commands work :)

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

    furt

    What did u type that triggered the item error, guess i forgot to add u might wanna goto the OddItem post and and user there has uploaded a filled item.txt for the parser.
     
  31. Offline

    Phantum

    Can you set it up so we can disable/change each command as there tends to be a lot of overlap? I'd use this plugin but the /item on it overrides General, and Odditem is bugged to all hell atm :/ (to the point it doesn't work)
     

Share This Page