Ahoj nevym proč ale když Chci na serveru na verzi 1.2.3 Rezidenci Tak v plugin Listu je Zeleně ale Piše to:

Nevyte co s tim ??? Skoušel jsem to na Hamachi serveru ale kdys to napišu do konzole tak to funguje tak nechapu co s tim je ???
Kód: Vybrat vše
2012-03-15 19:53:40 [INFO] Starting minecraft server version 1.2.3
2012-03-15 19:53:40 [INFO] Loading properties
2012-03-15 19:53:40 [INFO] Starting Minecraft server on 93.91.250.108:27535
2012-03-15 19:53:40 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
2012-03-15 19:53:40 [WARNING] The server will make no attempt to authenticate usernames. Beware.
2012-03-15 19:53:40 [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.
2012-03-15 19:53:40 [WARNING] To change this, set "online-mode" to "true" in the server.properties file.
2012-03-15 19:53:40 [INFO] This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2-b2060jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2)
2012-03-15 19:53:40 [INFO] Starting Minequery server on 93.91.250.108:25566
2012-03-15 19:53:40 [INFO] Starting FakaHedaMinequery server on 93.91.250.108:28535
2012-03-15 19:53:40 [SEVERE] Could not load 'plugins/Log0.8.2.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:56)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
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.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at org.pokepal101.log.pokepal101.log.LogPlugin.<init>(LogPlugin.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:144)
... 8 more
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
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.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 27 more
2012-03-15 19:53:41 [INFO] [LagMeter] Loading LagMeter v0.5
2012-03-15 19:53:41 [INFO] [MinecraftViewer] Loading MinecraftViewer v1.0d
2012-03-15 19:53:41 [INFO] [Minequery] Loading Minequery v1.5
2012-03-15 19:53:41 [INFO] [FakaHedaMinequery] Loading FakaHedaMinequery v1.1
2012-03-15 19:53:41 [INFO] [WorldEdit] Loading WorldEdit v5.3-SNAPSHOT
2012-03-15 19:53:41 [INFO] [BlockHat] Loading BlockHat v1.8
2012-03-15 19:53:41 [INFO] [NoMoreRollBacks] Loading NoMoreRollBacks v0.4
2012-03-15 19:53:41 [INFO] [Vault] Loading Vault v1.2.12-b136
2012-03-15 19:53:41 [INFO] [LogBlock] Loading LogBlock v1.50
2012-03-15 19:53:41 [INFO] [LogBlock] Version check: Your version is up to date
2012-03-15 19:53:41 [INFO] [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
2012-03-15 19:53:41 [SEVERE] [LogBlock] Error while fetching connection:
java.sql.SQLException: Access denied for user 'username'@'localhost' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
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 com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
at java.sql.DriverManager.getConnection(DriverManager.java:579)
at java.sql.DriverManager.getConnection(DriverManager.java:221)
at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:72)
at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:258)
at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:77)
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:212)
at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:56)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
2012-03-15 19:53:41 [INFO] [AutoMessage] Loading AutoMessage v1.5
2012-03-15 19:53:41 [INFO] [iConomy] Loading iConomy v6.0.8b
2012-03-15 19:53:41 [INFO] [AuthMe] Loading AuthMe v2.6.3b1
2012-03-15 19:53:41 [INFO] [ColorMe] Loading ColorMe v3.4.1
2012-03-15 19:53:41 [INFO] [FalseBookCore] Loading FalseBookCore v0.93alpha
2012-03-15 19:53:41 [INFO] [FoundDiamonds] Loading FoundDiamonds v2.2
2012-03-15 19:53:41 [INFO] [FalseBookCart] Loading FalseBookCart v0.93alpha
2012-03-15 19:53:41 [INFO] [Residence] Loading Residence v2.5
2012-03-15 19:53:41 [INFO] [Essentials] Loading Essentials v2.8.3
2012-03-15 19:53:41 [INFO] [EssentialsProtect] Loading EssentialsProtect v2.8.3
2012-03-15 19:53:41 [INFO] MLog clients using java 1.4+ standard logging.
2012-03-15 19:53:41 [INFO] [FalseBookChat] Loading FalseBookChat v0.93alpha
2012-03-15 19:53:41 [INFO] [EssentialsSpawn] Loading EssentialsSpawn v2.8.3
2012-03-15 19:53:41 [INFO] [FalseBookBlock] Loading FalseBookBlock v0.93alpha
2012-03-15 19:53:41 [INFO] [LWC] Loading LWC v4.1.1 (b645-git-b24cc99e)
2012-03-15 19:53:41 [INFO] [FalseBookIC] Loading FalseBookIC v0.93alpha
2012-03-15 19:53:41 [INFO] [ChestShop] Loading ChestShop v3.37
2012-03-15 19:53:41 [INFO] [EssentialsChat] Loading EssentialsChat v2.8.3
2012-03-15 19:53:41 [INFO] [FalseBookExtra] Loading FalseBookExtra v0.93alpha
2012-03-15 19:53:41 [INFO] [Vault] Enabling Vault v1.2.12-b136
2012-03-15 19:53:41 [INFO] [Vault][Economy] Essentials Economy found: Waiting
2012-03-15 19:53:41 [INFO] [Vault][Economy] iConomy 6 found: Waiting
2012-03-15 19:53:41 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
2012-03-15 19:53:41 [INFO] [Vault] Enabled Version 1.2.12-b136
2012-03-15 19:53:41 [INFO] [LWC] Enabling LWC v4.1.1 (b645-git-b24cc99e)
2012-03-15 19:53:41 [INFO] LWC: Loading shared objects
2012-03-15 19:53:41 [INFO] ----- Bukkit Auto Updater -----
2012-03-15 19:53:41 [INFO] It appears that you're running a Beta Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
2012-03-15 19:53:41 [INFO] If you would like to be kept informed about new Beta Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'beta'.
2012-03-15 19:53:41 [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.
2012-03-15 19:53:41 [INFO] If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
2012-03-15 19:53:41 [INFO] ----- ------------------- -----
2012-03-15 19:53:41 [INFO] LWC: Native library: plugins/LWC/lib/native/Linux/amd64/libsqlitejdbc.so
2012-03-15 19:53:41 [INFO] LWC: Protection cache: 0/10000
2012-03-15 19:53:41 [INFO] LWC: Loaded 207 locale strings (0 overrides)
2012-03-15 19:53:41 [INFO] LWC: Permissions API: SuperPermsPermissions
2012-03-15 19:53:41 [INFO] LWC: Currency API: iConomy6Currency
2012-03-15 19:53:41 [INFO] LWC: Connecting to SQLite
2012-03-15 19:53:41 [INFO] LWC: Performing any necessary database updates
2012-03-15 19:53:41 [INFO] LWC: Using database: Native
2012-03-15 19:53:41 [INFO] LWC: Precached 3651 protections.
2012-03-15 19:53:41 [INFO] LWC: At version: 4.1.1 (b645)
2012-03-15 19:53:41 [INFO] Preparing level "Beta"
2012-03-15 19:53:41 [INFO] Default game type: 0
2012-03-15 19:53:41 [INFO] Preparing start region for level 0 (Seed: 76274)
2012-03-15 19:53:41 [INFO] LWC: Latest version: 4.1.1
2012-03-15 19:53:42 [INFO] Preparing start region for level 1 (Seed: 76274)
2012-03-15 19:53:42 [INFO] Preparing start region for level 2 (Seed: 76274)
2012-03-15 19:53:42 [INFO] [LagMeter] Enabling LagMeter v0.5
2012-03-15 19:53:42 [SEVERE] Error occurred while enabling LagMeter v0.5 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
at com.webkonsept.minecraft.lagmeter.LagMeter.loadConfig(Unknown Source)
at com.webkonsept.minecraft.lagmeter.LagMeter.onEnable(Unknown Source)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
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.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 12 more
2012-03-15 19:53:42 [INFO] [MinecraftViewer] Enabling MinecraftViewer v1.0d
2012-03-15 19:53:42 [SEVERE] Error occurred while enabling MinecraftViewer v1.0d (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.plugin.Plugin.getConfiguration()Lorg/bukkit/util/config/Configuration;
at com.multiplay.minecraft.bukkit.BukkitServerInterface.<init>(BukkitServerInterface.java:36)
at com.multiplay.minecraft.bukkit.MinecraftViewer.onEnable(MinecraftViewer.java:17)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
2012-03-15 19:53:42 [INFO] [Minequery] Enabling Minequery v1.5
2012-03-15 19:53:42 [INFO] [FakaHedaMinequery] Enabling FakaHedaMinequery v1.1
2012-03-15 19:53:42 [INFO] [WorldEdit] Enabling WorldEdit v5.3-SNAPSHOT
2012-03-15 19:53:42 [INFO] WEPIF: Using the Bukkit Permissions API.
2012-03-15 19:53:42 [INFO] [BlockHat] Enabling BlockHat v1.8
2012-03-15 19:53:42 [SEVERE] Error occurred while enabling BlockHat v1.8 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.plugin.PluginDescriptionFile.getAuthors()Ljava/util/ArrayList;
at me.nmc94.BlockHat.BlockHat.onEnable(BlockHat.java:42)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
2012-03-15 19:53:42 [INFO] [NoMoreRollBacks] Enabling NoMoreRollBacks v0.4
2012-03-15 19:53:42 [INFO] NoMoreRollBack has been enabled!
2012-03-15 19:53:42 [INFO] NoMoreRollBack by Jumla. V.0.4.1
2012-03-15 19:53:42 [INFO] [LogBlock] Enabling LogBlock v1.50
2012-03-15 19:53:42 [INFO] [AutoMessage] Enabling AutoMessage v1.5
2012-03-15 19:53:42 [INFO] [AutoMessage] version [1.5] loaded
2012-03-15 19:53:42 [INFO] [iConomy] Enabling iConomy v6.0.8b
2012-03-15 19:53:42 [SEVERE] Error occurred while enabling iConomy v6.0.8b (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/util/config/Configuration
at com.iCo6.iConomy.onEnable(iConomy.java:114)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Caused by: java.lang.ClassNotFoundException: org.bukkit.util.config.Configuration
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
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.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 11 more
2012-03-15 19:53:42 [INFO] [Vault][Economy] iConomy 6 hooked.
2012-03-15 19:53:42 [INFO] [AuthMe] Enabling AuthMe v2.6.3b1
2012-03-15 19:53:42 [INFO] [AuthMe] Loading Configuration File...
2012-03-15 19:53:42 [INFO] [AuthMe] Merge new Options..
2012-03-15 19:53:42 [INFO] [AuthMe] Authme 2.6.3b1 enabled
2012-03-15 19:53:42 [INFO] [ColorMe] Enabling ColorMe v3.4.1
2012-03-15 19:53:42 [INFO] ColorMe 3.4.1 is enabled!
2012-03-15 19:53:42 [INFO] ColorMe loaded Vault successfully
2012-03-15 19:53:42 [WARNING] Running without Spout!
2012-03-15 19:53:42 [INFO] [FalseBookCore] Enabling FalseBookCore v0.93alpha
2012-03-15 19:53:42 [INFO] [ FalseBook Core ] using Vault for Permissions!
2012-03-15 19:53:42 [INFO] [ FalseBook Core ] FalseBookCore v0.93alpha by GeMo enabled!
2012-03-15 19:53:42 [INFO] [FoundDiamonds] Enabling FoundDiamonds v2.2
2012-03-15 19:53:42 [INFO] FoundDiamonds v2.2 STARTED
2012-03-15 19:53:42 [INFO] [FalseBookCart] Enabling FalseBookCart v0.93alpha
2012-03-15 19:53:43 [INFO] 0 locked storagecarts loaded.
2012-03-15 19:53:43 [INFO] [ FalseBook Cart ] FalseBookCart v0.93alpha by GeMo enabled
2012-03-15 19:53:43 [INFO] [Residence] Enabling Residence v2.5
2012-03-15 19:53:43 [INFO] [Residence] Found Vault using permissions plugin:SuperPerms
2012-03-15 19:53:43 [INFO] [Residence] Scanning for economy systems...
2012-03-15 19:53:43 [INFO] [Residence] Found Vault using economy system: iConomy 6
2012-03-15 19:53:43 [SEVERE] Error occurred while enabling Residence v2.5 (Is it up to date?)
java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
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.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:234)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:37)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
at com.bekvon.bukkit.residence.Residence.onEnable(Residence.java:277)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at com.bekvon.bukkit.residence.Residence.setEnabled(Residence.java:1791)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
Caused by: java.lang.ClassNotFoundException: org.bukkit.event.block.BlockListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
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.findClass(PluginClassLoader.java:41)
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
... 27 more
2012-03-15 19:53:43 [INFO] [Essentials] Enabling Essentials v2.8.3
2012-03-15 19:53:43 [INFO] Bukkit version format changed. Version not checked.
2012-03-15 19:53:43 [INFO] git-Bukkit-1.2.3-R0.2-b2060jnks (MC: 1.2.3)
2012-03-15 19:53:43 [INFO] 1.2.3-R0.2
2012-03-15 19:53:43 [INFO] [Vault][Economy] Essentials Economy hooked.
2012-03-15 19:53:43 [INFO] Essentials: Using config based permissions. Enable superperms in config.
2012-03-15 19:53:43 [INFO] [Essentials] Payment method found (Vault - Economy: iConomy 6 version: 1.2.12-b136)
2012-03-15 19:53:43 [INFO] [EssentialsProtect] Enabling EssentialsProtect v2.8.3
2012-03-15 19:53:43 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2012-03-15 19:53:43 [INFO] [FalseBookChat] Enabling FalseBookChat v0.93alpha
2012-03-15 19:53:43 [INFO] [ FalseBook Chat ] FalseBookChat v0.93alpha by GeMo enabled
2012-03-15 19:53:43 [INFO] [EssentialsSpawn] Enabling EssentialsSpawn v2.8.3
2012-03-15 19:53:43 [INFO] [FalseBookBlock] Enabling FalseBookBlock v0.93alpha
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] Error while reading file: plugins/FalseBook/Beta/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] regenerated file: plugins/FalseBook/Beta/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] Error while reading file: plugins/FalseBook/Beta_nether/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] regenerated file: plugins/FalseBook/Beta_nether/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] Error while reading file: plugins/FalseBook/Beta_the_end/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] regenerated file: plugins/FalseBook/Beta_the_end/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] Error while reading file: plugins/FalseBook/Beta/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] regenerated file: plugins/FalseBook/Beta/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] Error while reading file: plugins/FalseBook/Beta_nether/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] regenerated file: plugins/FalseBook/Beta_nether/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] Error while reading file: plugins/FalseBook/Beta_the_end/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] regenerated file: plugins/FalseBook/Beta_the_end/FalseBookBlock.properties
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] 0 Doors successfully loaded.
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] 0 Areas loaded.
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] 0 Bridges successfully loaded.
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] No Cauldrons loaded!
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] No Books loaded!
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] 0 protected gateblocks successfully loaded.
2012-03-15 19:53:43 [INFO] [ FalseBook Block ] FalseBookBlock v0.93alpha by GeMo enabled
2012-03-15 19:53:43 [INFO] [FalseBookIC] Enabling FalseBookIC v0.93alpha
2012-03-15 19:53:43 [INFO] [ FalseBook IC ] Selftriggered ICs are executing aprox. every 500ms.
2012-03-15 19:53:43 [INFO] [ FalseBook IC ] FalseBookIC v0.93alpha by GeMo enabled
2012-03-15 19:53:43 [INFO] [ChestShop] Enabling ChestShop v3.37
2012-03-15 19:53:43 [INFO] [ChestShop] LWC version 4.1.1 (b645-git-b24cc99e) loaded.
2012-03-15 19:53:43 [INFO] [ChestShop] Vault loaded using economy plugin iConomy 6
2012-03-15 19:53:43 [SEVERE] [ChestShop] WARNING! Your spawn-radius in bukkit.yml isn't set to 0! You won't be able to sell to shops built near spawn!
2012-03-15 19:53:43 [INFO] [EssentialsChat] Enabling EssentialsChat v2.8.3
2012-03-15 19:53:43 [INFO] [FalseBookExtra] Enabling FalseBookExtra v0.93alpha
2012-03-15 19:53:43 [INFO] [ FalseBook Extra ] 0 protected blocks in 'Beta' loaded.
2012-03-15 19:53:43 [INFO] [ FalseBook Extra ] 0 protected blocks in 'Beta_nether' loaded.
2012-03-15 19:53:43 [INFO] [ FalseBook Extra ] 0 protected blocks in 'Beta_the_end' loaded.
2012-03-15 19:53:43 [INFO] [ FalseBook Extra ] FalseBookExtra v0.93alpha by GeMo enabled
2012-03-15 19:53:43 [INFO] Server permissions file permissions.yml is empty, ignoring it
2012-03-15 19:53:43 [INFO] Done (2.009s)! For help, type "help" or "?"
2012-03-15 19:53:43 [INFO] Starting GS4 status listener
2012-03-15 19:53:43 [INFO] Query running on 93.91.250.108:27535
2012-03-15 19:53:44 [INFO] [ FalseBook IC ] Loaded selftriggered ICs: 0 done
2012-03-15 19:53:44 [INFO] [ FalseBook IC ] Failed selftriggered ICs: 0 failed
2012-03-15 19:53:46 [INFO] Server is saving the map, expect some lag...[0m
2012-03-15 19:53:46 [SEVERE] Exception in thread "Thread-32"
2012-03-15 19:53:46 [SEVERE] java.lang.InstantiationError: org.bukkit.command.ConsoleCommandSender
2012-03-15 19:53:46 [SEVERE] at me.jumla.NoMoreRollback.NMR$1.run(NMR.java:62)
2012-03-15 19:53:46 [SEVERE] at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
2012-03-15 19:53:46 [SEVERE] at java.lang.Thread.run(Thread.java:722)
Kód: Vybrat vše
LegacyPermissions:true
Kód: Vybrat vše
#These are Global Settings for Residence.
Global:
# This loads the <language>.yml file in the Residence Language folder
# All Residence text comes from this file. (NOT DONE YET)
Language: English
# Wooden Axe is the default selection tool for Residence.
# You can change it to another item ID listed here: http://www.minecraftwiki.net/wiki/Data_values
SelectionToolId: 271
# This determins which tool you can use to see info on residences, default is String.
# Simply equip this tool and hit a location inside the residence and it will display the info for it.
InfoToolId: 287
# The interval, in milliseconds, between movement checks.
# Reducing this will increase the load on the server.
# Increasing this will allow players to move further in movement restricted zones before they are teleported out.
MoveCheckInterval: 500
# The interval, in minutes, between residence saves.
SaveInterval: 10
# The default group to use if Permissions fails to attach or your not using Permissions.
DefaultGroup: default
# Enable / Disable the Lease System.
UseLeaseSystem: false
# The interval, in minutes, between residence lease checks (if leases are enabled).
LeaseCheckInterval: 10
# Allows leases to automatically renew so long as the player has the money, if economy is disabled, this setting does nothing.
LeaseAutoRenew: true
# Whether or not to use the Permissions system in conjunction with this config.
EnablePermissions: true
# Set to true if NOT using Permissions or PermissionsBukkit, or using a really old version of Permissions
LegacyPermissions: true
# Enable / Disable Residence's Economy System (iConomy, MineConomy, Essentials, BOSEconomy, and RealEconomy supported).
EnableEconomy: true
# Enables or disables the Rent System
EnableRentSystem: false
# The interval, in minutes, between residence rent expiration checks (if the rent system is enabled).
RentCheckInterval: 10
# Enable or disable residence chat channels.
ResidenceChatEnable: true
# Color of residence chat.
ResidenceChatColor: DARK_PURPLE
# Whether or not to ignore the usual Permission flags and only allow OPs and groups with 'residence.admin' to change residences.
AdminOnlyCommands: true
# Setting this to true makes server OPs admins.
AdminOPs: true
# This is the name of the plugin you use for multiworld, if you dont have a multiworld plugin you can safely ignore this.
# The only thing this does is check to make sure the multiworld plugin is enabled BEFORE Residence, to ensure properly loading residences for other worlds.
MultiWorldPlugin: Multiverse-Core
# Setting this to true causes subzones to inherit flags from their parent zones.
ResidenceFlagsInherit: true
# Setting this to false will allow rented residences to be modified by the renting player.
PreventRentModify: true
# Setting this to false will cause residence to continue to load even if a error is detected in the save file.
StopOnSaveFault: true
# This is the residence name filter, that filters out invalid characters. Google "Java RegEx" or "Java Regular Expressions" for more info on how they work.
ResidenceNameRegex: '[^a-zA-Z0-9\\-\\_]'
# Setting this to true sends a message to the console every time Residence does a rent expire check or a lease expire check.
ShowIntervalMessages: false
# These are world flags that are applied when the player is NOT within a residence.
Flags:
Global: #these are default for all worlds unless specified below, they can be overridden per group
use: true
build: true
ignite: true
firespread: true
damage: true
creeper: true
tnt: true
pvp: true
WorldNameHere: #here you can set flags for individual worlds, these override Global
#build: true
# This gives permission to change certain flags to all groups, unless specifically denied to the group.
FlagPermission:
move: true
build: true
place: true
destroy: true
use: true
container: true
pvp: true
tp: true
ignite: true
firespread: true
bucket: true
flow: true
lavaflow: true
waterflow: true
creeper: true
tnt: true
monsters: true
animals: true
subzone: true
healing: true
piston: true
# These are default flags applied to all residences from any user group.
ResidenceDefault:
build: false
use: false
container: false
pvp: false
tnt: false
creeper: false
flow: false
piston: false
ignite: false
firespread: false
piston: false
# These are default flags applied to the residence creator of any group.
CreatorDefault:
build: true
move: true
use: true
ignite: true
container: true
# These are default group flags applied to a residence made by a user of any group.
GroupDefault:
#default: #group name
#build: true
# These groups correspond to the Permissions groups defined in your '<worldname>.yml'
Groups:
Default: #group name
# Information about the Residence zone that the player can define.
Residence:
# Determins if this group can create residences or not. This option can be overriden with the permissions node 'residence.create'
CanCreate: true
# The maximum number of Residences a player can have.
MaxResidences: 3
# The maximum number of physical areas a residence can have.
MaxAreasPerResidence: 2
# The maximum number of blocks a Residence can be, East to West (X).
MaxEastWest: 16
# The maximum number of blocks a Residence can be, North to South (Z).
MaxNorthSouth: 16
# The maximum number of blocks a Residence can be, High to Low (Y).
MaxUpDown: 128
# The lowest altitude this group is allowed to protect.
MinHeight: 0
# The highest altitude this group is allowed to protect.
MaxHeight: 127
# The maximum recursive depth that subzones can go.
# A subzone within a subzone within the Residence zone would be a depth of 2.
# Set to 0 to disable subzones.
SubzoneDepth: 3
# Whether or not to allow teleporting to Residences.
CanTeleport: true
# Allow or Disallow the use of /res unstuck, to get yourself out of a residence if stuck in one somehow
Unstuck: true
# Allow or Disallow the use of the /res select command, if disabled they can only use the selection tool.
SelectCommandAccess: true
# Allow or Disallow the group to access the Blacklist/Ignorelist for residences they own.
ItemListAccess: true
# Options relating to enter and leave messages on the residence.
Messaging:
# Whether or not the player can change the Residence enter and leave messages.
CanChange: true
# The default enter message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultEnter: Welcome %player to %residence, owned by %owner.
# The default leave message to apply to new Residences created by players in this group.
# Leaving the message blank will disable it.
DefaultLeave: Now leaving %residence.
# Options relating to the Lease system.
Lease:
# The maximum number of days to allow leases.
MaxDays: 16
# The number of days to add to the lease following a '/res lease renew' command.
RenewIncrement: 14
#Options related to the rent system
Rent:
#determines how many residences can be rented by players of this group at once
MaxRents: 3
#determines how many residences can be set for rent by players of this group at once
MaxRentables: 3
# Options relating to the Residence Economy.
Economy:
# Whether or not players in this group can buy other Residences that are for sale.
CanBuy: true
# Whether or not players in this group can sell their Residences.
CanSell: false
# Whether or not to ignore the Residence size/count limits when buying a residence.
IgnoreLimits: false
# The cost, per block, of making a new Residence or adding a area to it.
BuyCost: 0.05
# The cost, per block, of renewing a Residence lease (if the lease system is enabled).
RenewCost: 0.02
# Flags are checked in the order:
# 1: Player
# 2: Group
# 3: Owner
# 4: If all others are undefined, reverts to default value (usually true).
# Flag permissions default to false.
# These flags settings override the globals.
Flags:
# Specifically allow or deny this group from changing certain flags.
Permission:
#build: true
# Specifys the flags that are applied at residence creation for players of this group.
Default:
#build: true
# Specifys the flags that are applied at to the creator at residence creation.
CreatorDefault:
#build: true
# Specifys the flags that are applied to other groups for this residence, at creation.
GroupDefault:
#default: #group name
#build: false
#these flags are applied specifically to this group whenever they are outside a residence
#these flags will override the flags at the top, under the Global section.
World:
Global: #these flags will apply to all worlds
#build: false
WorldNameHere: #or you can apply them by each individual world
#build: false
# You can manually specify the group a player is in below, this overrides their permissions group.
GroupAssignments:
bekvon: default
player: default
ItemList: #this is where you can create blacklists / whitelists
DefaultList: #list name is not important, as long as it is unique. Its good to use a descripive name.
#type of the list, can be blacklist, whitelist, or ignorelist
Type: blacklist
#If you want, you can have this list only apply to one world, otherwise it applys to all worlds
#World: world
#You can also have the list apply only to one group, otherwise it applys for all groups
#Group: default
#this is the actual list of material names that this list allows or dissallows
#You can look up the material name by item ID in game by typing /res material <id>
#Alternativly, you can simply use the item ID in the list, but its less descriptive and harder to see what the list allows or dissallows at a glance
Items:
- 'BEDROCK'
- 'LAVA'
- 'WATER'
- 'STATIONARY_LAVA'
- 'STATIONARY_WATER'
- 'MOB_SPAWNER'
# Used to determine which major revision of Residence this config is from, dont change this.
ResidenceVersion: 2
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 23 hostů