Automaticke zpravy

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Geralt
Příspěvky: 99
Registrován: 25 bře 2012, 14:20
Reputation: 0

Automaticke zpravy

#1 Příspěvekod Geralt » 20 led 2013, 21:28

93.91.250.129:27819

Zdravim,chtel bych se zeptat,kdyz mam v pluginu nastavene zpravy,tak proc je nevidi normalni hraci ?

Spoiler: zobrazit
# ----------------------------------------------------
# AutoMessage Configuration File
# ----------------------------------------------------
# Message Configuration:
# Messages are handled in lists to allow for advanced customization!
# Feel free to add color codes by using & in your messages!
# To split a message onto multiple lines use the \n delimiter!
# Lines starting with / will be run as a command!
# To add single apostrophes into a message use ''.
# For a complete tutorial go to http://dev.bukkit.org/server-mods/automessage.

settings:
enabled: true
min-players: 0
log-to-console: false
auto-update: false
message-lists:
default:
enabled: true
random: false
interval: 20
prefix: '&r[&bCountryCraft&r] '
messages:
- '&fVIP jiz od 30kc na webu &cwww.countrycraft.g6.cz'
- '&fPripravuje se novy PVP svet'
- '&fNove cestovani na drakovi! Staci si ulozit dum &c/dt sethome &f a pak napsat &c/dt home'

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Automaticke zpravy

#2 Příspěvekod nejento » 20 led 2013, 21:47

Do Code prosím.
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Geralt
Příspěvky: 99
Registrován: 25 bře 2012, 14:20
Reputation: 0

Re: Automaticke zpravy

#3 Příspěvekod Geralt » 20 led 2013, 21:52

Kód: Vybrat vše

#  ----------------------------------------------------
#  AutoMessage Configuration File
#  ----------------------------------------------------
#  Message Configuration:
#     Messages are handled in lists to allow for advanced customization!
#     Feel free to add color codes by using & in your messages!
#     To split a message onto multiple lines use the \n delimiter!
#     Lines starting with / will be run as a command!
#     To add single apostrophes into a message use ''.
#     For a complete tutorial go to http://dev.bukkit.org/server-mods/automessage.

settings:
  enabled: true
  min-players: 0
  log-to-console: false
  auto-update: false
message-lists:
  default:
    enabled: true
    random: false
    interval: 20
    prefix: '&r[&bCountryCraft&r] '
    messages:
    - '&fVIP jiz od 30kc na webu &cwww.countrycraft.g6.cz'
    - '&fPripravuje se novy PVP svet'
    - '&fNove cestovani na drakovi! Staci si ulozit dum &c/dt sethome &f a pak napsat &c/dt home'

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Automaticke zpravy

#4 Příspěvekod nejento » 20 led 2013, 21:55

server.log při startu něco píše?
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Geralt
Příspěvky: 99
Registrován: 25 bře 2012, 14:20
Reputation: 0

Re: Automaticke zpravy

#5 Příspěvekod Geralt » 20 led 2013, 21:57

Kód: Vybrat vše

[SEVERE]    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
2013-01-20 20:56:20 [SEVERE]    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
2013-01-20 20:56:20 [SEVERE]    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
2013-01-20 20:56:20 [SEVERE]    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
2013-01-20 20:56:20 [SEVERE]    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
2013-01-20 20:56:20 [SEVERE]    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
2013-01-20 20:56:20 [SEVERE]    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
2013-01-20 20:56:20 [SEVERE]    at java.lang.Thread.run(Thread.java:722)
2013-01-20 20:56:21 [INFO] [mcMMO] Loading mcMMO spout.yml File...
2013-01-20 20:56:21 [INFO] Lucker[/46.23.50.23:22055] logged in with entity id 1021 at ([world] -207.5223586650534, 46.0, 1810.4162818024513)
2013-01-20 20:56:21 [INFO] [Ultrabans] Logged Lucker connecting from ip:46.23.50.23
2013-01-20 20:56:21 [INFO] minec[/90.181.103.129:49918] logged in with entity id 1168 at ([world] 1941.6265304606875, 63.0, 405.5241364398559)
2013-01-20 20:56:21 [INFO] [Ultrabans] Logged minec connecting from ip:90.181.103.129
2013-01-20 20:56:23 [INFO] Kcin[/46.228.208.58:57919] logged in with entity id 1322 at ([world_nether] 218.77124025283086, 45.41999998688698, -76.23416035637932)
2013-01-20 20:56:23 [INFO] [Ultrabans] Logged Kcin connecting from ip:46.228.208.58
2013-01-20 20:56:24 [SEVERE] Could not pass event EntityChangeBlockEvent to SafeCreeper v1.2
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
   at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
   at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
   at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
   at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1476)
   at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
   at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1273)
   at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
   at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
   at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
   at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:534)
   at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
   at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
   at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
   at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
   at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
   at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
   at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
   at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
   at com.timvisee.safecreeper.SafeCreeperEntityListener.onEntityChangeBlock(SafeCreeperEntityListener.java:886)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 24 more
2013-01-20 20:56:24 [SEVERE] Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
   at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
   at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
   at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
   at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1476)
   at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
   at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1273)
   at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
   at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
   at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
   at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:534)
   at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
   at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
   at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
   at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
   at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
   at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
   at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
   at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
   at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 24 more

Uživatelský avatar
nejento
Příspěvky: 9815
Registrován: 28 lis 2011, 14:09
Reputation: 55
Kontaktovat uživatele:

Re: Automaticke zpravy

#6 Příspěvekod nejento » 20 led 2013, 22:06

Obrázek


1) Vypni server
2) Smaž server.log
3) Server zapni
4) Počkej až se na server budeš moci přihlásit
5) Zkopíruj sem CELÝ server.log

Pokud se to sem nevejde, tak to dej na http://pastebin.com/
Obrázek

Obrázek Přidejte se ke komunitě zákazníků na FakaHeda.eu Discord! Poznejte nové lidi nebo vyřešte svůj technický problém živě: https://discord.fakaheda.eu/

Geralt
Příspěvky: 99
Registrován: 25 bře 2012, 14:20
Reputation: 0

Re: Automaticke zpravy

#7 Příspěvekod Geralt » 20 led 2013, 22:10

Kód: Vybrat vše

2013-01-20 21:09:31 [INFO] Starting minecraft server version 1.4.6
2013-01-20 21:09:31 [INFO] Loading properties
2013-01-20 21:09:31 [INFO] Default game type: SURVIVAL
2013-01-20 21:09:31 [INFO] Generating keypair
2013-01-20 21:09:31 [INFO] Starting Minecraft server on 93.91.250.129:27819
2013-01-20 21:09:31 [INFO] This server is running CraftBukkit version git-Bukkit-1.4.6-R0.1-15-g8d3c04d-b2573jnks (MC: 1.4.6) (Implementing API version 1.4.6-R0.2-SNAPSHOT)
2013-01-20 21:09:31 [INFO] ----- Bukkit Auto Updater -----
2013-01-20 21:09:31 [INFO] It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2013-01-20 21:09:31 [INFO] If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
2013-01-20 21:09:31 [INFO] With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
2013-01-20 21:09:31 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2013-01-20 21:09:31 [INFO] ----- ------------------- -----
2013-01-20 21:09:31 [INFO] [PermissionsEx] sql backend registered!
2013-01-20 21:09:31 [INFO] [PermissionsEx] file backend registered!
2013-01-20 21:09:31 [INFO] [PermissionsEx] PermissionEx plugin initialized.
2013-01-20 21:09:32 [SEVERE] Could not load 'plugins/HeroicDeath.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:182)
   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:235)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:213)
   at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
   at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
   at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/entity/EntityListener
   at java.lang.ClassLoader.defineClass1(Native Method)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
   at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   at com.herocraftonline.squallseed31.heroicdeath.HeroicDeath.<init>(HeroicDeath.java:27)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:178)
   ... 9 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.entity.EntityListener
   at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   ... 28 more
2013-01-20 21:09:32 [SEVERE] Could not load 'plugins/NoLagg.jar' in folder 'plugins'
org.bukkit.plugin.UnknownDependencyException: BKCommonLib
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:195)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:235)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:213)
   at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
   at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
   at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
2013-01-20 21:09:32 [SEVERE] Could not load 'plugins/MobDisguise.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/Packet
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184)
   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:235)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:213)
   at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
   at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
   at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/Packet
   at me.desmin88.mobdisguise.MobDisguise.<clinit>(MobDisguise.java:37)
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:264)
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173)
   ... 9 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.Packet
   at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   ... 13 more
2013-01-20 21:09:32 [INFO] [LagMeter] Loading LagMeter v1.9.0
2013-01-20 21:09:32 [INFO] [Orebfuscator] Loading Orebfuscator v1.8.5
2013-01-20 21:09:32 [INFO] [MultiWorld] Loading MultiWorld v4.4.2
2013-01-20 21:09:32 [INFO] [StopLava] Loading StopLava v1.2
2013-01-20 21:09:32 [INFO] [Kits] Loading Kits v1.1
2013-01-20 21:09:32 [INFO] [SafeFire] Loading SafeFire v1.6
2013-01-20 21:09:32 [INFO] [WorldEdit] Loading WorldEdit v14-baf032a
2013-01-20 21:09:32 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.2
2013-01-20 21:09:32 [INFO] [CreativeGates] Loading CreativeGates v1.3.5
2013-01-20 21:09:32 [INFO] [ColoredSigns] Loading ColoredSigns v3.1
2013-01-20 21:09:32 [INFO] [CountryLoginMessage] Loading CountryLoginMessage v1.6.1
2013-01-20 21:09:32 [INFO] [Vault] Loading Vault v1.2.22-b277
2013-01-20 21:09:32 [INFO] [PermissionsEx] Loading PermissionsEx v1.19.5
2013-01-20 21:09:32 [INFO] [PermissionsEx] Initializing file backend
2013-01-20 21:09:32 [INFO] Permissions file successfully reloaded
2013-01-20 21:09:32 [INFO] [SafeCreeper] Loading SafeCreeper v1.2
2013-01-20 21:09:32 [INFO] [CombatTag] Loading CombatTag v5.4
2013-01-20 21:09:32 [INFO] [WorldGuard] Loading WorldGuard v5.6.5
2013-01-20 21:09:32 [INFO] [TreeAssist] Loading TreeAssist v5.0
2013-01-20 21:09:32 [INFO] [dynmap] Loading dynmap v1.3-1467
2013-01-20 21:09:32 [INFO] [AutoMessage] Loading AutoMessage v2.0.5
2013-01-20 21:09:32 [INFO] [iConomy] Loading iConomy v7.0
2013-01-20 21:09:32 [INFO] [AuthMe] Loading AuthMe v2.6.6
2013-01-20 21:09:32 [INFO] [DragonTravel] Loading DragonTravel v1.8.3b
2013-01-20 21:09:32 [INFO] [PluginSpy] Loading PluginSpy v1.4
2013-01-20 21:09:32 [INFO] [SimpleReserve] Loading SimpleReserve v0.5.0
2013-01-20 21:09:32 [INFO] [mcMMO] Loading mcMMO v1.3.11-b1030
2013-01-20 21:09:32 [INFO] [MobArena] Loading MobArena v0.94.4.81
2013-01-20 21:09:32 [INFO] [Essentials] Loading Essentials v2.9.5
2013-01-20 21:09:32 [INFO] [Residence] Loading Residence v2.6.6.2
2013-01-20 21:09:32 [INFO] [MonsterHunt] Loading MonsterHunt v1.6.0-beta1
2013-01-20 21:09:32 [INFO] [ChatManager] Loading ChatManager v1.19.1
2013-01-20 21:09:32 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.9.5
2013-01-20 21:09:32 [INFO] [Ultrabans] Loading Ultrabans v2.0.9
2013-01-20 21:09:32 [INFO] [LWC] Loading LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-01-20 21:09:32 [INFO] [ChestShop] Loading ChestShop v3.46
2013-01-20 21:09:32 [INFO] [EssentialsChat] Loading EssentialsChat v2.9.5
2013-01-20 21:09:32 [INFO] [Orebfuscator] Enabling Orebfuscator v1.8.5
2013-01-20 21:09:32 [INFO] [Vault] Enabling Vault v1.2.22-b277
2013-01-20 21:09:32 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2013-01-20 21:09:32 [WARNING] iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
2013-01-20 21:09:32 [WARNING] if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
2013-01-20 21:09:32 [WARNING] it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
2013-01-20 21:09:32 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2013-01-20 21:09:32 [INFO] [Vault][Permission] PermissionsEx found: Waiting
2013-01-20 21:09:32 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2013-01-20 21:09:32 [INFO] [Vault][Chat] PermissionsEx found: Waiting
2013-01-20 21:09:32 [INFO] [Vault] Enabled Version 1.2.22-b277
2013-01-20 21:09:32 [INFO] [SafeCreeper] Enabling SafeCreeper v1.2
2013-01-20 21:09:32 [INFO] [SafeCreeper] Hooked into PermissionsEx!
2013-01-20 21:09:32 [INFO] [SafeCreeper] Loading config files...
2013-01-20 21:09:32 [INFO] [SafeCreeper] Global config file loaded
2013-01-20 21:09:32 [INFO] [SafeCreeper] 2 world config files loaded
2013-01-20 21:09:32 [INFO] [SafeCreeper] New version available, version 1.3.5.2.
2013-01-20 21:09:32 [INFO] [SafeCreeper] Safe Creeper v1.2 Enabled
2013-01-20 21:09:32 [INFO] [mcMMO] Enabling mcMMO v1.3.11-b1030
2013-01-20 21:09:32 [INFO] [mcMMO] Loading mcMMO config.yml File...
2013-01-20 21:09:32 [INFO] [mcMMO] Loading mcMMO treasures.yml File...
2013-01-20 21:09:32 [INFO] [mcMMO] Loading mcMMO repair.vanilla.yml File...
2013-01-20 21:09:32 [INFO] mcMMO version 1.3.11-b1030 is enabled!
2013-01-20 21:09:32 [INFO] [LWC] Enabling LWC v4.3.1 (b767-git-MANUAL) (November 15, 2012)
2013-01-20 21:09:32 [INFO] [LWC] Loaded 209 locale strings (0 overrides)
2013-01-20 21:09:32 [INFO] [LWC] Permissions API: §4VaultPermissions
2013-01-20 21:09:32 [INFO] [LWC] Currency API: §4VaultCurrency
2013-01-20 21:09:32 [INFO] [LWC] Connecting to SQLite
2013-01-20 21:09:32 [INFO] [LWC] Performing any necessary database updates
2013-01-20 21:09:32 [INFO] [LWC] Using database: Native
2013-01-20 21:09:32 [INFO] [LWC] Precached 823 protections
2013-01-20 21:09:32 [INFO] [LWC] Enabled plugin support for MobArena
2013-01-20 21:09:32 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2013-01-20 21:09:32 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2013-01-20 21:09:32 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
2013-01-20 21:09:32 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2013-01-20 21:09:32 [INFO] Preparing level "world"
2013-01-20 21:09:32 [INFO] Preparing start region for level 0 (Seed: -5259733025021303960)
2013-01-20 21:09:33 [INFO] Preparing start region for level 1 (Seed: 7963862180487701971)
2013-01-20 21:09:33 [INFO] Preparing start region for level 2 (Seed: 7963862180487701971)
2013-01-20 21:09:33 [INFO] [LagMeter] Enabling LagMeter v1.9.0
2013-01-20 21:09:33 [INFO] [LagMeter] Not using logs folder.
2013-01-20 21:09:33 [INFO] [LagMeter 1.9.0] Enabled!  Polling every 40 server ticks.  Logging to /hlserver/27819/plugins/LagMeter/lag.log
2013-01-20 21:09:33 [INFO] [MultiWorld] Enabling MultiWorld v4.4.2
2013-01-20 21:09:33 [INFO] Preparing start region for level 3 (Seed: 4171724283669563563)
2013-01-20 21:09:34 [INFO] [MultiWorld] v4.4.2 enabled.
2013-01-20 21:09:34 [INFO] [StopLava] Enabling StopLava v1.2
2013-01-20 21:09:34 [INFO] StopLava: Permissions plugin not detected, defaulting to Bukkit's built-in system.
2013-01-20 21:09:34 [INFO] StopLava version 1.2 is enabled!
2013-01-20 21:09:34 [INFO] [Kits] Enabling Kits v1.1
2013-01-20 21:09:34 [INFO] [Kits] Using bukkit's default permissions
2013-01-20 21:09:34 [SEVERE] Error occurred while enabling Kits v1.1 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/CraftServer
   at me.captain.kits.Kits.onEnable(Kits.java:56)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:278)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:260)
   at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
   at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
   at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
   at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.CraftServer
   at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
   ... 12 more
2013-01-20 21:09:34 [INFO] [SafeFire] Enabling SafeFire v1.6
2013-01-20 21:09:34 [INFO] [PermissionsEx] Enabling PermissionsEx v1.19.5
2013-01-20 21:09:34 [INFO] [PermissionsEx] Superperms support enabled.
2013-01-20 21:09:34 [INFO] [PermissionsEx] v1.19.5 enabled
2013-01-20 21:09:34 [INFO] [Vault][Permission] PermissionsEx hooked.
2013-01-20 21:09:34 [INFO] [Vault][Chat] PermissionsEx_Chat hooked.
2013-01-20 21:09:34 [INFO] [SafeFire] Permission plugin detected, using PermissionsEx.
2013-01-20 21:09:34 [INFO] [WorldEdit] Enabling WorldEdit v14-baf032a
2013-01-20 21:09:34 [INFO] WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
2013-01-20 21:09:34 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.2
2013-01-20 21:09:34 [INFO] Starting FakaHedaMinequery server on 93.91.250.129:28819
2013-01-20 21:09:34 [INFO] [CreativeGates] Enabling CreativeGates v1.3.5
2013-01-20 21:09:34 [INFO] [CreativeGates v1.3.5] === ENABLE START ===
2013-01-20 21:09:34 [INFO] [CreativeGates v1.3.5] === ENABLE DONE (Took 90ms) ===
2013-01-20 21:09:34 [INFO] [ColoredSigns] Enabling ColoredSigns v3.1
2013-01-20 21:09:34 [WARNING] [ColoredSigns] Erorr While loading Commands. Have you installed the Right Craftbukkit Build?
2013-01-20 21:09:34 [WARNING] [ColoredSigns] Erorr While loading Commands. Please create a Ticket,when your Craftbukkit version is valid.
2013-01-20 21:09:34 [INFO] [ColoredSigns] Listeners Enabled.
2013-01-20 21:09:34 [INFO] [ColoredSigns] version 3.1 by Janomine Succesfully Enabled.
2013-01-20 21:09:34 [INFO] [CountryLoginMessage] Enabling CountryLoginMessage v1.6.1
2013-01-20 21:09:34 [WARNING] [CountryLoginMessage] Failed to load GeoIPTools.
2013-01-20 21:09:34 [WARNING] [CountryLoginMessage] Are you sure 'GeoIPTools' plugin is running?
2013-01-20 21:09:34 [INFO] [CombatTag] Enabling CombatTag v5.4
2013-01-20 21:09:34 [INFO] [CombatTag] has loaded with a tag time of 10 seconds
2013-01-20 21:09:34 [INFO] [WorldGuard] Enabling WorldGuard v5.6.5
2013-01-20 21:09:34 [INFO] [WorldGuard] (world) TNT ignition is PERMITTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world) Lighters are PERMITTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world) Lava fire is blocked.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world) Fire spread is UNRESTRICTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] Loaded configuration for world 'world'
2013-01-20 21:09:34 [INFO] [WorldGuard] (world_nether) TNT ignition is PERMITTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world_nether) Lighters are PERMITTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world_nether) Lava fire is blocked.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] Loaded configuration for world 'world_nether'
2013-01-20 21:09:34 [INFO] [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world_the_end) Lighters are PERMITTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world_the_end) Lava fire is blocked.
2013-01-20 21:09:34 [INFO] [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] Loaded configuration for world 'world_the_end'
2013-01-20 21:09:34 [INFO] [WorldGuard] (pvp) TNT ignition is PERMITTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] (pvp) Lighters are PERMITTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] (pvp) Lava fire is blocked.
2013-01-20 21:09:34 [INFO] [WorldGuard] (pvp) Fire spread is UNRESTRICTED.
2013-01-20 21:09:34 [INFO] [WorldGuard] Loaded configuration for world 'pvp'
2013-01-20 21:09:34 [INFO] [WorldGuard] 101 regions loaded for 'world'
2013-01-20 21:09:34 [INFO] [WorldGuard] 2 regions loaded for 'world_nether'
2013-01-20 21:09:34 [INFO] [WorldGuard] 3 regions loaded for 'world_the_end'
2013-01-20 21:09:34 [INFO] [WorldGuard] 1 regions loaded for 'pvp'
2013-01-20 21:09:34 [INFO] [TreeAssist] Enabling TreeAssist v5.0
2013-01-20 21:09:34 [INFO] [dynmap] Enabling dynmap v1.3-1467
2013-01-20 21:09:34 [INFO] [dynmap] Using PermissionsEx 1.19.5 for access control
2013-01-20 21:09:34 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/terrain.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/terrain.png (No such file or directory)
2013-01-20 21:09:34 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-01-20 21:09:34 [SEVERE] [dynmap] Error: shader 'default' cannot load texture pack 'standard'
2013-01-20 21:09:34 [SEVERE] [dynmap] Could not load colors 'default' ('plugins/dynmap/colorschemes/default.txt'): File not found.
java.io.FileNotFoundException: plugins/dynmap/colorschemes/default.txt (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at org.dynmap.ColorScheme.loadScheme(ColorScheme.java:83)
   at org.dynmap.ColorScheme.getScheme(ColorScheme.java:51)
   at org.dynmap.hdmap.DefaultHDShader.<init>(DefaultHDShader.java:25)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
   at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
   at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
   at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
   at org.dynmap.MapManager.<init>(MapManager.java:776)
   at org.dynmap.DynmapCore.enableCore(DynmapCore.java:368)
   at org.dynmap.bukkit.DynmapPlugin.doEnable(DynmapPlugin.java:758)
   at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:740)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:278)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:260)
   at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
   at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
   at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
   at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
2013-01-20 21:09:34 [SEVERE] [dynmap] Could not load colors 'ovocean' ('plugins/dynmap/colorschemes/ovocean.txt'): File not found.
java.io.FileNotFoundException: plugins/dynmap/colorschemes/ovocean.txt (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at org.dynmap.ColorScheme.loadScheme(ColorScheme.java:83)
   at org.dynmap.ColorScheme.getScheme(ColorScheme.java:51)
   at org.dynmap.hdmap.DefaultHDShader.<init>(DefaultHDShader.java:25)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
   at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
   at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
   at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
   at org.dynmap.MapManager.<init>(MapManager.java:776)
   at org.dynmap.DynmapCore.enableCore(DynmapCore.java:368)
   at org.dynmap.bukkit.DynmapPlugin.doEnable(DynmapPlugin.java:758)
   at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:740)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:278)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:260)
   at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
   at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
   at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
   at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
2013-01-20 21:09:34 [SEVERE] [dynmap] Could not load colors 'flames' ('plugins/dynmap/colorschemes/flames.txt'): File not found.
java.io.FileNotFoundException: plugins/dynmap/colorschemes/flames.txt (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at org.dynmap.ColorScheme.loadScheme(ColorScheme.java:83)
   at org.dynmap.ColorScheme.getScheme(ColorScheme.java:51)
   at org.dynmap.hdmap.DefaultHDShader.<init>(DefaultHDShader.java:25)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
   at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
   at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
   at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
   at org.dynmap.MapManager.<init>(MapManager.java:776)
   at org.dynmap.DynmapCore.enableCore(DynmapCore.java:368)
   at org.dynmap.bukkit.DynmapPlugin.doEnable(DynmapPlugin.java:758)
   at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:740)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:278)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:260)
   at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
   at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
   at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
   at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
2013-01-20 21:09:34 [SEVERE] [dynmap] Could not load colors 'sk89q' ('plugins/dynmap/colorschemes/sk89q.txt'): File not found.
java.io.FileNotFoundException: plugins/dynmap/colorschemes/sk89q.txt (No such file or directory)
   at java.io.FileInputStream.open(Native Method)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at org.dynmap.ColorScheme.loadScheme(ColorScheme.java:83)
   at org.dynmap.ColorScheme.getScheme(ColorScheme.java:51)
   at org.dynmap.hdmap.DefaultHDShader.<init>(DefaultHDShader.java:25)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
   at org.dynmap.ConfigurationNode.createInstance(ConfigurationNode.java:322)
   at org.dynmap.ConfigurationNode.createInstances(ConfigurationNode.java:336)
   at org.dynmap.hdmap.HDMapManager.loadHDShaders(HDMapManager.java:38)
   at org.dynmap.MapManager.<init>(MapManager.java:776)
   at org.dynmap.DynmapCore.enableCore(DynmapCore.java:368)
   at org.dynmap.bukkit.DynmapPlugin.doEnable(DynmapPlugin.java:758)
   at org.dynmap.bukkit.DynmapPlugin.onEnable(DynmapPlugin.java:740)
   at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
   at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457)
   at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugin(CraftServer.java:278)
   at org.bukkit.craftbukkit.v1_4_6.CraftServer.enablePlugins(CraftServer.java:260)
   at net.minecraft.server.v1_4_6.MinecraftServer.j(MinecraftServer.java:321)
   at net.minecraft.server.v1_4_6.MinecraftServer.e(MinecraftServer.java:300)
   at net.minecraft.server.v1_4_6.MinecraftServer.a(MinecraftServer.java:259)
   at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:149)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
2013-01-20 21:09:34 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/terrain.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/terrain.png (No such file or directory)
2013-01-20 21:09:34 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-01-20 21:09:34 [SEVERE] [dynmap] Error: shader 'stdtexture' cannot load texture pack 'standard'
2013-01-20 21:09:34 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/terrain.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/terrain.png (No such file or directory)
2013-01-20 21:09:34 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-01-20 21:09:34 [SEVERE] [dynmap] Error: shader 'stdtexture-cave' cannot load texture pack 'standard'
2013-01-20 21:09:34 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/terrain.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/terrain.png (No such file or directory)
2013-01-20 21:09:34 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-01-20 21:09:34 [SEVERE] [dynmap] Error: shader 'stdtexture-nobiome' cannot load texture pack 'standard'
2013-01-20 21:09:34 [INFO] [dynmap] Cannot process plugins/dynmap/texturepacks/standard/terrain.png - java.io.FileNotFoundException: plugins/dynmap/texturepacks/standard/terrain.png (No such file or directory)
2013-01-20 21:09:34 [SEVERE] [dynmap] Error loading texture pack 'standard' - not found
2013-01-20 21:09:34 [SEVERE] [dynmap] Error: shader 'stdtexture-mcr-grid' cannot load texture pack 'standard'
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 21 shaders.
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 82 perspectives.
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 12 lightings.
2013-01-20 21:09:35 [SEVERE] [dynmap] Failed to start WebServer on address 0.0.0.0:87819 : port out of range:87819
2013-01-20 21:09:35 [INFO] [dynmap] version 1.3-1467 is enabled - core version 1.3-456
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 3 maps of world 'world'.
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 354 pending tile renders for world 'world
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 2 maps of world 'world_nether'.
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 25 pending tile renders for world 'world_nether
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 2 maps of world 'world_the_end'.
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 5 pending tile renders for world 'world_the_end
2013-01-20 21:09:35 [INFO] [dynmap] Loaded 3 maps of world 'pvp'.
2013-01-20 21:09:35 [INFO] [dynmap] Enabled
2013-01-20 21:09:35 [INFO] [AutoMessage] Enabling AutoMessage v2.0.5
2013-01-20 21:09:35 [INFO] [iConomy] Enabling iConomy v7.0
2013-01-20 21:09:35 [INFO] [iConomy - April Fools] Enabled (16 ms)
2013-01-20 21:09:35 [INFO] [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
2013-01-20 21:09:35 [INFO] [Vault][Economy] iConomy 7 hooked.
2013-01-20 21:09:35 [INFO] [AuthMe] Enabling AuthMe v2.6.6
2013-01-20 21:09:35 [INFO] [iConomy - April Fools] Purged accounts with default balance.
2013-01-20 21:09:35 [INFO] [AuthMe] Loading Configuration File...
2013-01-20 21:09:35 [INFO] [AuthMe] Merge new Config Options..
2013-01-20 21:09:35 [INFO] [AuthMe] Set Language: en
2013-01-20 21:09:35 [INFO] [AuthMe] Authme 2.6.6 enabled
2013-01-20 21:09:35 [INFO] [DragonTravel] Enabling DragonTravel v1.8.3b
2013-01-20 21:09:35 [INFO] [DragonTravel] Loaded Configuration
2013-01-20 21:09:35 [INFO] [DragonTravel] Loaded Messages-File
2013-01-20 21:09:35 [INFO] [DragonTravel] Loaded Destinations
2013-01-20 21:09:35 [INFO] [DragonTravel] Loaded Flights
2013-01-20 21:09:35 [INFO] [DragonTravel] Loaded Stations
2013-01-20 21:09:35 [INFO] [DragonTravel] Loaded Signs
2013-01-20 21:09:35 [INFO] [DragonTravel] Loaded Homes
2013-01-20 21:09:35 [INFO] [DragonTravel] Enabled v1.8.3b
2013-01-20 21:09:35 [INFO] [PluginSpy] Enabling PluginSpy v1.4
2013-01-20 21:09:35 [INFO] PluginSpy version 1.4 is now running.
2013-01-20 21:09:35 [INFO] [SimpleReserve] Enabling SimpleReserve v0.5.0
2013-01-20 21:09:35 [FINER] [SimpleReserve] Created SimpleReserveListener with kickMessage: "Kicked to make room for reserved user!" and fullMessage: "The server is full!"
2013-01-20 21:09:35 [INFO] [SimpleReserve] SimpleReserve version 0.5.0 enabled!
2013-01-20 21:09:35 [INFO] [MobArena] Enabling MobArena v0.94.4.81
2013-01-20 21:09:35 [INFO] [MobArena] v0.94.4.81 enabled.
2013-01-20 21:09:35 [INFO] [Essentials] Enabling Essentials v2.9.5
2013-01-20 21:09:35 [INFO] [Vault][Economy] Essentials Economy hooked.
2013-01-20 21:09:35 [INFO] Essentials: Using PermissionsEx based permissions.
2013-01-20 21:09:35 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.22-b277)
2013-01-20 21:09:35 [INFO] [Residence] Enabling Residence v2.6.6.2
2013-01-20 21:09:35 [INFO] [Residence] Found Vault using permissions plugin:PermissionsEx
2013-01-20 21:09:35 [INFO] [Residence] Scanning for economy systems...
2013-01-20 21:09:35 [INFO] [Residence] Found Vault using economy system: iConomy 7
2013-01-20 21:09:35 [INFO] [Residence] Found WorldEdit
2013-01-20 21:09:35 [INFO] [Residence] Enabled! Version 2.6.6.2 by bekvon
2013-01-20 21:09:35 [INFO] [MonsterHunt] Enabling MonsterHunt v1.6.0-beta1
2013-01-20 21:09:36 [INFO] [ChatManager] Enabling ChatManager v1.19.1
2013-01-20 21:09:36 [INFO] [ChatManager] ChatManager enabled!
2013-01-20 21:09:36 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.9.5
2013-01-20 21:09:36 [INFO] [Ultrabans] Enabling Ultrabans v2.0.9
2013-01-20 21:09:36 [INFO] Connection reset
2013-01-20 21:09:36 [INFO] [Ultrabans] No Updates found on dev.bukkit.org.
2013-01-20 21:09:36 [INFO] [Ultrabans] Loaded. 0 secs.
2013-01-20 21:09:36 [INFO] [ChestShop] Enabling ChestShop v3.46
2013-01-20 21:09:37 [INFO] [ChestShop] LWC version 4.3.1 (b767-git-MANUAL) (November 15, 2012) loaded.
2013-01-20 21:09:37 [INFO] [ChestShop] Vault loaded - using iConomy 7
2013-01-20 21:09:37 [INFO] [EssentialsChat] Enabling EssentialsChat v2.9.5
2013-01-20 21:09:37 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-01-20 21:09:37 [INFO] Done (4.293s)! For help, type "help" or "?"
2013-01-20 21:09:37 [INFO] Starting GS4 status listener
2013-01-20 21:09:37 [INFO] Query running on 93.91.250.129:27819
2013-01-20 21:09:37 [WARNING] Method "public Plugin loadPlugin(File, boolean)" is Deprecated, and may be removed in a future version of Bukkit
org.bukkit.plugin.AuthorNagException:
   at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)
   at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:418)
   at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)
   at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)
   at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
   at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
   at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
   at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
   at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
   at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)
   at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:37)
   at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftTask.run(CraftTask.java:53)
   at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
   at java.lang.Thread.run(Thread.java:722)
2013-01-20 21:09:37 [SEVERE] [dynmap] Exception during render job: world=world, map=null
2013-01-20 21:09:37 [SEVERE] java.lang.NullPointerException
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.TexturePackHDShader$ShaderState.<init>(TexturePackHDShader.java:94)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.TexturePackHDShader.getStateInstance(TexturePackHDShader.java:231)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.HDMapManager.getShaderStateForTile(HDMapManager.java:125)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.IsoHDPerspective.render(IsoHDPerspective.java:1413)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.HDMapTile.render(HDMapTile.java:96)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:653)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:595)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:180)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:196)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
2013-01-20 21:09:37 [SEVERE]    at java.lang.Thread.run(Thread.java:722)
2013-01-20 21:09:37 [SEVERE] [dynmap] Exception during render job: world=world, map=null
2013-01-20 21:09:37 [SEVERE] java.lang.NullPointerException
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.TexturePackHDShader$ShaderState.<init>(TexturePackHDShader.java:94)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.TexturePackHDShader.getStateInstance(TexturePackHDShader.java:231)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.HDMapManager.getShaderStateForTile(HDMapManager.java:125)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.IsoHDPerspective.render(IsoHDPerspective.java:1413)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.hdmap.HDMapTile.render(HDMapTile.java:96)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:653)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:595)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:180)
2013-01-20 21:09:37 [SEVERE]    at org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:196)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
2013-01-20 21:09:37 [SEVERE]    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
2013-01-20 21:09:37 [SEVERE]    at java.lang.Thread.run(Thread.java:722)
2013-01-20 21:09:37 [INFO] /62.169.189.66:62336 lost connection
2013-01-20 21:09:39 [INFO] [mcMMO] Loading mcMMO spout.yml File...
2013-01-20 21:09:39 [INFO] minec[/90.181.103.129:49962] logged in with entity id 903 at ([world] 1968.3392091294868, 66.41040006637586, 191.42500001192093)
2013-01-20 21:09:39 [INFO] [Ultrabans] Logged minec connecting from ip:90.181.103.129
2013-01-20 21:09:39 [INFO] Kcin[/46.228.208.58:57983] logged in with entity id 904 at ([world] 1990.1165140265384, 63.0, 45.28700673227834)
2013-01-20 21:09:39 [INFO] [Ultrabans] Logged Kcin connecting from ip:46.228.208.58
2013-01-20 21:09:47 [INFO] Kcin issued server command: /login heslo
2013-01-20 21:09:47 [INFO] [AuthMe] §7Kcin§r logged in!
2013-01-20 21:09:47 [INFO] minec issued server command: /login 123456
2013-01-20 21:09:47 [INFO] [AuthMe] §7minec§r logged in!
2013-01-20 21:09:51 [SEVERE] Could not pass event EntityChangeBlockEvent to SafeCreeper v1.2
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
   at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
   at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
   at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
   at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1476)
   at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
   at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1273)
   at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
   at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
   at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
   at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:534)
   at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
   at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
   at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
   at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
   at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
   at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
   at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
   at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
   at com.timvisee.safecreeper.SafeCreeperEntityListener.onEntityChangeBlock(SafeCreeperEntityListener.java:886)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 24 more
2013-01-20 21:09:51 [SEVERE] Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
org.bukkit.event.EventException
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
   at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
   at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
   at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
   at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
   at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
   at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
   at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
   at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1476)
   at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
   at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1273)
   at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
   at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
   at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
   at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:534)
   at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
   at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
   at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
   at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
   at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
   at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
   at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
   at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
   at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
   at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
   at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:601)
   at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
   ... 24 more
2013-01-20 21:09:52 [INFO] [mcMMO] Loading mcMMO tools.yml File...
2013-01-20 21:09:52 [INFO] [mcMMO] Loading mcMMO armor.yml File...
2013-01-20 21:09:52 [INFO] [mcMMO] Loading mcMMO blocks.yml File...
2013-01-20 21:09:55 [INFO] WeiG_[/95.103.100.224:15083] logged in with entity id 1019 at ([world_the_end] 295.81419826007357, 1.0, 7.9858764393387)
2013-01-20 21:09:55 [INFO] [Ultrabans] Logged WeiG_ connecting from ip:95.103.100.224
2013-01-20 21:10:00 [INFO] WeiG_ issued server command: /login hgwvmb3db45
2013-01-20 21:10:00 [INFO] [AuthMe] §7WeiG_§r logged in!
2013-01-20 21:10:06 [INFO] viktor_s[/62.169.189.66:62422] logged in with entity id 1205 at ([world] 1987.895201383515, 63.0, 45.488953735904985)
2013-01-20 21:10:06 [INFO] [Ultrabans] Logged viktor_s connecting from ip:62.169.189.66
2013-01-20 21:10:11 [INFO] viktor_s issued server command: /login vik123
2013-01-20 21:10:11 [INFO] [AuthMe] §7viktor_s§r logged in!

Smexhy
Příspěvky: 5602
Věk: 26
Registrován: 31 říj 2012, 15:50
Reputation: 20
Bydliště: Slovensko
Kontaktovat uživatele:

Re: Automaticke zpravy

#8 Příspěvekod Smexhy » 21 led 2013, 17:04

Tak toto je log plný errorov :D Doporučujem ti preriediť a opraviť si pluginy...+ ten AutoMessage žiadnu chybu nevypisuje, máš najnovšiu verziu?

Uživatelský avatar
Gotak
Příspěvky: 354
Registrován: 27 srp 2012, 16:22
Reputation: 0
Kontaktovat uživatele:

Re: Automaticke zpravy

#9 Příspěvekod Gotak » 21 led 2013, 17:10

Musíš těm hráčům dát permision, aby to viděli.


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 43 hostů