[GEN/SEC/ECON/TP/ADMN] Essentials - A collection of useful commands

Discussion in 'Archived: Plugin Releases' started by EssentialsTeam, Apr 30, 2011.

  1. Offline

    Dogmanl4d2

    Hi, Having trouble with my server and the regular default users placing and destroying blocks in spaces they should be able to, I tried that thing with saying that you could on the config files, but it wasn't letting my default users place or destroy blocks, but my OPs can, please respond to this, THANKS!!
     
  2. Offline

    Strahan

    I'm having spawn issues.. I went to a specific place I wanted people to spawn and did /setspawn, yet when new players join it puts them randomly within a certain range of the spawn point I chose.

    How can I force it to the exact point I want? Thanks!
     
  3. Offline

    Xerangelo

    I have a problem with the group manager. I can add all kinds of Essentials commands to my Builder classes or per person. But when I want to give them the bukkit command to change their game mode, it just won't work on the server.

    I just put this:

    - Bukkit.command.gamemode
    command beneath permissions in the globalgroups.yml, groups.yml or even per person with users.yml
    I even tried to make a separate bukkit permission for the builder with g:bukkit_builder and then put it in inheritance with groups.yml

    It just won't work when they type
    /gamemode <playername> <0/1>

    any help is appreciated.
     
  4. Offline

    MarcJ

    Is the "Essentials.*" still working?
     
  5. Offline

    iNubb

    what is the command to give permission to read /rules? i use pex
     
  6. Offline

    BronzeByte

    How can the development build be lower than the release build.
    You have to develop/make something first before you can release it lol.
     
  7. Offline

    King_KYl3

    Its weird users on my server with node essentials.heal can't heal them self's says You Do Not Have Access To This Command. Please Tell me how i can fix this problem i have the node and all thanks.
     
  8. Offline

    HyperSkiLLz

    Hey there, I was just playing on my server,but I belive Ive had this error before, I'm not sure if it's from essentials or not.PLEASE HELP

    174 recipes
    27 achievements
    16:07:49 [INFO] Starting minecraft server version 1.0.1
    16:07:49 [INFO] Loading properties
    16:07:49 [INFO] Starting Minecraft server on 5.70.8.151:25565
    16:07:49 [INFO] This server is running Craftbukkit version git-Bukkit-1.0.1-R1-b
    1597jnks (MC: 1.0.1) (Implementing API version 1.0.1-R1)
    16:07:49 [INFO] MLog clients using java 1.4+ standard logging.
    16:07:49 [INFO] Preparing level "world"
    16:07:49 [INFO] Default game type: 0
    16:07:50 [INFO] Preparing start region for level 0 (Seed: -7283225462843622849)
    16:07:51 [INFO] Preparing spawn area: 97%
    16:07:51 [INFO] Preparing start region for level 1 (Seed: -4639028664095985154)
    16:07:51 [INFO] Preparing start region for level 2 (Seed: -4639028664095985154)
    16:07:52 [INFO] Preparing spawn area: 12%
    16:07:52 [INFO] AntiCreeper v2.0 - by Rothens
    16:07:52 [INFO] Anticreeper v2.0 - STARTED
    16:07:52 [INFO] File not found: plugins\Essentials\jail.yml
    16:07:52 [INFO] Loaded Essentials build 2.7.2 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    16:07:52 [INFO] Essentials: Using config based permissions. Enable superperms in
    config.
    16:07:52 [INFO] Loaded EssentialsChat build 2.7.2 by: essentials team
    16:07:52 [SEVERE] Error occurred while enabling GroupManager v1.7 (Phoenix) (Is
    it up to date?): The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\world\groups.yml
    java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
    plugins\GroupManager\worlds\world\groups.yml
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(Worl
    dDataHolder.java:603)
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataH
    older.java:571)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(W
    orldsHolder.java:460)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorl
    dLoading(WorldsHolder.java:75)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad
    (WorldsHolder.java:66)
    at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(Worl
    dsHolder.java:58)
    at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:13
    1)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:968)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: while scanning a simple key
    in "<reader>", line 63, column 5:
    essentials.time
    ^
    could not found expected ':'
    in "<reader>", line 64, column 5:
    essemtials.weather
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(Scanne
    rImpl.java:398)
    at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.jav
    a:229)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:17
    8)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(P
    arserImpl.java:591)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:133)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :237)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    3)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:121)
    at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(Worl
    dDataHolder.java:598)
    ... 16 more
    16:07:52 [INFO] Essentials: Using GroupManager based permissions.
    16:07:53 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    16:07:53 [INFO] Loaded EssentialsProtect build 2.7.2 by: essentials team
    16:07:53 [INFO] Loaded EssentialsSpawn build 2.7.2 by: essentials team
    16:07:53 [INFO] File not found: plugins\Essentials\spawn.yml
    16:07:53 [INFO] [FalconPunch] Permission system not detected. Attempting to use
    server permissions and defaulting to OP...
    16:07:53 [INFO] [FalconPunch] Version 0.1 is enabled!
    16:07:53 [INFO] Lockette version 1.4.4 is being enabled! Yay! (Core version 1.
    2.3)
    16:07:53 [INFO] Lockette: Detected craftbukkit build [1597] ok.
    16:07:53 [INFO] Lockette: Linked to GroupManager plugin version 1.7 (Phoenix)
    16:07:53 [INFO] Lockette: Using ops file for admin permissions.
    16:07:53 [INFO] Lockette: Ready to protect your containers.
    16:07:53 [INFO] SkillManager - Enabled
    16:07:53 [SEVERE] java.lang.NullPointerException
    16:07:53 [SEVERE] at sun.misc.FloatingDecimal.readJavaFormatString(Unknown
    Source)
    16:07:53 [SEVERE] at java.lang.Double.parseDouble(Unknown Source)
    16:07:53 [SEVERE] at nl.lolmen.Skillz.Skillz.loadSkillz(Skillz.java:170)
    16:07:53 [SEVERE] at nl.lolmen.Skillz.Skillz.onEnable(Skillz.java:137)
    16:07:53 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:188)
    16:07:53 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:968)
    16:07:53 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:280)
    16:07:53 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:186)
    16:07:53 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:169)
    16:07:53 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServe
    r.java:348)
    16:07:53 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:335)
    16:07:53 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    16:07:53 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    16:07:53 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    16:07:53 [INFO] [Skillz] Vault not found. Money reward -> 0
    16:07:53 [INFO] [Skillz] Loaded HighScore unarmed, scout_alien, 3!
    16:07:53 [INFO] [Skillz] Loaded HighScore acrobatics, scout_alien, 11!
    16:07:53 [INFO] [Skillz] Loaded HighScore swimming, scout_alien, 2!
    16:07:53 [INFO] [Skillz] Loaded HighScore digging, HyperSkiLLz, 6!
    16:07:53 [INFO] [Skillz] Loaded HighScore axes, AdeptJR, 2!
    16:07:53 [INFO] [Skillz] Loaded HighScore mining, HyperSkiLLz, 10!
    16:07:53 [INFO] [Skillz] Loaded HighScore woodcutting, HyperSkiLLz, 5!
    16:07:53 [INFO] [Skillz] Loaded HighScore archery, AdeptJR, 4!
    16:07:53 [INFO] [Skillz] Loaded HighScore swords, HyperSkiLLz, 7!
    16:07:53 [INFO] [Skillz] - V5.4 Enabled!
    16:07:53 [INFO] [Skillz] Now listening on port 3357!
    16:07:53 [INFO] WorldEdit 5.0 enabled.
    16:07:53 [INFO] WEPIF: Using the Bukkit Permissions API.
    16:07:53 [INFO] WEPIF: Using the Bukkit Permissions API.
    16:07:53 [INFO] WEPIF: Using the Bukkit Permissions API.
    16:07:53 [INFO] WorldGuard: (world) Single session is enforced.
    16:07:53 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    16:07:53 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    16:07:53 [INFO] WorldGuard: (world) Lava fire is blocked.
    16:07:53 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    16:07:53 [INFO] WorldGuard: Loaded configuration for world 'world"
    16:07:53 [INFO] WorldGuard: (world_nether) Single session is enforced.
    16:07:53 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    16:07:53 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    16:07:53 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    16:07:53 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    16:07:53 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    16:07:53 [INFO] WorldGuard: (world_the_end) Single session is enforced.
    16:07:53 [INFO] WorldGuard: (world_the_end) TNT ignition is PERMITTED.
    16:07:53 [INFO] WorldGuard: (world_the_end) Lighters are PERMITTED.
    16:07:53 [INFO] WorldGuard: (world_the_end) Lava fire is blocked.
    16:07:53 [INFO] WorldGuard: (world_the_end) Fire spread is UNRESTRICTED.
    16:07:53 [INFO] WorldGuard: Loaded configuration for world 'world_the_end"
    16:07:53 [INFO] WorldGuard: 14 regions loaded for 'world'
    16:07:53 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    16:07:53 [INFO] WorldGuard: 0 regions loaded for 'world_the_end'
    16:07:53 [INFO] WorldGuard 5.4 enabled.
    16:07:53 [INFO] [ChestShop] Lockette version 1.4.4 loaded.
    16:07:53 [INFO] [ChestShop] WorldGuard version 5.4 loaded.
    16:07:53 [INFO] [ChestShop] version 3.29 initialized!
    16:07:53 [INFO] [ChestShop] Essentials 2.2 loaded.
    16:07:53 [INFO] Server permissions file permissions.yml is empty, ignoring it
    16:07:53 [INFO] Done (0.396s)! For help, type "help" or "?"
    >
     
  9. Offline

    marti.2001

    I have an error when I try to spawn a mob with the command /spawnmob or [Spawnmob] on a sign.In the console it`s normal (PLAYER_COMMAND marti2001: /spawnmob pig 2) but in the chat is:"Error: Unable to spawn mob".
    I have all permissions (- '*)'.Please help me!
     
  10. Offline

    Iaccidentally

    ensure you are not in a protected area that has mob spawning disabled.

    @HyperSkiLLz you have a YAML error in your plugins\GroupManager\worlds\world\groups.yml
    run the file through a yaml checker.

    all current dev work is going into the 3.0 branch. dev build 2.7.194 is the same build as 2.7.2

    the node is essentials.rules

    yes, it is.

    both bukkit and essentials have a gamemode command. to use the essentials gamemode command, you need the essentials.gamemode permission.

    this is because the /give command supports enchantments, and TMI uses the command, but isnt configured properly to use it by default. You can change this in the TMI config in your .minecraft folder. removing the {3} *SHOULD* fix it, but I cannot say fer certain

    1) depending on your permissions plugin, they need to be in a group that can build.
    2) a protection plugin could be stopping them from building
     
  11. Offline

    xShiFTyy

    <font color="rgb(0, 0, 0)">I Am Making A TXT File With EVERY Essentials Command In It Because I Know How Long It Takes To Add Every Single Essentials Command In.
    </font>
    <font color="rgb(0, 0, 0)">I Will Try To Keep This Up To Date With Every Essentials Update.
    </font>
    <font color="rgb(0, 0, 0)">I Will Also Include A Suggested Part In The TXT Making It EVEN EASYER To Make A Permissions File All You Will Have To Do To It Is Copy The Permissions And Paste Them In Your Permissions File (PermissionsEX)
    </font>
    <font color="rgb(0, 0, 0)">The DOWNLOAD Link Will Be Right Here:
    </font>
    <font color="rgb(0, 0, 0)"><font color="rgb(255, 0, 0)">----[</font> <Edit by Moderator: Redacted mediafire url>
    </font>
    <font color="rgb(0, 255, 0)">Thank You And Have A Happy Holiday!
    </font>
     
    Last edited by a moderator: Dec 14, 2016
  12. Offline

    jamesst20

    Thanks trying it now :)
     
  13. Offline

    Chinwe

    Big problem: if people warp to a warp removed long ago (called newspawn), or mistype a command, the whole server restarts?
     
  14. 21:13:38 [SEVERE] Error occurred while enabling EssentialsSpawn v2.4.2 (Is it up
    to date?): com.earth2me.essentials.Essentials.getStatic()Lcom/earth2me/essentia
    ls/IEssentials;
    java.lang.NoSuchMethodError: com.earth2me.essentials.Essentials.getStatic()Lcom/
    earth2me/essentials/IEssentials;
    at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpaw
    n.java:29)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159
    )
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    I get this every time I add in EssentialsSpawn.jar to my plugins folder
    I have Essentials.jar, No other extras from essentials
     
  15. Offline

    2Bucks

    Call me a noob but I can't disable the [world] bracket in front of each person's message.

    default: '&a {DISPLAYNAME}:&f {MESSAGE}'

    I have it configured so that it shouldn't show the [world]. Any ideas?
     
  16. Offline

    Plumeex

    Is there a list of all tags ? (Like {PLAYER}, {VERSION}, etc)
     
  17. Offline

    King_KYl3

    Its weird users on my server with node essentials.heal can't heal them self's says You Do Not Have Access To This Command. Please Tell me how i can fix this problem i have the node and all thanks
     
  18. Offline

    Pomme72

    /ignore [player] isn't working, I'm still seeing the player talking after typing this command... Please help.
     
  19. Offline

    HyperSkiLLz

    OMG! It worked! Thanks so much! but now im getting this :'(

    ceFile:457)
    10:33:00 [SEVERE] java.io.IOException: Not in GZIP format
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:00 [SEVERE] at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    10:33:00 [SEVERE] at net.minecraft.server.WorldLoader.b(SourceFile:63)
    10:33:00 [SEVERE] at net.minecraft.server.WorldLoaderServer.isConvertable(
    SourceFile:94)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:199)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    10:33:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    10:33:00 [INFO] Default game type: 0
    10:33:00 [SEVERE] java.io.IOException: Not in GZIP format
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:00 [SEVERE] at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    10:33:00 [SEVERE] at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:101)
    10:33:00 [SEVERE] at net.minecraft.server.World.<init>(World.java:157)
    10:33:00 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:242)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    10:33:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    10:33:00 [SEVERE] java.io.IOException: Not in GZIP format
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:00 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:00 [SEVERE] at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    10:33:00 [SEVERE] at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:112)
    10:33:00 [SEVERE] at net.minecraft.server.World.<init>(World.java:157)
    10:33:00 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:242)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    10:33:00 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    10:33:00 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    10:33:01 [SEVERE] java.io.IOException: Not in GZIP format
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:01 [SEVERE] at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    10:33:01 [SEVERE] at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:101)
    10:33:01 [SEVERE] at net.minecraft.server.World.<init>(World.java:157)
    10:33:01 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    10:33:01 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:272)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    10:33:01 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    10:33:01 [SEVERE] java.io.IOException: Not in GZIP format
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:01 [SEVERE] at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    10:33:01 [SEVERE] at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:112)
    10:33:01 [SEVERE] at net.minecraft.server.World.<init>(World.java:157)
    10:33:01 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    10:33:01 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:272)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    10:33:01 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    10:33:01 [INFO] Unable to find spawn biome
    10:33:01 [SEVERE] java.io.IOException: Not in GZIP format
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:01 [SEVERE] at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    10:33:01 [SEVERE] at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:101)
    10:33:01 [SEVERE] at net.minecraft.server.World.<init>(World.java:157)
    10:33:01 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    10:33:01 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:272)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    10:33:01 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    10:33:01 [SEVERE] java.io.IOException: Not in GZIP format
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.readHeader(Unknown Sour
    ce)
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:01 [SEVERE] at java.util.zip.GZIPInputStream.<init>(Unknown Source)
    10:33:01 [SEVERE] at net.minecraft.server.NBTCompressedStreamTools.a(Sourc
    eFile:9)
    10:33:01 [SEVERE] at net.minecraft.server.WorldNBTStorage.getWorldData(Wor
    ldNBTStorage.java:112)
    10:33:01 [SEVERE] at net.minecraft.server.World.<init>(World.java:157)
    10:33:01 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.j
    ava:27)
    10:33:01 [SEVERE] at net.minecraft.server.SecondaryWorldServer.<init>(Seco
    ndaryWorldServer.java:8)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:272)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    10:33:01 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    10:33:01 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    10:33:01 [INFO] Unable to find spawn biome
    10:33:01 [INFO] Preparing start region for level 0 (Seed: 3126910334495055507)
    10:33:02 [INFO] Preparing spawn area: 32%
    10:33:03 [INFO] Preparing spawn area: 48%
    10:33:04 [INFO] Preparing spawn area: 65%
    10:33:05 [INFO] Preparing spawn area: 81%
    10:33:06 [INFO] Preparing spawn area: 97%
    10:33:06 [INFO] Preparing start region for level 1 (Seed: 3126910334495055507)
    10:33:07 [INFO] Preparing spawn area: 69%
    10:33:08 [INFO] Preparing start region for level 2 (Seed: 3126910334495055507)
    10:33:08 [INFO] Preparing spawn area: 20%
    10:33:09 [INFO] Preparing spawn area: 89%
    10:33:09 [INFO] AntiCreeper v2.0 - by Rothens
    10:33:09 [INFO] Anticreeper v2.0 - STARTED
    10:33:10 [INFO] File not found: plugins\Essentials\jail.yml
    10:33:10 [INFO] Loaded Essentials build 2.7.2 by: Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    10:33:10 [INFO] Essentials: Using config based permissions. Enable superperms in
    config.
    10:33:10 [INFO] Loaded EssentialsChat build 2.7.2 by: essentials team
    10:33:10 [INFO] GroupManager - INFO - World Found: world
    10:33:10 [INFO] GroupManager - INFO - Superperms support enabled.
    10:33:10 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10
    minutes!
    10:33:10 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    10:33:10 [INFO] GroupManager version 1.7 (Phoenix) is enabled!
    10:33:10 [INFO] Essentials: Using GroupManager based permissions.
    10:33:10 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? tr
    ue; trace: 10]
    10:33:10 [INFO] Loaded EssentialsProtect build 2.7.2 by: essentials team
    10:33:10 [INFO] Loaded EssentialsSpawn build 2.7.2 by: essentials team
    10:33:10 [INFO] File not found: plugins\Essentials\spawn.yml
    10:33:10 [INFO] [FalconPunch] Permission system not detected. Attempting to use
    server permissions and defaulting to OP...
    10:33:10 [INFO] [FalconPunch] Version 0.1 is enabled!
    10:33:10 [INFO] [ FalseBook Block ] 3100 Books loaded!
    10:33:10 [INFO] [ FalseBook Block ] 2 Cauldrons successfully loaded.
    10:33:10 [INFO] [ FalseBook Block ] FalseBookBlock v0.91alpha by GeMo enabled
    10:33:11 [INFO] FalseBookCart v0.91alpha by GeMo enabled
    10:33:11 [INFO] [ FalseBook Chat ] 0 ChatRooms loaded.
    10:33:11 [INFO] [ FalseBook Chat ] FalseBookChat v0.91alpha by GeMo enabled
    10:33:11 [INFO] [ FalseBook Core ] using GroupManager for Permissions!
    10:33:11 [INFO] [ FalseBook Core ] FalseBookCore v0.91alpha by GeMo enabled!
    10:33:11 [INFO] [ FalseBook Extra ] FalseBookExtra v0.91alpha by GeMo enabled
    10:33:11 [INFO] [ FalseBook IC ] FalseBookIC v0.91alpha by GeMo enabled
    10:33:11 [INFO] Lockette version 1.4.4 is being enabled! Yay! (Core version 1.
    2.3)
    10:33:11 [INFO] Lockette: Detected craftbukkit build [1601] ok.
    10:33:11 [INFO] Lockette: Linked to GroupManager plugin version 1.7 (Phoenix)
    10:33:11 [INFO] Lockette: Using ops file for admin permissions.
    10:33:11 [INFO] Lockette: Ready to protect your containers.
    10:33:11 [INFO] SkillManager - Enabled
    10:33:11 [SEVERE] java.lang.NullPointerException
    10:33:11 [SEVERE] at sun.misc.FloatingDecimal.readJavaFormatString(Unknown
    Source)
    10:33:11 [SEVERE] at java.lang.Double.parseDouble(Unknown Source)
    10:33:11 [SEVERE] at nl.lolmen.Skillz.Skillz.loadSkillz(Skillz.java:170)
    10:33:11 [SEVERE] at nl.lolmen.Skillz.Skillz.onEnable(Skillz.java:137)
    10:33:11 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlug
    in.java:188)
    10:33:11 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(
    JavaPluginLoader.java:968)
    10:33:11 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(Si
    mplePluginManager.java:280)
    10:33:11 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftSe
    rver.java:186)
    10:33:11 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(Craf
    tServer.java:169)
    10:33:11 [SEVERE] at net.minecraft.server.MinecraftServer.t(MinecraftServe
    r.java:348)
    10:33:11 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServe
    r.java:335)
    10:33:11 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftSe
    rver.java:165)
    10:33:11 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:399)
    10:33:11 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:457)
    10:33:11 [INFO] [Skillz] Vault not found. Money reward -> 0
    10:33:11 [INFO] [Skillz] Loaded HighScore unarmed, ninja_guy360, 3!
    10:33:11 [INFO] [Skillz] Loaded HighScore digging, ninja_guy360, 2!
    10:33:11 [INFO] [Skillz] Loaded HighScore woodcutting, scout_alien, 1!
    10:33:11 [INFO] [Skillz] - V5.4 Enabled!
    10:33:11 [INFO] [Skillz] Now listening on port 3357!
    10:33:11 [INFO] WorldEdit 5.0 enabled.
    10:33:11 [INFO] WEPIF: Using the Bukkit Permissions API.
    10:33:11 [INFO] WEPIF: Using the Bukkit Permissions API.
    10:33:11 [INFO] WEPIF: Using the Bukkit Permissions API.
    10:33:11 [INFO] WorldGuard: (world) Single session is enforced.
    10:33:11 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    10:33:11 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    10:33:11 [INFO] WorldGuard: (world) Lava fire is blocked.
    10:33:11 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    10:33:11 [INFO] WorldGuard: Loaded configuration for world 'world"
    10:33:11 [INFO] WorldGuard: (world_nether) Single session is enforced.
    10:33:11 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    10:33:11 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    10:33:11 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    10:33:11 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    10:33:11 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    10:33:11 [INFO] WorldGuard: (world_the_end) Single session is enforced.
    10:33:11 [INFO] WorldGuard: (world_the_end) TNT ignition is PERMITTED.
    10:33:11 [INFO] WorldGuard: (world_the_end) Lighters are PERMITTED.
    10:33:11 [INFO] WorldGuard: (world_the_end) Lava fire is blocked.
    10:33:11 [INFO] WorldGuard: (world_the_end) Fire spread is UNRESTRICTED.
    10:33:11 [INFO] WorldGuard: Loaded configuration for world 'world_the_end"
    10:33:11 [INFO] WorldGuard: 15 regions loaded for 'world'
    10:33:13 [INFO] WorldGuard: 0 regions loaded for 'world_nether'
    10:33:13 [INFO] WorldGuard: 0 regions loaded for 'world_the_end'
    10:33:13 [INFO] WorldGuard 5.4 enabled.
    10:33:13 [INFO] [ChestShop] Lockette version 1.4.4 loaded.
    10:33:13 [INFO] [ChestShop] WorldGuard version 5.4 loaded.
    10:33:13 [INFO] [ChestShop] version 3.29 initialized!
    10:33:13 [INFO] [ChestShop] Essentials 2.2 loaded.
    10:33:13 [INFO] Server permissions file permissions.yml is empty, ignoring it
    10:33:13 [INFO] Done (1.350s)! For help, type "help" or "?"
    10:33:13 [INFO] [ FalseBook Block ] 0 Areas loaded.
    10:33:14 [INFO] [ FalseBook Block ] 1 Bridges successfully loaded.
    10:33:14 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
    10:33:14 [INFO] [ FalseBook Block ] 54 protected gateblocks successfully loaded.
    10:33:14 [INFO] GroupManager - INFO - Bukkit Permissions Updated!
    10:33:18 [INFO] [ FalseBook IC ] Loaded selftriggered ICs: 0 done
    10:35:08 [INFO] [ FalseBook IC ] Failed selftriggered ICs: 0 failed
    10:35:09 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:11 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:13 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:16 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:18 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:21 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:24 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:26 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:29 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:31 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:34 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:36 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    10:35:39 [WARNING] Can't keep up! Did the system time change, or is the server o
    verloaded?
    >
     
  20. Offline

    nexexcite

    Hello,
    how can i set the spawnpoint to the underground.
    it brings me to the top, when i try to set it in the underground.

    Please help me

    sorry for my bad english

    //edit: and how to warp in lava / water with essentials?
     
  21. Offline

    Helladen

    I can't use this cause the economy system on it sucks, can you please have an option to disable it? I also find many of your commands bulky, can you have in the configuration where removing those commands stops them from working? I would use your work if these two things were done, very useful but the annoyances outweigh it when I can find other replacements which won't bulk it up with junk.

    Thank you.
     
  22. Offline

    duhfux

    Hey, I am getting up to 7 seconds of freezes across the server when using GroupManager whenever someone changes world or joins the server. Any ideas what may be causing this? No errors or anything, just a long pause.
     
  23. Offline

    stickmenz

    Is there a way to create regions or zones where /tp and /tpa are not allowed to be used (I am creating a dungeon and don't want players to tpa in and out their friends)
     
  24. Offline

    SilencShadoW

    Hey :)
    i realy need help, fast plz :S
    where are the /home bed (bed homes) stored / located?!

    regards
     
  25. Offline

    worstboy32

    @SilencShadoW
    Userdata ;)
    Open the players data there should be a line with home.

    @stickmenz
    Use worldguard flags.

    @Plumeex
    http://ess.khhq.net/wiki/Chat_Formatting

    Well i have a problem with essentialsSpawn.
    When i do /spawn it says ERROR: Destination not set.
    When i set spawn and do /spawn it works.
    But after a server restart the spawns.yml get cleared and cant do /spawn anymore.
    I'm using spawns for different groups so it will be anoying to reset them every time.
    There are no errors in the console from essentials.
    And i'm pretty sure it is no plugin conflict i tried disabling others and the problem still happend.
    I hope i'm doing something wrong or that you can fix this problem.
    Please let me know ;)

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

    marti.2001

    No, there are many sheep, spawn-animals in server.properties is set to true and in the Essentials config all mobs are set to true without Silverfish, Giant and Wolf(now I set the wolf to true).
     
  27. Offline

    SilencShadoW

  28. Offline

    worstboy32

    ow sorry didn't know :p
    Well you got it now anyway ;)
     
  29. Offline

    SilencShadoW

    NOT .. ^^ i dont know where there saved ... :S
     
  30. Offline

    worstboy32

    For me it is still in the userdata i just checked it.
    Using last version...
    Maybe have a look there anyway.
    If it's not there then i got no idea <3
     

Share This Page