Inactive [GEN] Essentials v2.1 [?]

Discussion in 'Inactive/Unsupported Plugins' started by Zenexer, Jan 19, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Zenexer

  2. Offline

    Springrolls

    Essentials wont work for my server..
    i get this error:

    java.lang.NullPointerException
    at com.earth2me.essentials.help.EssentialsHelpWorker.onCommand(EssentialsHelpWorker.java:22)
    at com.earth2me.essentials.help.EssentialsHelp.onCommand(EssentialsHelp.java:51)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:17)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:167)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:584)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:232)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:71)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:104)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:283)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)

    what do i do?
     
  3. Offline

    NikkyyyHD

    My Essentials doesn't load up.
    This is my config.yml
    Code:
    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    #   - No tabs are present: YAML only allows spaces
    #   - Indents are correct: YAML heirarchy is based entirely on indentation
    #   - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
    #   - List items are prefixed with a hyphen and indented:
    #       lists:
    #         - look like this
    #       not:
    #       - like this
    #   - Text with symbols is enclosed in single or double quotation marks
    #   - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
    #   - You have saved the document as UTF-8, NOT the default, ANSI
    
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: '3'
    
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'
    
    # The delay, in seconds, required between /home, /tp, etc.
    teleport-cooldown: 300
    
    # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 0
    
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 1000
    
    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 64
    
    # Whether or not to reclaim memory on player logout; this is technical, and should only be disabled under special circumstances.
    # This generally increases server stability unless very specific runtime configurations are used.
    reclaim-onlogout: true
    
    # Should primitive spawn protection be enabled?  For most servers, this should be flase; it is better to use a third-party plugin to protect it.
    spawn-protection: false
    
    # Nether settings (switch between worlds with "/world nether" and "/world normal")
    # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
    nether:
      enabled: false
      folder: nether
      portals-enabled: false
    
    # Mob limit on spawnmob
    spawnmob-limit: 1
    
    #Show other plugins commands in help
    non-ess-in-help: true;
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
      - '&3Welcome, &7{PLAYER}.'
      - '&3Type &7/help&3 for a list of commands.'
      - '&3Currently online: &7{PLAYERLIST}'
      - '&3If you would like more help, Please ask a &8"&7Admin&8".
      - '&4IMPORTANT!&3 The server is still under construction&7...
      - '&7...&3So you may get disconnected every now and again.
    
    # The server rules, available by typing /rules
    rules:
      - '&7Do not try and break any of these rules!'
      - '&7[&6Golden Rule&7] Do &4NOT &7Grief!
      - '&7[1] Do not get cocky!'
      - '&7[2] Do not try and spawn Banned items!'
      - '&7[3] Use common sense!'
      - '&7[4] Don''t ask for promotions!'
      - '&7[5] Helping a admin may get you ranked!'
      - '&7If there are any more rules you are thinking of&f...
      - '&f...&7Please tell a "Admin" and there may be a treat!
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
     - nick
    
    # Restricted commands will only be available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # These are here only if you want something simpler than Permissions.
    restricted-commands:
      - bigtree
      - plugin
      - time
      - top
      - tree
    
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
      tools:
        delay: 10
        items:
          - 277 1
          - 278 1
          - 279 1
     
    # EssentialsProtect settings requires EssentialsProtect.jar
    
    #Database settings
    
    #mysql or sqlite
    ep-datatype: 'sqlite'
    
    #database login details for mysql
    ep-username: 'root'
    ep-pasword: 'root'
    ep-mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
    
    #Protection settings
    ep-protectSigns: true
    ep-protectRails: true
    ep-protectBlockBelow: true
    ep-preventBlockOnRail: false
    
    # End Essentials Protect Settings
    
    # End of File
    Is there anything wrong?
    I have all the essentials Jar's
    Help PLEASE!
     
  4. Offline

    ddoolin

    Does it not return an error when you start the server?
     
  5. Offline

    Lookatmego

    Ive been using this for a while and lately the /ban just kicks you out of the game and dissconnects you and when doing /m or /mail it just errors saying ERROR 1 OR 2 and the template on how to use them...any help?!?!please!
     
  6. Offline

    Starrk

    Hello,

    I seem to have some trouble getting /sethome and /home to work. They worked back then but now they seem to just stop working, however the other plug-ins work fine. Anyone else experiencing this?
     
  7. Offline

    Krispy

    I don't know if this is me misconfiguring things, but it seems as though I essentials isn't honoring the configuration file for nether portals. I have it set as such:

    nether:
    enabled: false
    folder: nether
    portals-enabled: false

    But then admins can still enter nether portals to the nether realm. I presume this is because in Permissions, admins have access to all essentials activities. However, this is the ONE activity I don't want anyone to have access to (using nether portals).

    Am I doing something wrong?
     
  8. Offline

    GEN3RIC

    /modgrp is still horribly broken -- it crashes the server. How are you guys adding players to other Permissions groups without restarting the server? Permissions' /pr crashes the plugin itself so you go back to zero rights and it requires a restarting. Such a horrible time for servers that require build-rights. Who wants to restart the server everytime someone new comes around? lol
     
  9. Offline

    slicerblade

    I get an error when i try to use a kit.
    "That kit does not exist or is improperly defined."
    Help me thanks
    Code:
    # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
    # If you receive an error when Essentials loads, ensure that:
    #  - No tabs are present: YAML only allows spaces
    #  - Indents are correct: YAML heirarchy is based entirely on indentation
    #  - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
    #  - List items are prefixed with a hyphen and indented:
    #      lists:
    #        - look like this
    #      not:
    #      - like this
    #  - Text with symbols is enclosed in single or double quotation marks
    #  - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
    #  - You have saved the document as UTF-8, NOT the default, ANSI
    
    # This is your server's mcserverlist.net API key.  Register your server at mcserverlist.net if you haven't already.
    mcsl-key: ''
    
    # A color code between 0-9 or a-f. Set to 'none' to disable.
    ops-name-color: 'c'
    
    # The character(s) to prefix all nicknames, so that you know they are not true usernames.
    nickname-prefix: '~'
    
    # The delay, in seconds, required between /home, /tp, etc.
    teleport-cooldown: 0
    
    # The delay, in seconds, before a user actually teleports.  If the user moves or gets attacked in this timeframe, the teleport never occurs.
    teleport-delay: 0
    
    # The delay, in seconds, required between /heal attempts
    heal-cooldown: 60
    
    # The number of items given if the quantity parameter is left out in /item or /give.
    default-stack-size: 64
    
    # Whether or not to reclaim memory on player logout; this is technical, and should only be disabled under special circumstances.
    # This generally increases server stability unless very specific runtime configurations are used.
    reclaim-onlogout: true
    
    # Should primitive spawn protection be enabled?  For most servers, this should be flase; it is better to use a third-party plugin to protect it.
    spawn-protection: false
    
    # Nether settings (switch between worlds with "/world nether" and "/world normal")
    # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
    nether:
      enabled: false
      folder: nether
      portals-enabled: false
    
    # Mob limit on spawnmob
    spawnmob-limit: 10
    
    #Show other plugins commands in help
    non-ess-in-help: true;
    
    # The message of the day, displayed on connect and by typing /motd.
    motd:
      - '&cTHANK YOU'
    
    # The server rules, available by typing /rules
    rules:
      - '[1] Be respectful'
      - '[2] Be ethical'
      - '[3] Use common sense'
    
    # Disabled commands will be completelly unavailable on the server.
    disabled-commands:
    - nick
    
    # Restricted commands will only be available to ops.
    # These will have NO EFFECT if you have Permissions installed!
    # These are here only if you want something simpler than Permissions.
    restricted-commands:
      - bigtree
      - item
      - give
      - heal
      - plugin
      - time
      - top
      - tp
      - tphere
      - tree
    
    # Note: All items MUST be followed by a quantity!
    # Times are measured in seconds.
    kits:
      DWeapons:
        delay: 10
        items:
          - 276 1
          - 277 1
          - 278 1
          - 279 1
      DArmor:
        delay: 10
        items:
          - 310 1
          - 311 1
          - 312 1
          - 313 1
      IWeapons:
        delay: 10
        items:
          - 256 1
          - 257 1
          - 258 1
          - 267 1
      Chainmail:
        delay: 10
        items:
          - 302 1
          - 303 1
          - 304 1
          - 305 1
      IArmor:
        delay: 10
        items:
          - 306 1
          - 307 1
          - 308 1
          - 309 1
    # EssentialsProtect settings requires EssentialsProtect.jar
    
    #Database settings
    
    #mysql or sqlite
    ep-datatype: 'mysql'
    
    #database login details for mysql
    ep-username: 'root'
    ep-pasword: ''
    ep-mysqlDb: 'jdbc:mysql://localhost:3306/bukkit'
    
    #Specific protection settings
    ep-protectSigns: true
    ep-protectRails: true
    ep-protectBlockBelow: true
    ep-preventBlockOnRail: false
    
    #Server wide item protection
    # ep-alert-on-placement: true Not Implimented Yet
    # ep-alert-on-use: true Not Implimented Yet
    ep-blacklist-placement: 327,326,14,56,46,11,10,9,8
    ep-blacklist-usage: 327,326,325
    
    #Server wide general protection
    ep-prevent-lava-flow: false
    ep-prevent-water-flow: false
    ep-prevent-water-bucket-flow: false
    ep-prevent-fire-spread: false
    ep-prevent-lava-fire-spread: false
    ep-prevent-flint-fire: false
    #ep-prevent-tnt-explosion: false Not Implimented Yet
    #ep-prevent-creeper-explosion: false Not Implimented Yet
    
    # End Essentials Protect Settings
    
    # End of File
     
  10. Offline

    Gene Myers

    Please help. coming from CB 232 to CB 323

    I updated my bukkit build, i reloaded all essentials put all the .jars into my plugin directory.

    A config.yml will not generate. Other plugins work.? I will give FTP access if you would like please help as my server relies on this.

    [EDIT] let me rephrase this.. what i did was i deleted the essentials folder. along with the essentials .jar i was going to let it just do a clean install.

    There is absolutley no Essentials folder even being generated.

    I am not new to this, not saying im perfect at all but im 99.9% sure i did everything right :)
     
  11. Offline

    ddoolin

    I can get it to generate (after deleting and reinstalling it) but it absolutely will not let me edit the config file. Actually. I can't even delete the config file, or the Essentials folder! It's not my server host or anything -- Everything else works fine!
     
  12. Offline

    Gene Myers

    ive tried that method several times.. are you using cb#323?
     
  13. Offline

    ddoolin

    Yep. You are using the Release build right? Not like it seems to matter. Release isn't working here either...

    Reinstalling fixed it? What the hell!
     
  14. Offline

    Gene Myers

    Really?? I cant get it to work no matter what i do.. it wont generate nothing for me..
    [SERVER LOG]
    [INFO] Starting Minecraft server on 208.122.52.210:25565
    2011-02-13 22:09:24
    [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-405-gf77e79e-b323 (MC: 1.2_01)
    2011-02-13 22:09:24 [INFO] Preparing level "world"
    2011-02-13 22:09:24
    [INFO] Preparing start region
    2011-02-13 22:09:25 [INFO] Preparing spawn area: 52%
    2011-02-13 22:09:25
    [INFO] [iChat] version [1.5] (Maria Holic) loaded
    2011-02-13 22:09:25
    [INFO] [iStick] version [1.2] (Leaves) loaded
    2011-02-13 22:09:25
    [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-13 22:09:25
    [INFO] [WarpGate] version [1.4] (Polarized) loaded
    2011-02-13 22:09:25
    [INFO] WorldEdit 3.2.2 loaded.
    2011-02-13 22:09:25
    [INFO] WorldEdit: Permissions plugin detected! Using Permissions plugin for permissions.
    2011-02-13 22:09:25
    [INFO] Done! For help, type "help" or "?"
    2011-02-13 22:09:34
    [INFO] wikider [/24.151.97.180:59934] logged in with entity id 45
    2011-02-13 22:09:57
    [INFO] wikider issued server command: help
    FTP access anyone? I will donate $20 to your paypal if you can get this working for me.
     
  15. Offline

    GEN3RIC

    It doesn't look like you even have them in the plugins folder. They should screech and complain if they aren't compatible with your build (and they are, I've tested it with b323).
     
  16. Offline

    Gene Myers

    i know thats the oddest thing.. i completley agree with your comment..

    I do have them in there though, the ones that are loading

    istick
    world edit

    theyre all in the same folder /plugins do u have FTP? ill even show u
    --- merged: Feb 14, 2011 6:35 AM ---
    Whats even weirde.. I loaded craftbukkit build 166.. just to test

    It generated all the nessecary files. on 166 although its broken they still generated with 166

    but wont work on 323
     
  17. Offline

    GEN3RIC

    Try removing those other plugins. Try HotSwap which lets you view and load/enable/disable plugins on the fly. Just a good idea to start eliminating variables.
     
  18. Offline

    sinergistic

    I'm using craftbukkit b325 (EDIT: 235 was meant to be 325) with essentials b191 and I can't spot any immediate issues. All my favorite commands work (/home, /sethome, /spawn, /setspawn, /jump, /time day-night, /item 1, /getpos, etc etc etc). I don't use the more (seemingly) esoteric commands so I can't comment on them, but the truly essential stuff (imo) works.
     
  19. Offline

    chill1977

    /modgrp and /mod crashing the server is an issue with some other plugins, it is not Essentials. All of your problems can easily be fixed if you will come to chat. I am now online and will be for the next few hours to help with all of these issues. Thank you for using Essentials.
     
  20. Offline

    GEN3RIC

    I'd like to confirm that the issue behind /modgrp stopping your server is from the plugin vStopFire. If you're running that, try it without and it should work. There may be others, but I have a long list of plugins that are completely compatible with it (tested from build 320 to 325).
     
  21. Offline

    Lewis

    Hi!

    I am using the recommended Essentials.zip, all the JAR's basically. However the EssentialsWarp file isn't be read and producing the warps for me. I had to revert back to the old style and have Warps in the Essentials folder. Same with /home.

    Any reason behind this?
     
  22. Offline

    chill1977

    That would depend on a lot. The warps are read from the Essentials folder if you are using and old warps.txt, if not then when a warp is created an EssentialsWarp folder is created and a warp file is made in there.

    Homes are stored in the Essentials folder as users.txt.
     
  23. Offline

    KrisEike

    --- merged: Feb 14, 2011 11:32 AM ---
    What do i write in permissions to let players use /playerlist and /who ?? I've tried 'essentials.playerlist' and it won't work..​

    Kris​
     
  24. Offline

    cloudafloat

    I have..
    Code:
    nether:
      enabled: false
      folder: nether
      portals-enabled: false
    
    ..in my config yet essentials nether portals are still taking precedence over mulitiverse preventing portals to other worlds.
     
  25. Offline

    xPaw

    I get this error:

    HTML:
    14.02.2011 12:33:11 org.bukkit.plugin.SimplePluginManager callEvent
    SCHWERWIEGEND: Could not pass event PLAYER_JOIN to Essentials
    java.lang.NullPointerException
            at com.earth2me.essentials.Essentials.getLines(Essentials.java:537)
            at com.earth2me.essentials.Essentials.getMotd(Essentials.java:531)
            at com.earth2me.essentials.EssentialsPlayerListener.onPlayerJoin(EssentialsPlayerListener.java:161)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:124)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:214)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:88)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:86)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:317)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    
     
  26. Offline

    KrisEike

     
  27. Offline

    KiloWhiskey

    essentials.list
     
  28. Offline

    KrisEike

    Thanks!!! =D

    My players will get happy now =)

    Kris
     
  29. Offline

    KiloWhiskey

    @ementalo / @Zenexer Ok, a couple more requests. I don't want to give everyone "/world" permissions, so can you make it so setting a portal in the nether points it at whatever world is at "/world normal" please? Also, when I setup a portal in the normal world it took me to the spawn location for my normal world, but in the nether...which was over lava. I have a spawn point set in the nether so if you could make the portals point there it would be great. Also, when I go to "/world nether" I land at the spawn point I set while I was there...this is great since I have a shelter in place there, but when I "/world normal" it puts me in the area of my normal world spawn, but not on the exact location. Almost as if I died under the old system and it just puts you in the general area. Seems like a "/setspawn <worldname>" might help clear up the locations. Last thing, I messaged you a while back about global announcements for /afk. You said it wouldn't be much trouble but I'm assuming you forgot about it after that. Thanks.

    Edit: New problem (or maybe you 'fixed' it) now when I do "/spawn" in the nether it takes me to the spawn in the normal world. And if I set spawn while in the nether, that becomes the /spawn for all worlds. Have to say I liked it better when each world had their own.
     
  30. Offline

    xZise

    Hello, is it possible to get the time via the console? Something like this:
    Code:
    time
    The time is: 08:24
    Fabian
     
  31. Offline

    NikkyyyHD

    Code:
    SEVERE: Could not load plugins\Essentials.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:79)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.
    java:117)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager
    .java:82)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:171)
            at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:158)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:110)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:77)
            ... 8 more
    Caused by: while scanning an anchor
     in "<reader>", line 59, column 6:
          - '&4IMPORTANT!&3 The server is sti ...
             ^
    expected alphabetic or numeric character, but found !(33)
     in "<reader>", line 59, column 17:
          - '&4IMPORTANT!&3 The server is still under co ...
                        ^
    
            at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:11
    64)
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:7
    94)
            at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:317)
            at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(
    ParserImpl.java:508)
            at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
            at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
            at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.jav
    a:203)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
            at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
            at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
            at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
            at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
    
            at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
            at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
            at org.bukkit.util.config.Configuration.load(Configuration.java:73)
            at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:46)
            at com.earth2me.essentials.Essentials.<init>(Essentials.java:43)
            ... 13 more
    2011-02-14 15:59:36 [INFO] [Guardian] version [1.3] (Leggings) loaded
    2011-02-14 15:59:36 [INFO] [iChat] version [1.5] (Maria Holic) loaded
    2011-02-14 15:59:36 [INFO] [Permissions] version [2.0] (Handler) loaded
    2011-02-14 15:59:36 [INFO] WorldEdit 3.0 loaded.
    2011-02-14 15:59:36 [INFO] WorldEdit: Permissions plugin detected! Using Permiss
    ions plugin for permissions.
    2011-02-14 15:59:36 [INFO] Loaded EssentialsBan build 191 by Zenexer, ementalo,
    Eris, and EggRoll
    2011-02-14 15:59:36 [INFO] Loaded EssentialsHelp build 191 by Zenexer, ementalo,
     Eris, and EggRoll
    2011-02-14 15:59:36 [INFO] Loaded EssentialsHome build 191 by Zenexer, ementalo,
     Eris, and Brettflan
    2011-02-14 15:59:36 [INFO] Loaded EssentialsSpawn build 191 by Zenexer, ementalo
    , Eris, and Brettflan
    2011-02-14 15:59:36 [INFO] Loaded EssentialsTele build 191 by Zenexer, ementalo,
     Eris, and Brettflan
    2011-02-14 15:59:36 [INFO] Loaded EssentialsWarp build 191 by Zenexer, ementalo,
     Eris, and Brettflan
    2011-02-14 15:59:36 [INFO] WorldEdit: Permissions plugin detected! Using Permiss
    ions plugin for permissions.
    WarnFreeze by Queepo, version 0.5 is enabled!
    2011-02-14 15:59:36 [INFO] Done! For help, type "help" or "?"
    Why do i get this error?
     
Thread Status:
Not open for further replies.

Share This Page