[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

    Qiadda

    Hello ! :)

    Bukkit 803

    Code:
    2011-05-23 20:32:48 [SEVERE] Error occurred while enabling CraftEssence v1.3.1 (Is it up to date?): null
    java.lang.NullPointerException
        at me.furt.CraftEssence.CraftEssence.addCommands(CraftEssence.java:82)
        at me.furt.CraftEssence.CraftEssence.onEnable(CraftEssence.java:62)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:132)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:110)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:337)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:243)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:127)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:279)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:699)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:666)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:660)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  3. Offline

    furt

    my main comp i use down so i havent been able to work on craftessence, i get a new gpu sat. so look forward to a new release the following week.
     
  4. Offline

    aziq52

    Hi.
    I can't find dir off mysql. I have debian system.
    Can you help me ?

    My config.yml
    Code:
    mysqlPass: 3ddsdafer
    prayer: true
    mysqlUser: c1_minecraft
    mysqlDB: jdbc:mysql://localhost:3306/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/ext
    prayerAmount: 3
    worldSpawn: ''
    Database name: c1_minecraft
    -=- pass: 3ddsdafer
    -=- user: c1_minecraft
    server ip: 195.127.141.70
    dir, mysql: ??????????
    sry my bad english
     
  5. Offline

    furt

    Update: I havent had time to work on it much lately but i have a dev release of v2.0 but id advise to only use it for testing it out as its not quite finished.
    For RB 818
    http://dl.dropbox.com/u/17392489/ce-dev/CraftEssence.jar

    Main changes:
    Uses Ebean for db handling which is included with craftbukkit so no external files required.
    Permissions plugin is no longer a requirement but if u want more flexible permissions id advise to use.
    new command /afk - flags you afk
    new afk system - if left idle for set time u will be flaged afk, then kicked after set time.
    new user db table that tracks player stats and command use so that certain commands issued will persist thru logout and restarts.

    Current bugs:
    home, spawn, and warp saves on first use of them but do not update afterwords.
    may run into permission issues just added a few changes and havent tested.
     
  6. Offline

    marko5

    Ummm does this work with minecraft v1.6.6?
     
  7. Offline

    furt

    yes its for 818
     
  8. Offline

    Zeroi9

    Code:
    2011-06-08 02:34:20 [SEVERE] [CraftEssence] Permissions resulted in null for prefix function
    No commands works.
     
  9. Offline

    dompie

    Nice plugin, I'll give it a try as General 3.4 seems somehow to be stuck on MC 1.5. I like the commands you provide very much as they replace 3 other plugins I use. Good idea with /support command :)

    I have MCDocs installed, may CraftEssence /motd cause any troubles together with /motd command from MCDocs ?

    Unfortunately it does not work very well for me.
    Code:
    09:00:56 [SEVERE] Error occurred while enabling CraftEssence v1.3.1 (Is it up to date?): null
    java.lang.NullPointerException
            at me.furt.CraftEssence.CraftEssence.addCommands(CraftEssence.java:84)
            at me.furt.CraftEssence.CraftEssence.onEnable(CraftEssence.java:62)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    And later on I see lots of
    Code:
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    09:03:06 [INFO] [CraftEssence] Could not get mob blacklist.
    
    I've read your previous posts and it seems like you haven't linked the new Version to the first post? The header says 1.3.2 but when starting the server Craftessence is version 1.3.1
    I'm on CB 823 and Permissions 3.1.4
     
  10. Offline

    goldhaxx

    Thanks much for this plug in. It seems like it will be quite essential to my server provided I can get it working :)

    It seems like MySql is having trouble creating tables in my db for CraftEssence to store data with.

    I'm running 1.6.6/818

    The following log shows my server starting up and loading plugins followed by me logging in. An error about a table missing in my SQL DB.

    This is what I see on the console:
    I've also noticed that I get a similar error telling me that whenever I try to use the /setwarp command. When I use the command in game Craft Essence returns a message that says the warp was not saved.

    This is what I see on the console:
    I tried creating the missing tables in the dbschema but that was unsuccessful.
    Any tips on what this could be?
     
  11. Offline

    dompie

    Depends on the errors you got creating the tables. How did you try to create the tables? Did you try to import the bundled sql file? That worked well for me.
     
  12. Offline

    goldhaxx

    I tried creating the tables through MySql Workbench, so I'm probably doing that wrong anywho.

    I just downloaded the full zip and saw the CraftEssence.sql file.
    Where would I want to import that?
     
  13. Offline

    dompie

    I don't know MySql workbench well...but try on commandline:
    Code:
    mysql -u Username -p ExampleDatabaseName < CraftEssence.sql
    After this you should be asked for your Database password. Replace "Username" and "ExampleDatabaseName" with your stuff. Make sure your "ExampleDatabaseName" is empty to prevent other errors.
    If it says something like "...command not found" try to search after "mysql" on your system, change to that directory where mysql is located and execute again.
     
    goldhaxx likes this.
  14. Offline

    goldhaxx

    Thanks for helping me out with that Dompie, it worked like a charm.
    It helped me figure out that this plugin didn't supply one of the features I was looking for :(

    I wanted admins and mods to be able to warp other players to a jail, not just themselves. Maybe I'll look into mywarp for that.

    Unless Furt has further plans to implement this feature in a future release of course :)
     
  15. Offline

    Stinvurger

    I'm not an expert with this kind of thing and I have absolutely no idea what mysql is, but I downloaded it along with permissions and craftessence. I installed craftessence and tried to run the server and got this. What do I do to get it to work?
    148 recipes
    16 achievements
    19:18:43 [INFO] Starting minecraft server version Beta 1.6.6
    19:18:43 [INFO] Loading properties
    19:18:43 [INFO] Starting Minecraft server on *:25565
    19:18:43 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-
    gb9d0b04-b860jnks (MC: 1.6.6)
    19:18:43 [INFO] Preparing level "world"
    19:18:43 [INFO] Preparing start region for level 0
    19:18:44 [INFO] [Permissions] (Yeti) was initialized.
    19:18:46 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Commu
    nications 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.
    19:18:46 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance
    0(Native Method)
    19:18:46 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance
    (Unknown Source)
    19:18:46 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInst
    ance(Unknown Source)
    19:18:46 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Sou
    rce)
    19:18:46 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    19:18:46 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException
    (SQLError.java:1116)
    19:18:46 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343)
    19:18:46 [SEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionI
    mpl.java:2334)
    19:18:46 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(Conne
    ctionImpl.java:2371)
    19:18:47 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionI
    mpl.java:2163)
    19:18:47 [SEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.j
    ava:794)
    19:18:47 [SEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection
    .java:47)
    19:18:47 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance
    0(Native Method)
    19:18:47 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance
    (Unknown Source)
    19:18:47 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInst
    ance(Unknown Source)
    19:18:47 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Sou
    rce)
    19:18:47 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    19:18:47 [SEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionI
    mpl.java:378)
    19:18:47 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegist
    eringDriver.java:305)
    19:18:47 [SEVERE] at java.sql.DriverManager.getConnection(Unknown Source)
    19:18:47 [SEVERE] at java.sql.DriverManager.getConnection(Unknown Source)
    19:18:47 [SEVERE] at me.furt.CraftEssence.sql.ConnectionService.getConnect
    ion(ConnectionService.java:78)
    19:18:47 [SEVERE] at me.furt.CraftEssence.sql.JDCConnectionDriver.connect(
    JDCConnectionDriver.java:41)
    19:18:47 [SEVERE] at java.sql.DriverManager.getConnection(Unknown Source)
    19:18:47 [SEVERE] at java.sql.DriverManager.getConnection(Unknown Source)
    19:18:47 [SEVERE] at me.furt.CraftEssence.sql.ceConnector.createConnection
    (ceConnector.java:33)
    19:18:47 [SEVERE] at me.furt.CraftEssence.CraftEssence.sqlConnection(Craft
    Essence.java:250)
    19:18:47 [SEVERE] at me.furt.CraftEssence.CraftEssence.onEnable(CraftEssen
    ce.java:61)
    19:18:47 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:125)
    19:18:47 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:799)
    19:18:47 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:253)
    19:18:47 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:140)
    19:18:47 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:118)
    19:18:47 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    19:18:47 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    19:18:47 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    19:18:47 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    19:18:47 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    19:18:47 [SEVERE] Caused by: java.net.ConnectException: Connection refused: conn
    ect
    19:18:47 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method)

    19:18:47 [SEVERE] at java.net.PlainSocketImpl.doConnect(Unknown Source)
    19:18:47 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(Unknown Sou
    rce)
    19:18:47 [SEVERE] at java.net.PlainSocketImpl.connect(Unknown Source)
    19:18:47 [SEVERE] at java.net.SocksSocketImpl.connect(Unknown Source)
    19:18:47 [SEVERE] at java.net.Socket.connect(Unknown Source)
    19:18:47 [SEVERE] at java.net.Socket.connect(Unknown Source)
    19:18:47 [SEVERE] at java.net.Socket.<init>(Unknown Source)
    19:18:47 [SEVERE] at java.net.Socket.<init>(Unknown Source)
    19:18:47 [SEVERE] at com.mysql.jdbc.StandardSocketFactory.connect(Standard
    SocketFactory.java:254)
    19:18:47 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292)
    19:18:47 [SEVERE] ... 31 more
    19:18:47 [SEVERE] [CraftEssence] Could not establish SQL connection. Disabling C
    raftEssence
    19:18:47 [INFO] CraftEssence Disabled
    19:18:47 [INFO] CraftEssence v1.3.1 is enabled!
    19:18:47 [INFO] [Permissions] version [3.1.5] (Yeti) loaded
    19:18:47 [INFO] Done (0.317s)! For help, type "help" or "?"
    >
     
  16. Offline

    ndshomebrew

    im still getting this nasty error in terminal:
    Does anybody know how to get that damn error gone?

    I alreay installed al the plugins fresh and clear
     
  17. Offline

    goldhaxx

    Sting,

    Did you set up mysql properly?

    Watch this video:

    YouTube - Howto setup Bukkit, Minecraft, MySQL on Windows 2008 R2.

    It explains how to effectively set up MySQL and Bukkit. Ignore the Windows Server 2008 portions of the video and follow the steps to setting up MySQL and using MySQL Workbench. It's a pretty useful tutorial.

    Come back here and reply to this post if you need more help or PM me for further instructions.

    I guess it wouldn't really be a PM. Just post a comment to my profile... lol Good luck.

    Homebrew,

    Is there a folder in your \plugins\CraftEssence directory called MobBlackList that has a world.txt in it?

    Inside of the CraftEssence plugins folder there SHOULD be a folder named MobBlackList. Inside of that folder the text document will be named whatever your worldname is. The text can be empty so that no monsters are blacklisted(as mine is) however, the file must be there!

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

    iKierannnnnnnnn

    Can Some one Do me a Huge favour and explain or find a tutorial on how to install mysql. I havent got the slightest idea or what it is or what it does. Lastly Why do you need it for this plugin?
     
  19. Offline

    ndshomebrew

    Yes it is there. That is the strange part of the story :(

    (im sorry that i didn't give enough information)
     
  20. Offline

    goldhaxx

    You should actually try reading this thread.

    Furt, or anyone else that can answer this.

    Is there a node for the /give command? I'd like to give certain users the ability to spawn items while I'd like to restrict others.

    I think there's a node for this somewhere in the vanilla game's nodes. I could be way off.... Anyways this would be an awesome feature to have.

    Thanks

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

    furt

    craftessence.give
    craftessence.item

    Sorry guys I've been on vacation so there been no work done to the plugin, I'll start back on it when I get back.
     
    goldhaxx likes this.
  22. Offline

    goldhaxx


    God thank you.

    I'm having errors from the craftessence.give node... I looked on the wiki for craftessence and found java for the give command. It does in fact require the craftessence.give node,

    Code:
    @@ -19,8 +19,7 @@ public class GiveCommand implements CommandExecutor {
    19    19
       public boolean onCommand(CommandSender sender, Command command,
    20    20
           String label, String[] args) {
    21    21
         if (plugin.isPlayer(sender)) {
    22
    -      if (!CraftEssence.Permissions.has((Player) sender,
    23
    -          "craftessence.give")) {
         22
    +      if ((!plugin.hasPerm(sender, command)) && (!sender.isOp())) {
    24    23
             sender.sendMessage(ChatColor.YELLOW
    25    24
                 + "You to dont have proper permissions for that command.");
    26    25
             return true;
    So I'm not sure why I'm receiving these errors on the console...

    Code:
    148 recipes
    16 achievements
    22:43:59 [INFO] Starting minecraft server version Beta 1.6.6
    22:43:59 [INFO] Loading properties
    22:43:59 [INFO] Starting Minecraft server on 192.168.1.101:799
    22:43:59 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    22:43:59 [WARNING] The server will make no attempt to authenticate usernames. Be
    ware.
    22:43:59 [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.
    22:43:59 [WARNING] To change this, set "online-mode" to "true" in the server.set
    tings file.
    22:43:59 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-823-
    gb9d0b04-b860jnks (MC: 1.6.6)
    22:43:59 [INFO] Preparing level "world"
    22:43:59 [INFO] Preparing start region for level 0
    22:44:00 [INFO] Preparing start region for level 1
    22:44:00 [INFO] Preparing spawn area: 36%
    22:44:01 [SEVERE] while scanning for the next token
    found character         '\t' that cannot start any token
     in "<reader>", line 56, column 1:
                    - craftessence.give
        ^
    
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreToken
    s(ScannerImpl.java:360)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(Sca
    nnerImpl.java:183)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessS
    equenceEntry.produce(ParserImpl.java:536)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(Parser
    Impl.java:163)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(Parse
    rImpl.java:148)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeSequenceN
    ode(Composer.java:203)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:158)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeMappingNo
    de(Composer.java:230)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeNode(Comp
    oser.java:160)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.composeDocument(
    Composer.java:122)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.composer.Composer.getSingleNode(Co
    mposer.java:105)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.constructor.BaseConstructor.getSin
    gleData(BaseConstructor.java:124)
    22:44:01 [SEVERE]       at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    22:44:01 [SEVERE]       at com.nijiko.configuration.NotNullConfiguration.load(No
    tNullConfiguration.java:54)
    22:44:01 [SEVERE]       at com.nijiko.data.YamlUserStorage.<init>(YamlUserStorag
    e.java:31)
    22:44:01 [SEVERE]       at com.nijiko.data.YamlCreator.getUserStorage(YamlCreato
    r.java:34)
    22:44:01 [SEVERE]       at com.nijiko.data.StorageFactory.getUserStorage(Storage
    Factory.java:76)
    22:44:01 [SEVERE]       at com.nijiko.permissions.ModularControl.forceLoadWorld(
    ModularControl.java:92)
    22:44:01 [SEVERE]       at com.nijiko.permissions.ModularControl.loadWorld(Modul
    arControl.java:84)
    22:44:01 [SEVERE]       at com.nijiko.permissions.ModularControl.load(ModularCon
    trol.java:104)
    22:44:01 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.setupPer
    missions(Permissions.java:186)
    22:44:01 [SEVERE]       at com.nijikokun.bukkit.Permissions.Permissions.onLoad(P
    ermissions.java:139)
    22:44:01 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftS
    erver.java:112)
    22:44:01 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServe
    r.java:232)
    22:44:01 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:219)
    22:44:01 [SEVERE]       at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:146)
    22:44:01 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:283)
    22:44:01 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:422)
    22:44:01 [SEVERE] [Permissions] Unable to load permission data.
    22:44:01 [SEVERE] [Permissions] Shutting down Permissions due to error(s).
    22:44:01 [INFO] [Permissions] (Yeti) was initialized.
    22:44:01 [INFO] ChestLock 0.8.4 is enabled!
    22:44:01 [INFO] [ChestLock] Successfully linked with Permissions!
    22:44:01 [INFO] CraftEssence v1.3.1 is enabled!
    22:44:01 [INFO] [Permissions] (Yeti) disabled successfully.
    22:44:01 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    22:44:01 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    22:44:01 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    22:44:01 [INFO] Loading renderer 'org.dynmap.kzedmap.HighlightTileRenderer'...
    22:44:01 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    22:44:01 [INFO] Activated world 'world' in Dynmap.
    22:44:01 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    22:44:01 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    22:44:01 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    22:44:01 [INFO] Activated world 'world_nether' in Dynmap.
    22:44:02 [INFO] Dynmap WebServer started on null:8123
    22:44:02 [INFO] [dynmap] version 0.16.1 is enabled
    22:44:02 [INFO] [HeroChat] HeroChat version 4.10.3 enabled.
    22:44:02 [INFO] [iConomy] Logging is currently disabled.
    22:44:02 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    22:44:02 [INFO] [iConomy] Developed by: [Nijikokun]
    22:44:02 [INFO] LoginMessage 0.6_5 enabled
    22:44:02 [INFO] [MobileAdmin] Loading server stats.
    22:44:02 [INFO] [MobileAdmin] Loading chat log.
    22:44:02 [INFO] [MobileAdmin] Loading users.
    22:44:02 [INFO] [MobileAdmin] Starting server...
    22:44:02 [INFO] [MobileAdmin] Version 3.0 is enabled!
    22:44:02 [INFO] [Permissions] (Yeti) disabled successfully.
    22:44:02 [INFO] [MobileAdmin] Server listening on *:751
    22:44:02 [INFO] WorldEdit 4.6 enabled.
    22:44:02 [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin
     for permissions.
    22:44:02 [INFO] WorldGuard: Permissions plugin detected! Using Permissions plugi
    n for permissions.
    22:44:02 [INFO] WorldGuard: Blacklist loaded.
    22:44:02 [INFO] WorldGuard: (world) Single session is enforced.
    22:44:02 [INFO] WorldGuard: (world) TNT ignition is blocked.
    22:44:02 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    22:44:02 [INFO] WorldGuard: (world) Lava fire is blocked.
    22:44:02 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    22:44:02 [INFO] WorldGuard: Loaded configuration for world 'world"
    22:44:02 [INFO] WorldGuard: (world_nether) Single session is enforced.
    22:44:02 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    22:44:02 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    22:44:02 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    22:44:02 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    22:44:02 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    22:44:02 [INFO] WorldGuard: 14 regions loaded for 'world'
    22:44:02 [INFO] WorldGuard: 1 regions loaded for 'world_nether'
    22:44:02 [INFO] WorldGuard 5.0-alpha10 enabled.
    22:44:02 [INFO] Done (0.254s)! For help, type "help" or "?"
    >
    >
    Any thoughts?

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

    lapabon

    hello! tell me where to insert vot eto
    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
     
  24. Offline

    furt

    I'll be home in 7 hours I'll investigate then
     
    goldhaxx likes this.
  25. Offline

    lapabon

    well, eto for permissions in what file should throw
     
  26. Offline

    goldhaxx

    Great.

    I hope your vacation went well, sorry we were nipping at your toes the whole time you were out ;)
     
  27. Offline

    furt

    Has anyone tried the indev version?
     
  28. Offline

    NAS

    In reply #121, are you saying that MySQL won't be needed once you do update? Or am I way off? I am really interested in this plug-in, but it is a pain in the butt to set up.
     
  29. Offline

    ndshomebrew

    im tried evreything for the can't find mob blacklist. Reinstalling etc but it still is there.

    Ik have the mob blacklist folder but it still tellinge me its not there.

    Im using mySQL. Is that the problem?
     
  30. Offline

    dompie

    Hi Furt, could you get to my issue (post #138) ? Also is this permissions3 compatible?

    cheers
     
  31. Offline

    furt

    Just got home yesterday, im currently updating source ill try to get a new version out asap.
     

Share This Page