[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

    napkin

    how to update mysql?

    when i use spawn i fall into eternity and die -.-
    we all do.
    no chance to fix it. i erased the plugin.
    any fixes? or ill search for another plugin

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

    furt

    download the zip and there is a sql file called update-1.3.1.sql import it to your database.

    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"

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

    Xaysia

    Awesome, totally awesome!
    Working really great! :)
     
  5. Offline

    Qiadda

    good job:) !!

    I can not configure /i and /give
    No id found
    I do not understand
     
  6. Offline

    furt

    Did u extract the item.txt from the zip?
     
  7. Offline

    Qiadda

    Thank you
    yes it is in the folder CraftEssence
     
  8. Offline

    radur

    Exactly what I needed.Nice plugin
     
  9. Offline

    Qiadda

    always the same problem
    we'll see with the 1.5 :)
     
  10. Offline

    furt

    just check the text file and see if what your typing is even in it, if its not u can add it for later use.
     
  11. Offline

    Jarod M

    How do I download Mysql?
     
  12. Offline

    Plague

    Don't use a plus sign in the version tag. If you really need to use more versions, use [X-Y] or [X,Y].
     
  13. Offline

    Charobnjak

    How do I setup the database? I have been trying for hours with OpenOffice base but no success...
     
  14. Offline

    Seazer

    I found a solution for this : OddItems

    Sorry for my poor english.
     
  15. Offline

    BigMoomba

    HI i have the problem with 1.3.2 again xD
    But There is a MobBlacklist.
    Here my error:
    Code:
    2011-04-28 13:58:18 [INFO] Loaded world: NewWorld
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:18 [INFO] [CraftEssence] Could not get mob blacklist.
    2011-04-28 13:58:19 [INFO] [CraftEssence] Could not get mob blacklist.
     
  16. Offline

    furt

    This isnt required just extract all files in the zip.

    Couldn't possibly understand why you would be getting this now.

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

    ndshomebrew

    Im getting the same error.

    And what too do whit this error?
    [​IMG]

    Thanks for the help!

    EDIT:
    The last error is only whit the command TIME. No problem. Al others work.
    And help doesnt work...
     
  18. Offline

    Sandia

    I get this error 2
    Code:
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:40 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:42 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:42 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:43 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:43 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:43 [INFO] [CraftEssence] Could not get mob blacklist.
    21:54:43 [INFO] [CraftEssence] Could not get mob blacklist.
    
    Can it bee that is not something write in it?
     
  19. Offline

    furt

    ive deleted my whole config and started the server and i still cant generate that error anymore

    the only way i have able to reproduce this was by misspelling a world name.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 7, 2016
  20. Jesus Christ! Answer people when they ask how to do things! If someone doesn't know how to set up a database and you don't provide documentation, then you're doing something wrong!

    That said, I DO actually need help setting this up, because there are absolutely no tutorials on how to connect your program to MySQL that I can find.
     
  21. Hello, may i get som help here?

    This error message shows up :S


    16:37:37 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-700-
    gf3ae4c3-b733jnks (MC: 1.5_02)
    16:37:37 [INFO] Preparing level "Dr Mega monzter Cheeze"
    16:37:37 [INFO] Preparing start region
    16:37:37 [INFO] [Permissions] (Phoenix) was Initialized.
    16:37:40 [ALLVARLIG] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Co
    mmunications link failure

    The last packet sent successfully to the server was 0 milliseconds ago. The driv
    er has not received any packets from the server.
    16:37:40 [ALLVARLIG] at sun.reflect.NativeConstructorAccessorImpl.newInstance
    0(Native Method)
    16:37:40 [ALLVARLIG] at sun.reflect.NativeConstructorAccessorImpl.newInstance
    (Unknown Source)
    16:37:40 [ALLVARLIG] at sun.reflect.DelegatingConstructorAccessorImpl.newInst
    ance(Unknown Source)
    16:37:40 [ALLVARLIG] at java.lang.reflect.Constructor.newInstance(Unknown Sou
    rce)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.SQLError.createCommunicationsException
    (SQLError.java:1116)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:344)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionI
    mpl.java:2333)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(Conne
    ctionImpl.java:2370)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionI
    mpl.java:2154)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.j
    ava:792)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection
    .java:47)
    16:37:40 [ALLVARLIG] at sun.reflect.NativeConstructorAccessorImpl.newInstance
    0(Native Method)
    16:37:40 [ALLVARLIG] at sun.reflect.NativeConstructorAccessorImpl.newInstance
    (Unknown Source)
    16:37:40 [ALLVARLIG] at sun.reflect.DelegatingConstructorAccessorImpl.newInst
    ance(Unknown Source)
    16:37:40 [ALLVARLIG] at java.lang.reflect.Constructor.newInstance(Unknown Sou
    rce)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionI
    mpl.java:381)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegist
    eringDriver.java:305)
    16:37:40 [ALLVARLIG] at java.sql.DriverManager.getConnection(Unknown Source)
    16:37:40 [ALLVARLIG] at java.sql.DriverManager.getConnection(Unknown Source)
    16:37:40 [ALLVARLIG] at me.furt.CraftEssence.sql.ConnectionService.getConnect
    ion(ConnectionService.java:78)
    16:37:40 [ALLVARLIG] at me.furt.CraftEssence.sql.JDCConnectionDriver.connect(
    JDCConnectionDriver.java:41)
    16:37:40 [ALLVARLIG] at java.sql.DriverManager.getConnection(Unknown Source)
    16:37:40 [ALLVARLIG] at java.sql.DriverManager.getConnection(Unknown Source)
    16:37:40 [ALLVARLIG] at me.furt.CraftEssence.sql.ceConnector.createConnection
    (ceConnector.java:33)
    16:37:40 [ALLVARLIG] at me.furt.CraftEssence.CraftEssence.sqlConnection(Craft
    Essence.java:250)
    16:37:40 [ALLVARLIG] at me.furt.CraftEssence.CraftEssence.onEnable(CraftEssen
    ce.java:61)
    16:37:40 [ALLVARLIG] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:127)
    16:37:40 [ALLVARLIG] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:632)
    16:37:40 [ALLVARLIG] at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:218)
    16:37:40 [ALLVARLIG] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:116)
    16:37:40 [ALLVARLIG] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:94)
    16:37:40 [ALLVARLIG] at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:217)
    16:37:40 [ALLVARLIG] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:204)
    16:37:40 [ALLVARLIG] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:144)
    16:37:40 [ALLVARLIG] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:259)
    16:37:40 [ALLVARLIG] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    16:37:40 [ALLVARLIG] Caused by: java.net.ConnectException: Connection refused: c
    onnect
    16:37:40 [ALLVARLIG] at java.net.PlainSocketImpl.socketConnect(Native Method)

    16:37:40 [ALLVARLIG] at java.net.PlainSocketImpl.doConnect(Unknown Source)
    16:37:40 [ALLVARLIG] at java.net.PlainSocketImpl.connectToAddress(Unknown Sou
    rce)
    16:37:40 [ALLVARLIG] at java.net.PlainSocketImpl.connect(Unknown Source)
    16:37:40 [ALLVARLIG] at java.net.SocksSocketImpl.connect(Unknown Source)
    16:37:40 [ALLVARLIG] at java.net.Socket.connect(Unknown Source)
    16:37:40 [ALLVARLIG] at java.net.Socket.connect(Unknown Source)
    16:37:40 [ALLVARLIG] at java.net.Socket.<init>(Unknown Source)
    16:37:40 [ALLVARLIG] at java.net.Socket.<init>(Unknown Source)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.StandardSocketFactory.connect(Standard
    SocketFactory.java:257)
    16:37:40 [ALLVARLIG] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:294)
    16:37:40 [ALLVARLIG] ... 31 more
    16:37:40 [ALLVARLIG] [CraftEssence] Could not establish SQL connection. Disablin
    g CraftEssence
    16:37:40 [INFO] CraftEssence Disabled
    16:37:40 [INFO] CraftEssence v1.3.1 is enabled!
    16:37:40 [INFO] InstaBreak version 1.5 is enabled!
    16:37:40 [INFO] [OwnBlocks] Database read in from file
    16:37:40 [INFO] [OwnBlocks] version 4.0 initialized
    16:37:40 [INFO] [Permissions] version [2.7.2] (Phoenix) loaded
    16:37:40 [INFO] [SignTrader] Permission found, using Permissions from TheYeti
    16:37:40 [INFO] [SignTrader] version 1.0.7 has been enabled.
    16:37:40 [INFO] Warpz0r version 1.2.3 is enabled
    16:37:40 [INFO] [Warpz0r] Found Permissions (v2.7.2)
    16:37:40 [INFO] Done (0,356s)! For help, type "help" or "?"

    i have downloaded the Mysql and put it in the java/... etc
     
  22. Offline

    furt

    Im about done updating my plugin to use ebean persistence thats built into craftbukkit so at this time i see no point in adding a doc's and besides that if you have no general knowledge of mysql then maybe you should visit there wiki.
     
  23. Offline

    Warstories

    Great plugin, but I have the items.txt file in the correct spot but it says it cant find the item.... And yes the items.txt has everything in it it's supposed to.
     
  24. Offline

    SupermansBully

    which mysql do we download the compressed TAR archive or the ZIP archive, and do we put this in the same folder as permissions and your minecraft_server or what?
     
  25. Offline

    furt

    make sure what you are typing for a item name is actually in the items.txt this is fully configurable.
    Example: 57-diamondblock:dblock
    say you want db as a shortcut for diamond block just add it like this - 57-diamondblock:dblock:db
     
  26. Offline

    Warstories

    It does, it has the numbers in it also and i can only spawn stuff with the names, not item id's so how would i go about using the item ID's and also whenever i try to make a warp it says Warp did not save. How would i fix that also
     
  27. Offline

    furt

    Found the issue related to using id's with /i and /g will be in next release.
     
  28. Offline

    Floken

    Hey i got this problem and i tried everything to solve it but nothing worked.
    Can you help me, please?

    20:21:15 [SCHWERWIEGEND] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException
    : Communications link failure

    The last packet sent successfully to the server was 0 milliseconds ago. The driv
    er has not received any packets from the server.
    20:21:15 [SCHWERWIEGEND] at sun.reflect.NativeConstructorAccessorImpl.new
    Instance0(Native Method)
    20:21:15 [SCHWERWIEGEND] at sun.reflect.NativeConstructorAccessorImpl.new
    Instance(Unknown Source)
    20:21:15 [SCHWERWIEGEND] at sun.reflect.DelegatingConstructorAccessorImpl
    .newInstance(Unknown Source)
    20:21:15 [SCHWERWIEGEND] at java.lang.reflect.Constructor.newInstance(Unk
    nown Source)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.Util.handleNewInstance(Util.ja
    va:411)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.SQLError.createCommunicationsE
    xception(SQLError.java:1116)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:34
    4)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.ConnectionImpl.coreConnect(Con
    nectionImpl.java:2333)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.ConnectionImpl.connectOneTryOn
    ly(ConnectionImpl.java:2370)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.ConnectionImpl.createNewIO(Con
    nectionImpl.java:2154)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.ConnectionImpl.<init>(Connecti
    onImpl.java:792)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Co
    nnection.java:47)
    20:21:15 [SCHWERWIEGEND] at sun.reflect.NativeConstructorAccessorImpl.new
    Instance0(Native Method)
    20:21:15 [SCHWERWIEGEND] at sun.reflect.NativeConstructorAccessorImpl.new
    Instance(Unknown Source)
    20:21:15 [SCHWERWIEGEND] at sun.reflect.DelegatingConstructorAccessorImpl
    .newInstance(Unknown Source)
    20:21:15 [SCHWERWIEGEND] at java.lang.reflect.Constructor.newInstance(Unk
    nown Source)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.Util.handleNewInstance(Util.ja
    va:411)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.ConnectionImpl.getInstance(Con
    nectionImpl.java:381)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.NonRegisteringDriver.connect(N
    onRegisteringDriver.java:305)
    20:21:15 [SCHWERWIEGEND] at java.sql.DriverManager.getConnection(Unknown
    Source)
    20:21:15 [SCHWERWIEGEND] at java.sql.DriverManager.getConnection(Unknown
    Source)
    20:21:15 [SCHWERWIEGEND] at me.furt.CraftEssence.sql.ConnectionService.ge
    tConnection(ConnectionService.java:78)
    20:21:15 [SCHWERWIEGEND] at me.furt.CraftEssence.sql.JDCConnectionDriver.
    connect(JDCConnectionDriver.java:41)
    20:21:15 [SCHWERWIEGEND] at java.sql.DriverManager.getConnection(Unknown
    Source)
    20:21:15 [SCHWERWIEGEND] at java.sql.DriverManager.getConnection(Unknown
    Source)
    20:21:15 [SCHWERWIEGEND] at me.furt.CraftEssence.sql.ceConnector.createCo
    nnection(ceConnector.java:33)
    20:21:15 [SCHWERWIEGEND] at me.furt.CraftEssence.CraftEssence.sqlConnecti
    on(CraftEssence.java:250)
    20:21:15 [SCHWERWIEGEND] at me.furt.CraftEssence.CraftEssence.onEnable(Cr
    aftEssence.java:61)
    20:21:15 [SCHWERWIEGEND] at org.bukkit.plugin.java.JavaPlugin.setEnabled(
    JavaPlugin.java:127)
    20:21:15 [SCHWERWIEGEND] at org.bukkit.plugin.java.JavaPluginLoader.enabl
    ePlugin(JavaPluginLoader.java:632)
    20:21:15 [SCHWERWIEGEND] at org.bukkit.plugin.SimplePluginManager.enableP
    lugin(SimplePluginManager.java:218)
    20:21:15 [SCHWERWIEGEND] at org.bukkit.craftbukkit.CraftServer.loadPlugin
    (CraftServer.java:116)
    20:21:15 [SCHWERWIEGEND] at org.bukkit.craftbukkit.CraftServer.loadPlugin
    s(CraftServer.java:94)
    20:21:15 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.e(Minecr
    aftServer.java:217)
    20:21:15 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.a(Minecr
    aftServer.java:204)
    20:21:15 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.init(Min
    ecraftServer.java:144)
    20:21:15 [SCHWERWIEGEND] at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:259)
    20:21:15 [SCHWERWIEGEND] at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:394)
    20:21:15 [SCHWERWIEGEND] Caused by: java.net.ConnectException: Connection refuse
    d: connect
    20:21:15 [SCHWERWIEGEND] at java.net.PlainSocketImpl.socketConnect(Native
    Method)
    20:21:15 [SCHWERWIEGEND] at java.net.PlainSocketImpl.doConnect(Unknown So
    urce)
    20:21:15 [SCHWERWIEGEND] at java.net.PlainSocketImpl.connectToAddress(Unk
    nown Source)
    20:21:15 [SCHWERWIEGEND] at java.net.PlainSocketImpl.connect(Unknown Sour
    ce)
    20:21:15 [SCHWERWIEGEND] at java.net.SocksSocketImpl.connect(Unknown Sour
    ce)
    20:21:15 [SCHWERWIEGEND] at java.net.Socket.connect(Unknown Source)
    20:21:15 [SCHWERWIEGEND] at java.net.Socket.connect(Unknown Source)
    20:21:15 [SCHWERWIEGEND] at java.net.Socket.<init>(Unknown Source)
    20:21:15 [SCHWERWIEGEND] at java.net.Socket.<init>(Unknown Source)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.StandardSocketFactory.connect(
    StandardSocketFactory.java:257)
    20:21:15 [SCHWERWIEGEND] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:29
    4)
    20:21:15 [SCHWERWIEGEND] ... 31 more
    20:21:15 [SCHWERWIEGEND] [CraftEssence] Could not establish SQL connection. Disa
    bling CraftEssence
    20:21:15 [INFO] CraftEssence Disabled
    20:21:15 [INFO] CraftEssence v1.3.1 is enabled!"

    Thanks ;)
     
  29. Offline

    bmt16

    Furt, you really need to understand not everyone here knows their way around SQL, you should really put up a quick guide on how to install this because it is a very nice plugin with everything you could need and nothing you don't need.
     
  30. Offline

    furt

    im almost done with the next release with v2.0 you wont need to configure ce or import db tables for craftessence, you will only have to setup the bukkit.yml for db use
     
  31. Offline

    Genixma

    Looks like a pretty awesome plugin, only problem is I can't seem to use it yet. Probably because I haven't been able to figure out how to get my computer to use, let alone, open MySQL to use. But I'll post my error here just in case it's something completely different

    14:13:10 [SEVERE] Could not load 'plugins\CraftEssence.jar in folder 'plugins'...
    java.io.FileNotFoundException: plugins\CraftEssence.jar (Access is denied)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.Zipfile.<init>(Unknown Source)
    at java.util.zip.JarFile.<init>(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoad.java:59)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:191)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:115)
    at org.bukkit.craftbukkit.CrafterServer.loadPlugins(CraftServer.java:1##)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:218)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:205)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:14#)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:260)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    All the numbers/words followed by #/... were cut off so I couldn't read it fully.
     

Share This Page