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

    Jdbye

    How do I set the global spawn point in the latest Essentials? I can set the group spawn points, yet every time I do /spawn, I end up at the global spawn point. I want to move the spawn point because people decided it was a good idea to build literally 2 blocks away from it (I had the spawn protection turned off since I found it better to zone the spawn, but there was nothing worth zoning so I never ended up zoning it), and now that I reenabled the spawn protection, some unlucky fellow is unable to open his front door until I move either his house or the spawn point, I'd rather do the latter anyway since I made a new signboard with important information elsewhere that I want people to see when they log in.



    This sounds like the same issue I'm having. I guess /spawn is just broken... However I'm on b234, so I'll try the latest b238 now.

    Edit: Works on b238, but when I logged in initially after updating it spawned me at +1, +1, 70 and killed me :(
     
  3. Offline

    Runelynx

    What is the permission node for /heal ??

    My admins with * can /heal... but my mods with essentials.heal can't.

    Please help :(
     
  4. Offline

    Jdbye

    Are you using WorldGuard? I believe it has it's own /heal and /god (so I didn't use EssentialsGod.jar)
     
  5. Offline

    Master_Queef

    I have a request: When you teleport/warp, have the world render under your feet first, not around you. I have to disconnect + reconnect everytime I teleport/warp.

    BTW, great plugin, thank you good sir.
     
  6. Offline

    Taylor179

    Code:
    [SEVERE] Could not load plugins/Essentials.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java: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: while scanning for the next token
    found character     '\t' that cannot start any token
     in "<reader>", line 205, column 1:
    
        ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:360)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:183)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
        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.composeMappingNode(Composer.java:228)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        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.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        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:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.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.initialize(JavaPlugin.java:155)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:78)
        ... 8 more
    help please :(
    my plugins are chicken bombs, essentials, essentialsspawn iConomy RealShop Permissions essentialshelp essentialsban paintswitch and mcMMO
     
  7. Offline

    GregRUS

    Check your config file for syntax errors (or spaces).. seems thats the problem...
     
  8. Offline

    Jdbye

    That used to be how it worked, but after the world format changed in 1.3, it starts loading from one corner and goes to the opposite, making it take forever to load stuff near you.
    Completely agree though, they should make it the way it was, when I want to go home to get stuff from my chests, I have to wait for ages for them to load.
     
  9. Offline

    Taylor179

    GreRus, Thank you soo much. I just deleted the Essentials folder, it recreated it and averything is fine and dandy :)
     
  10. Offline

    tremor

    I'm on B238 have this problem as well, many ppl on spawn death loops.. it is not so good..

    Additionally /ban appears to be doing pretty much nothing at all to players.. they can easily log back in.
     
  11. Offline

    RTRD

    @Zenexer I get this error when i start my server:
    Code:
    2011-02-26 23:53:54 [SEVERE] Could not load plugins\EssentialsGroupManager.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:65)
    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.util.zip.ZipException: invalid END header (bad central directory offset)
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:52)
    ... 8 more
    And i get this error when i write in chat:
    Code:
    2011-02-27 00:08:58 [SEVERE] java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
    2011-02-27 00:08:58 [SEVERE] at com.earth2me.essentials.chat.EssentialsChatWorker.updateDisplayName(EssentialsChatWorker.java:33)
    2011-02-27 00:08:58 [SEVERE] at com.earth2me.essentials.chat.EssentialsChatWorker.onPlayerChat(EssentialsChatWorker.java:49)
    2011-02-27 00:08:58 [SEVERE] at com.earth2me.essentials.chat.EssentialsChatPlayerListener.onPlayerChat(EssentialsChatPlayerListener.java:57)
    2011-02-27 00:08:58 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:155)
    2011-02-27 00:08:58 [SEVERE] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    2011-02-27 00:08:58 [SEVERE] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:618)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:606)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.NetworkManager.a(SourceFile:230)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    2011-02-27 00:08:58 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-27 00:08:58 [INFO] <RTRD> hei
     
  12. Offline

    Toasty

    /tjail command doesn't work with Essentials build 233 and bukkit 450. Says command is improperly loaded.

    Code:
    15:39:25 [SEVERE] java.lang.ClassNotFoundException: com.earth2me.essentials.ban.Commandtogglejail
    15:39:25 [SEVERE]     at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
    15:39:25 [SEVERE]     at java.security.AccessController.doPrivileged(Native Method)
    15:39:25 [SEVERE]     at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    15:39:25 [SEVERE]     at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:30)
    15:39:25 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    15:39:25 [SEVERE]     at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    15:39:25 [SEVERE]     at com.earth2me.essentials.ban.EssentialsBanWorker.onCommand(EssentialsBanWorker.java:26)
    15:39:25 [SEVERE]     at com.earth2me.essentials.ban.EssentialsBan.onCommand(EssentialsBan.java:49)
    15:39:25 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:19)
    15:39:25 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
    15:39:25 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:177)
    15:39:25 [SEVERE]     at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:649)
    15:39:25 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:612)
    15:39:25 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:606)
    15:39:25 [SEVERE]     at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    15:39:25 [SEVERE]     at net.minecraft.server.NetworkManager.a(SourceFile:230)
    15:39:25 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    15:39:25 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    15:39:25 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
    15:39:25 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
    15:39:25 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
     
  13. Offline

    CoZmicShReddeR

    I must have done something wrong before minecraft went down everyone had godmode was this a build issue?
     
  14. Offline

    Stmeter

    I know, it's very weird and it makes no sense. I just tried it on a fresh server with nothing on it. /help returns the help for Essentials and the commands work. Is it possible that it somehow infected my client?

    For the record, I know how crazy this sounds but it makes no sense whatsoever.
     
  15. Offline

    MidniiTe

    Sorry if I have neglected to read the above, and if there are problems with .tele I understand, but when me and my adminds/moderators/ops use /tp <name> <name> it says "<your name> teleported you to <your name>" and nothing happens. Any help is appreciated =)
     
  16. Offline

    SpaceManiac

    Just thought I'd mention that it's cool to see my NetherPortal code is good enough that someone else would want to use it!
     
  17. these guys are fags the new update dont work with permissions it says that they have become in favour of group manager
     
  18. Offline

    Deef

    I have a annoying problem. My moderators have access to /tp and /item (etc) in my permissions config, but when they try to use them they're denied access. I've determined that this only happens with certain essentials commands, specifically administration or "cheat" ones, and that it only affects those not listed under ops.txt.

    Can anyone give a clue as to how I can fix this?
     
  19. Offline

    Soul Reaper

    Why remove the long term link?
     
  20. Offline

    nicholas_c

    Hey guys, Great work (y) Lovin' it. Some questions though as I'm a little lost.

    My server isn't a big one. Its for me and 2 mates (server can handle a lot more but we don't want it too) and we want commands like "/kit [name]" etc however being the admin i want them (and myself) to work for their resources etc and don't want them to use "/give [name][id][number]" etc. Therefor they are not opped on the server. However that then means they can't use most commands (well, to be fair all i have been able to test is /kit etc i need them to come online)

    Any tips on how they can have useful commands yet not cheat outright? (the kit i edited to iron pick, some pork and a bed)
     
  21. Offline

    ddoolin

    Funny, they're actually some of the hardest working authors on the site.

    Hurr. GroupManager > Permissions, even though it utilizes the same system.
     
  22. Offline

    tremor

    List of not working things Essentials.. Build 228 CB 449 - all I Run is Essentials, Worledit and WorldGuard...

    /ban - kicks players off server, says they've been banned.. but they can log right back in.
    /spawn - sets people way too damn high, drops them... kills them.. over and over and over.
    /tjail - needs to ignore the teleport cooldown and the teleport delay times ya think? /tjail player - all they need to do is move to cancel if you use delays.
    groupmanager - the list is long
    teleporting in general - spammage of cooldown message when trying to teleport really really amount

    1. once installed do we delete our permisions directory?
    2. do we need to install the actual groupmanager plugin or is the packaged one ok?
    3. how do I edit the physical file and get the changes in permissions to load - they just overwrite all the time.. or does everything now have to be done in-game? if so that blows.. because as server admin i am hardly ever actally playing in my game.
    4. can this backup file get erased after they are a day or 2 old?
    5. spawn points are resetting to 0 x 0 for all groups after a server shutdown.
    Also, on your webpage where latest build is listed is just some wierd looking symbols and a dead link.
     
  23. Offline

    Bigglesworth

    Hey im getting this error in the server feed when I start my server. running CB 449. I have been having so much trouble with this..
    Code:
    2011-02-26 13:06:55 [SEVERE] Could not load plugins\Essentials.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:85)
    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:55)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: while parsing a block mapping
    in "<reader>", line 195, column 3:
    datatype: 'sqlite'
    ^
    expected <block end>, but found BlockMappingStart
    in "<reader>", line 209, column 5:
    on-placement: 10,11,46
    ^ 
     
  24. Offline

    jor956

    Hi, this is just a little problem with the /spawn command, it doesn't work and gives this error:
    Code:
    2011-02-27 17:27:54 [SEVERE] java.lang.NullPointerException
    2011-02-27 17:27:54 [SEVERE]    at com.earth2me.essentials.spawn.EssentialsSpawn
    Worker.onCommand(EssentialsSpawnWorker.java:20)
    2011-02-27 17:27:54 [SEVERE]    at com.earth2me.essentials.spawn.EssentialsSpawn
    .onCommand(EssentialsSpawn.java:44)
    2011-02-27 17:27:54 [SEVERE]    at org.bukkit.command.PluginCommand.execute(Plug
    inCommand.java:19)
    2011-02-27 17:27:54 [SEVERE]    at org.bukkit.command.SimpleCommandMap.dispatch(
    SimpleCommandMap.java:77)
    2011-02-27 17:27:54 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.dispatchCo
    mmand(CraftServer.java:173)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.NetServerHandler.c(NetSe
    rverHandler.java:633)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.NetServerHandler.chat(Ne
    tServerHandler.java:596)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetSe
    rverHandler.java:590)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.Packet3Chat.a(SourceFile
    :24)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.NetworkManager.a(SourceF
    ile:230)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetSe
    rverHandler.java:70)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(So
    urceFile:100)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.MinecraftServer.h(Minecr
    aftServer.java:338)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:253)
    2011-02-27 17:27:54 [SEVERE]    at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    --- merged: Feb 27, 2011 7:52 AM ---
    O
    Ok, to add to the list: /spawn, /tp, /give and /warp all do not work. Please help, because this is a really big problem.
    --- merged: Feb 27, 2011 8:06 AM ---
    now I'm getting this at login
    Code:
    2011-02-27 18:05:06 [SEVERE] Could not pass event PLAYER_LOGIN to EssentialsServ
    erlist
    java.lang.NullPointerException
            at net.mcserverlist.bukkit.McslPlayerListener.onPlayerLogin(McslPlayerLi
    stener.java:76)
            at org.bukkit.plugin.java.JavaPluginLoader$11.execute(JavaPluginLoader.j
    ava:180)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:142)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:76)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-02-27 18:05:06 [INFO] DJMachette [/60.224.208.49:51485] logged in with enti
    ty id 106
    2011-02-27 18:05:06 [SEVERE] Could not pass event PLAYER_JOIN to EssentialsSpawn
    
    java.lang.NullPointerException
            at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerJ
    oin(EssentialsSpawnPlayerListener.java:25)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:130)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:97)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:27)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  25. Offline

    Sc1234freak

    Problem found with CB 447, everyone remains in god mode, no one is able to die.
     
  26. Offline

    jor956

    Also I have this problem:
    Code:
    2011-02-27 18:24:42 [SEVERE] Could not load plugins\Essentials.jar in plugins: n
    ull
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:85)
            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:58)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: while parsing a block collection
     in "<reader>", line 62, column 3:
          - '[1] Don't grief or block-spam'
          ^
    expected <block end>, but found Scalar
     in "<reader>", line 62, column 14:
          - '[1] Don't grief or block-spam'
                     ^
    
            at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(
    ParserImpl.java:520)
            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.initialize(JavaPlugin.java:178)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.j
    ava:83)
    What is wrong? Please help this as stuffed up my server...
     
  27. Offline

    sharkh20

    Setspawn just isnt working right for me. When I type /spawn it takes me to the correct spawn. If I die, it spawns me way up in the air somewhere and I fall to my death.
     
  28. Offline

    bogboom


    Take out the apostrophe, it's messing up the yml syntax.

    aused by: while parsing a block collection
    in "<reader>", line 62, column 3:
    - '[1] Don't grief or block-spam'
    ^
    expected <block end>, but found Scalar
    in "<reader>", line 62, column 14:
    - '[1] Don't grief or block-spam'
     
  29. Offline

    jor956

    Thank you so much! I had no idea what to do.
    --- merged: Feb 27, 2011 9:33 AM ---
    Everbody please ignore my previous comments, the problem has been fixed
     
  30. Offline

    skent98

    Hi everyone how do you download this
     
  31. Offline

    vekoma

    Hey,
    I got a problem with the use of "TooManyItems" and Essentials v225 on my server. The /give [player] [id] [amount] command works perfectly for me. But if I want to spawn something via TooManyItems I have to relog on my server to make it appear in my inventory. Looking in my server logs, I noticed that TooManyItems uses the /give [player] [id] [amount] command.
    It worked without Essentials so I assume that there's the problem.

    Any ideas?

    Craftbukkit #453
    Essentials (core)
    EssentialsBan
    EssentialsChat
    EssentialsHelp
    EssentialsHome
    EssentialsProtect
    EssentialsSpawn
    EssentialsTele
     
Thread Status:
Not open for further replies.

Share This Page