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

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

  1. Offline

    mario00037

    I tried using the DEV build buy didn't work. So I re-did EVERYTHING. Here's the error. PASTIE
     
  2. Offline

    Maxxgold

    Is there a reason Group Manager creates files for WORLD and WORLD_The_End but doesn't create folders for the Nether ?
     
  3. Offline

    Tezcacoatl

    I've been using Essentials since last night and haven't had any problems. About an hour ago, it started giving me fits. I hadn't changed anything yet since it last worked properly. It was working just a little while ago. Now, when I start my server, something goes wrong with AdminCmd, and EssentialsProtect starts throwing errors at me; literally the same error string 20 times a second. The server starts up saying AdminCmd couldn't load properly or whatever. Like I said, everything worked fine earlier and I haven't changed anything. From what I understand, there is something wrong in Essentials, but I have no idea what it could be, since everything should be just as it was earlier. I've been using AdminCmd for a while now without issues, along with other plugins like PermissionsEx and AuthMe. I don't understand how everything could be working fine, then stop working for seemingly no reason. I know there's a reason; I just can't figure out what it is. I've gone through all my yml files and can't find the problem.

    2011-11-23 13:17:35 [SEVERE] Could not pass event CREATURE_SPAWN to EssentialsProtect
    java.lang.NullPointerException
    at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onCreatureSpawn(EssentialsProtectEntityListener.java:315)
    at org.bukkit.plugin.java.JavaPluginLoader$71.execute(JavaPluginLoader.java:756)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:242)
    at net.minecraft.server.World.addEntity(World.java:849)
    at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:117)
    at net.minecraft.server.World.doTick(World.java:1620)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:461)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    I did some digging in the now seriously error-cluttered log and found more details.


    2011-11-23 13:17:03 [SEVERE] Error occurred while enabling AdminCmd v5.9.1 (BUILD 30.09.2011 @ 19:01:36) (Is it up to date?): java.util.LinkedHashMap cannot be cast to be.Balor.Player.BannedPlayer
    java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to be.Balor.Player.BannedPlayer
    at be.Balor.Tools.Files.FileManager.loadBan(FileManager.java:413)
    at be.Balor.bukkit.AdminCmd.ACHelper.loadInfos(ACHelper.java:773)
    at be.Balor.bukkit.AdminCmd.AdminCmd.onEnable(AdminCmd.java:457)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:174)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-23 13:17:03 [INFO] [AdminCmd] Successfully linked with PermissionsEX
    2011-11-23 13:17:03 [INFO] LWC: Loaded 137 locale strings (0 overrides)
    2011-11-23 13:17:03 [INFO] LWC: Permissions API: PEXPermissions
    2011-11-23 13:17:03 [INFO] LWC: Currency API: EssentialsCurrency
    2011-11-23 13:17:03 [INFO] LWC: Loading SQLite
    2011-11-23 13:17:03 [INFO] LWC: Using: Native
    2011-11-23 13:17:03 [INFO] LWC: Precached 116 protections.
    2011-11-23 13:17:03 [INFO] LWC: At version: 3.53 (b294)
    2011-11-23 13:17:03 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-11-23 13:17:03 [INFO] Done (0.571s)! For help, type "help" or "?"
    2011-11-23 13:17:04 [INFO] Reached end of stream
    2011-11-23 13:17:04 [INFO] Reached end of stream
    2011-11-23 13:17:04 [INFO] Reached end of stream
    2011-11-23 13:17:04 [INFO] Reached end of stream
    2011-11-23 13:17:04 [INFO] Reached end of stream
    2011-11-23 13:17:04 [INFO] Reached end of stream
    2011-11-23 13:17:30 [INFO] Tezcacoatl [/192.168.1.1:56461] logged in with entity id 188 at ([DragonRealm] -348.375, 72.0, -202.375)
    2011-11-23 13:17:30 [SEVERE] Could not pass event PLAYER_JOIN to EssentialsSpawn
    java.lang.NullPointerException
    at com.earth2me.essentials.UserData._getMoney(UserData.java:68)
    at com.earth2me.essentials.UserData.reloadConfig(UserData.java:36)
    at com.earth2me.essentials.UserData.<init>(UserData.java:30)
    at com.earth2me.essentials.User.<init>(User.java:26)
    at com.earth2me.essentials.Essentials.getUser(Essentials.java:562)
    at com.earth2me.essentials.Essentials.getUser(Essentials.java:529)
    at com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener.onPlayerJoin(EssentialsSpawnPlayerListener.java:55)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:260)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:129)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:121)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:80)
    at net.minecraft.server.Packet1Login.a(SourceFile:59)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:46)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-11-23 13:17:30 [INFO] [PermissionsEx] Permissions handler for Tezcacoatl successfuly injected
    2011-11-23 13:17:31 [INFO] New max size: 484
    2011-11-23 13:17:31 [INFO] New max size: 784
    2011-11-23

    At this point, it starts repeating the CREATURE_SPAWN error until I disconnect from the server.

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

    Cartmani

    Ouhs...

    By pushing TAB i see the Groups not the name

    "[Plugin Lei" << This i mean :D
     
  5. Offline

    EricDownz

    Love it! You can have these! Unmined! Just for you! [diamondore][diamondore][diamondore][diamondore][diamondore][diamondore]
     
  6. Offline

    groveham

    any idea when this plugin will be updated?
     
  7. Make you group prefix shorter, or disable nickname prefixes in essentials config files.
     
  8. It doesn;t create a folder for the nether as it's default mirrored from the main world.

    Look in config.yml
     
  9. Offline

    Maxxgold

    Ok, Can I just mirror all my worlds to the default world then ?
     
  10. Offline

    BR3TON

    What are the name of the new mobs so I can spawn them? Ive installed the latest dev-build I presume the new mobs are added?
     
  11. Offline

    Maxxgold

    I can never get the /whois and /realname commands to work
     
  12. Offline

    mmmmmm419

    Major Bug With Group Manager: Everyone no matter what rank can /op how do i stop this so /op can only be from consle
     
  13. What permission system? (if GM pastebin your groups/globalgroups.yml)
     
  14. Offline

    mmmmmm419

    What do you mean pastebin groups into globalgroups.yml i already have set up my globalgroups.yml but anyone can op themselfs
     
  15. Offline

    DaEgo

    Hi,
    is it possible to give player the command
    essentials.spawner.pig
    essentials.spawner.cow
    essentials.spawner.chicken
    essentials.spawner.sheep
    for let them change her spawner by self ?

    AND

    plz remove that :
    essentials version geladen, erstelöt von xxx xxx xxx xxx xxx xxx xxx
    to that
    essentials team
    like the one from groupmanager

    cause the messages is very long
    breaks my cmd line
    and its not really important to know at the moment when the server start

    thx
     
  16. Offline

    EmperorXing

    @essentialsteam
    Hello everyone,
    I was wondering what Permissions plugin is compatible with essentials, so that when a player goes AFK it says, 'Josh is now AFK' instead of 'Josh is now AFK'.

    And when I type /who it says 'There are 20 out of 30 players online: josh, chris, jay' instead of

    There are 3 out of 4 maximum people online:
    Admins: [A] Josh
    Moderators: [M] Chris
    Trusted: Jay

    So what permissions is compatible with essentials to do this? And I'm using PEX right now, so is it compatible with PEX too?
     
  17. Offline

    Jakeob22

    Question: How do I get a development build of this to work with bukkit 1.0.0 dev build?
     
  18. Offline

    jad1097

    Code:
    2011-11-24 19:20:17 [SEVERE] Could not pass event CREATURE_SPAWN to EssentialsProtect
    java.lang.NullPointerException
        at com.earth2me.essentials.protect.EssentialsProtectEntityListener.onCreatureSpawn(EssentialsProtectEntityListener.java:315)
        at org.bukkit.plugin.java.JavaPluginLoader$71.execute(JavaPluginLoader.java:756)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
        at org.bukkit.craftbukkit.event.CraftEventFactory.callCreatureSpawnEvent(CraftEventFactory.java:242)
        at net.minecraft.server.World.addEntity(World.java:881)
        at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:129)
        at net.minecraft.server.World.doTick(World.java:1719)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:503)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    plz help? i was using esssentials all the time and all of a sudden i start to use permissions this happens plz help!!
     
  19. Offline

    wabbiteh

  20. Offline

    EssentialsTeam

    No, Notch changed the sunrise on client side. Our compass is already fixed, since 2.6.4 it pointed to sun from north, now it points to sun from east, because notch rotated the sky.
     
  21. Offline

    mmmmmm419

    how can i stop people from bypassing /op for group manager
     
  22. Bypassing? They can only op themselves if you have granted the permission node for the command.
     
  23. Offline

    mmmmmm419

    well i didnt grant permissions on globalgroups.yml
     
  24. Offline

    Biocidex

    Is Theres Any Way To Change Name Colour To Other?
     
  25. Pastebin your globalgroups/groups/config (or join IRC for better assistance)
     
  26. Offline

    mmmmmm419

    thanks for the support but i fixed it by pasting the globalgroups.yml into my permissions.yml file, suprisingly it worked
     
  27. Offline

    Lazuras

    I'm trying to figure out how to set/use the newbies spawn point to send them through the rules and letting normal users use /spawn to go to the right place instead of the rules. How do I set the newbies spawn up? I see there is a spawn.yml, do I use that and if so how do I set the coordinates up so they spawn in the rules?
     
  28. Offline

    darr111

    do '/setspawn [name of group]'
     
  29. Offline

    xeNium

    Fucking shit about new groupmanager.. It try to killing me! Now GroupManager is so spoiled I just write suffix: '' but with plus space maybe 5 or 10 I do not know it because I am not type it 'n' GroupManager does not want to working i must fix it blah blah -- Aw!
     
  30. Offline

    Nonin

    Code:
    26.11 06:12:54 [Server] INFO Reload complete.
    26.11 06:12:54 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    26.11 06:12:54 [Server] INFO Loaded EssentialsChat build 2.6.5 by: essentials team
    26.11 06:12:54 [Server] INFO Fake Permissions version 3.1.6 is enabled!
    26.11 06:12:54 [Server] INFO Loaded EssentialsSpawn build 2.6.5 by: essentials team
    26.11 06:12:54 [Server] INFO Loaded EssentialsProtect build 2.6.5 by: essentials team
    26.11 06:12:54 [Server] INFO Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    26.11 06:12:54 [Server] INFO Essentials: Using GroupManager based permissions.
    26.11 06:12:54 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    26.11 06:12:54 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    26.11 06:12:54 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:530)
    26.11 06:12:54 [Server] INFO     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:553)
    26.11 06:12:54 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:360)
    26.11 06:12:54 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:364)
    26.11 06:12:54 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    26.11 06:12:54 [Server] INFO     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    26.11 06:12:54 [Server] INFO     at org.bukkit.Bukkit.reload(Bukkit.java:186)
    26.11 06:12:54 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:422)
    26.11 06:12:54 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    26.11 06:12:54 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    26.11 06:12:54 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    26.11 06:12:54 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    26.11 06:12:54 [Server] INFO     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    26.11 06:12:54 [Server] INFO     at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:123)
    26.11 06:12:54 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:58)
    26.11 06:12:54 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:66)
    26.11 06:12:54 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:75)
    26.11 06:12:54 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:459)
    26.11 06:12:54 [Server] INFO     at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:553)
    26.11 06:12:54 [Server] INFO     at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:660)
    26.11 06:12:54 [Server] INFO java.lang.IllegalArgumentException: There was no Default Group declared.
    26.11 06:12:54 [Server] SEVERE Error occurred while enabling GroupManager v1.5 (Phoenix) (Is it up to date?): There was no Default Group declared.
    26.11 06:12:54 [Server] INFO Essentials: Using config based permissions. Enable superperms in config.
    26.11 06:12:54 [Server] INFO Loaded Essentials build 2.6.5 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    26.11 06:12:54 [Server] INFO Bukkit version format changed. Version not checked.
    26.11 06:12:54 [Server] INFO MLog clients using java 1.4+ standard logging.
    26.11 06:12:54 [Server] INFO Essentials: Using config based permissions. Enable superperms in config.
    26.11 06:12:54 [Server] INFO Fake Permissions version 3.1.6 is disabled!
    26.11 06:12:53 [Server] INFO Essentials: Using Permissions 3 based permissions.
    26.11 06:12:53 [Server] INFO GroupManager version 1.5 (Phoenix) is disabled!
    26.11 06:12:33 [Server] INFO Connected players:
    26.11 06:11:32 [Server] INFO Reload complete.
    26.11 06:11:32 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    26.11 06:11:32 [Server] INFO Loaded EssentialsChat build 2.6.5 by: essentials team
    26.11 06:11:32 [Server] INFO Fake Permissions version 3.1.6 is enabled!
    26.11 06:11:32 [Server] INFO Loaded EssentialsSpawn build 2.6.5 by: essentials team
    26.11 06:11:32 [Server] INFO Loaded EssentialsProtect build 2.6.5 by: essentials team
    26.11 06:11:32 [Server] INFO Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    26.11 06:11:32 [Server] INFO Essentials: Using GroupManager based permissions.
    26.11 06:11:32 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    26.11 06:11:32 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    26.11 06:11:32 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:530)
    26.11 06:11:32 [Server] INFO     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:553)
    26.11 06:11:32 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:360)
    26.11 06:11:32 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:364)
    26.11 06:11:32 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    26.11 06:11:32 [Server] INFO     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    26.11 06:11:32 [Server] INFO     at org.bukkit.Bukkit.reload(Bukkit.java:186)
    26.11 06:11:32 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:422)
    26.11 06:11:32 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    26.11 06:11:32 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    26.11 06:11:32 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    26.11 06:11:32 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    26.11 06:11:32 [Server] INFO     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    26.11 06:11:32 [Server] INFO     at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:123)
    26.11 06:11:32 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:58)
    26.11 06:11:32 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:66)
    26.11 06:11:32 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:75)
    26.11 06:11:32 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:459)
    26.11 06:11:32 [Server] INFO     at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:553)
    26.11 06:11:32 [Server] INFO     at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:660)
    26.11 06:11:32 [Server] INFO java.lang.IllegalArgumentException: There was no Default Group declared.
    26.11 06:11:32 [Server] SEVERE Error occurred while enabling GroupManager v1.5 (Phoenix) (Is it up to date?): There was no Default Group declared.
    26.11 06:11:32 [Server] INFO Essentials: Using config based permissions. Enable superperms in config.
    26.11 06:11:32 [Server] INFO Loaded Essentials build 2.6.5 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    26.11 06:11:32 [Server] INFO Bukkit version format changed. Version not checked.
    26.11 06:11:32 [Server] INFO MLog clients using java 1.4+ standard logging.
    26.11 06:11:32 [Server] INFO Essentials: Using config based permissions. Enable superperms in config.
    26.11 06:11:32 [Server] INFO Fake Permissions version 3.1.6 is disabled!
    26.11 06:11:31 [Server] INFO Essentials: Using Permissions 3 based permissions.
    26.11 06:11:31 [Server] INFO GroupManager version 1.5 (Phoenix) is disabled!
    26.11 06:10:22 [Server] INFO Reload complete.
    26.11 06:10:22 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    26.11 06:10:22 [Server] INFO Loaded EssentialsChat build 2.6.5 by: essentials team
    26.11 06:10:22 [Server] INFO Fake Permissions version 3.1.6 is enabled!
    26.11 06:10:22 [Server] INFO Loaded EssentialsSpawn build 2.6.5 by: essentials team
    26.11 06:10:22 [Server] INFO Loaded EssentialsProtect build 2.6.5 by: essentials team
    26.11 06:10:22 [Server] INFO Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    26.11 06:10:22 [Server] INFO Essentials: Using GroupManager based permissions.
    26.11 06:10:22 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    26.11 06:10:22 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    26.11 06:10:22 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:530)
    26.11 06:10:22 [Server] INFO     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:553)
    26.11 06:10:22 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:360)
    26.11 06:10:22 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:364)
    26.11 06:10:22 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    26.11 06:10:22 [Server] INFO     at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    26.11 06:10:22 [Server] INFO     at org.bukkit.Bukkit.reload(Bukkit.java:186)
    26.11 06:10:22 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:422)
    26.11 06:10:22 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    26.11 06:10:22 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    26.11 06:10:22 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    26.11 06:10:22 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    26.11 06:10:22 [Server] INFO     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    26.11 06:10:22 [Server] INFO     at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:123)
    26.11 06:10:22 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:58)
    26.11 06:10:22 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:66)
    26.11 06:10:22 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:75)
    26.11 06:10:22 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:459)
    26.11 06:10:22 [Server] INFO     at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:553)
    26.11 06:10:22 [Server] INFO     at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:660)
    26.11 06:10:22 [Server] INFO java.lang.IllegalArgumentException: There was no Default Group declared.
    26.11 06:10:22 [Server] SEVERE Error occurred while enabling GroupManager v1.5 (Phoenix) (Is it up to date?): There was no Default Group declared.
    26.11 06:10:22 [Server] INFO Essentials: Using config based permissions. Enable superperms in config.
    26.11 06:10:22 [Server] INFO Loaded Essentials build 2.6.5 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    26.11 06:10:22 [Server] INFO Bukkit version format changed. Version not checked.
    26.11 06:10:22 [Server] INFO MLog clients using java 1.4+ standard logging.
    26.11 06:10:22 [Server] INFO Essentials: Using config based permissions. Enable superperms in config.
    26.11 06:10:22 [Server] INFO Fake Permissions version 3.1.6 is disabled!
    26.11 06:10:21 [Server] INFO Essentials: Using Permissions 3 based permissions.
    26.11 06:10:21 [Server] INFO GroupManager version 1.5 (Phoenix) is disabled!
    26.11 06:09:48 [Server] Startup Done (0.161s)! For help, type "help" or "?"
    26.11 06:09:48 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    26.11 06:09:48 [Server] INFO Loaded EssentialsChat build 2.6.5 by: essentials team
    26.11 06:09:48 [Server] INFO Fake Permissions version 3.1.6 is enabled!
    26.11 06:09:48 [Server] INFO Loaded EssentialsSpawn build 2.6.5 by: essentials team
    26.11 06:09:48 [Server] INFO Loaded EssentialsProtect build 2.6.5 by: essentials team
    26.11 06:09:48 [Server] INFO Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    26.11 06:09:48 [Server] INFO Essentials: Using GroupManager based permissions.
    26.11 06:09:48 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    26.11 06:09:48 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388)
    26.11 06:09:48 [Server] INFO     at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161)
    26.11 06:09:48 [Server] INFO     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324)
    26.11 06:09:48 [Server] INFO     at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337)
    26.11 06:09:48 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:159)
    26.11 06:09:48 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:176)
    26.11 06:09:48 [Server] INFO     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    26.11 06:09:48 [Server] INFO     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    26.11 06:09:48 [Server] INFO     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    26.11 06:09:48 [Server] INFO     at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:123)
    26.11 06:09:48 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:58)
    26.11 06:09:48 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:66)
    26.11 06:09:48 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:75)
    26.11 06:09:48 [Server] INFO     at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:459)
    26.11 06:09:48 [Server] INFO     at org.anjocaido.groupmanager.dataholder.WorldDataHolder.load(WorldDataHolder.java:553)
    26.11 06:09:48 [Server] INFO     at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:660)
    26.11 06:09:48 [Server] INFO java.lang.IllegalArgumentException: There was no Default Group declared.
    26.11 06:09:48 [Server] SEVERE Error occurred while enabling GroupManager v1.5 (Phoenix) (Is it up to date?): There was no Default Group declared.
    26.11 06:09:48 [Server] INFO Essentials: Using config based permissions. Enable superperms in config.
    26.11 06:09:48 [Server] INFO Loaded Essentials build 2.6.5 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    26.11 06:09:48 [Server] INFO Bukkit version format changed. Version not checked.
    26.11 06:09:48 [Server] INFO Preparing start region for level 2 (Seed: -1310946096)
    26.11 06:09:47 [Server] INFO Preparing start region for level 1 (Seed: -4912812065558587007)
    26.11 06:09:47 [Server] INFO Preparing start region for level 0 (Seed: -4912812065558587007)
    26.11 06:09:47 [Server] INFO Default game type: 0
    26.11 06:09:47 [Server] INFO Preparing level "world"
    26.11 06:09:47 [Server] INFO MLog clients using java 1.4+ standard logging.
    26.11 06:09:47 [Server] INFO This server is running Craftbukkit version git-Bukkit-1.8.1-R4-13-g342948e-b1488jnks (MC: 1.0.0) (Implementing API version 1.0.0-R1-SNAPSHOT)
    26.11 06:09:47 [Server] INFO Starting Minecraft server on 66.160.196.146:25565
    26.11 06:09:47 [Server] INFO Loading properties
    26.11 06:09:47 [Server] INFO Starting minecraft server version 1.0.0
    26.11 06:09:47 [Server] INFO 27 achievements
    26.11 06:09:46 [Server] INFO 174 recipes
    26.11 06:09:46 [Multicraft] Loaded config for "Craftbukkit Build #1488(Minecraft 1.0.0) - NO SUPPORT"
    26.11 06:09:46 [Multicraft] Starting Minecraft!
    26.11 06:09:46 [Multicraft] Loading Minecraft instance properties
    26.11 06:09:46 [Multicraft] Minecraft stopped
    26.11 06:09:44 [Multicraft] Minecraft shut down
    
    This is my server.log at startup. Any ideas why it is not working.
     

Share This Page