sZones
sZones
Important Imformation
Github page: sZones
Change Log
Questions? Suggestions? Having an error? Post a comment please :)
Sorry about the long wait, I've been working on school stuff, I'll have 1.2 ready soon!
There is 3 commands:
- /zone [subCommand] [name] - handles the zone with the name param1
- /zone delete [name] - Deletes the zone with the name arg1 - Usable from in-game and console
- /zone create [name] - Creates the zone with name arg1 - Use the selection tool to select 2 points first!
- /zone adduser [zone] [player] [rank] - adds a player to zone arg1 with the given rank
- /zone deluser [zone] [player] - deletes the player from zone arg1
- /zone whitelist [zone] [true/false] - changes the whitelist setting to true/false
- /zone pvp [zone] [true/false] - changes pvp to true/false
- /zone freebuild [zone] [true/false] - changes freebuilding to true/false
- /zone hostile [zone] [true/false] - changes hostile mob spawning to true/false
- /zone info [zone] - gives you all the information about a zone
- /town - handles the zone the sender is currently standing inside
- /lot - creates, deletes, and adds users to the lot -in current zone-, with the name param2
All sub-command will be added at a later date.
Current Features
- Successfully builds
- Loads default configuration
- Connects to database successfully
- Zone Player ranks work
- Zones can be made whitelisted
- Zones can be made freebuild or not freebuild
- Custom enter/exit messages
Planned Features
Zones can be white-listedZones can be white-listed for building- Lots make it so Zones can be blacklisted, while allowing players to build in certain areas
Custom exit/enter messagesZones can be set to allow pvpadded in version 1.1- Reversible, so that Zones are safe-areas, and anywhere un-zoned is pvp.
Ability to make it so hostile mobs can not spawn in a zoneadded in version 1.1
Default Config
If you need to change any of the settings, I recommend you do it before you start the server.
That way you won't have to delete 4 unnecessary SQL tables.
Permissions
- szones.create: Allows you to create zones
- szones.delete: Allows you to delete zones
- szones.ignore: Allows you to ignore zone settings
- Example: PlayerA is banned from a zone, PlayerA has szones.ignore, PlayerA can still enter the zone
- szones.*: All of the above
- For a player to change settings of a zone, he must be an owner in the zone, or have the szones.ignore permission
Bugs
- Database currently only supports MySQL. Sorry SQLite users :(
pvp and hostile settings currently dont workfixed in version 1.1whitelist and freebuild settings can only be changed in the databasefixed in version 1.1- exit/enter messages can only be changed in database
-
View User Profile
-
Send Message
Posted Feb 16, 2014hey Sabersamus do you know if there is something wrong, i can create zones but it is not recognized as a zone, and I can not change it or delete any of the zones. please help!
-
View User Profile
-
Send Message
Posted Sep 14, 2013Is this plugin still being worked on or has it been abandoned ? Please Still be working on it !!!
-
View User Profile
-
Send Message
Posted Aug 17, 2013@Jynxor
Is it throwing an error, or saying anything?
I've been away for a while, and I'm very sorry that it's taken so long, but I'm planning to update soon! My laptop recently crashed but I'll take a look and see about fixing everything
-
View User Profile
-
Send Message
Posted Aug 17, 2013I am trying to change settings in my zone but it will not work. For example /zone hostile (name of zone) true/false would not work.
-
View User Profile
-
Send Message
Posted Jul 2, 2013Update please not working with latest Bukkit
-
View User Profile
-
Send Message
Posted Jun 22, 2013well how i find my settings?
-
View User Profile
-
Send Message
Posted Jun 19, 2013@blueslime360
Yeah, change the config.yml to match your settings.
-
View User Profile
-
Send Message
Posted Jun 19, 2013well do you know how to solve the problem?
-
View User Profile
-
Send Message
Posted Jun 19, 2013eh i think not? i never saw that
-
View User Profile
-
Send Message
Posted Jun 19, 2013@blueslime360
Is your database located at 127.0.01?
-
View User Profile
-
Send Message
Posted Jun 18, 2013here is my config
-
View User Profile
-
Send Message
Posted Jun 18, 2013Finally Got it like Tregmines! Good Job man! (its scku btw),
ill be using this on my server!
-
View User Profile
-
Send Message
Posted Jun 17, 2013well i don't know what when wrong i mean i just took it out of the plugin folder for a while then i just put it back and then the mess start it
-
View User Profile
-
Send Message
Posted Jun 17, 2013@blueslime360
Sorry about the long wait, send me a message.
Can I see your config.yml?
Make sure your database is properly set up, and running.
-
View User Profile
-
Send Message
Posted Jun 14, 2013hey sabersamus i need help with this error that came out you see the first time i put it inside plugins it work just fine then i read youre post and it said that i should configure it before starting it so i delete it then when i put it back this came out [sZones] Could not create table sZones 19:00:37 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) 19:00:37 [SEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) 19:00:37 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:582) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:154) 19:00:37 [SEVERE] at com.github.sabersamus.szones.ConnectionManager.getConnection(ConnectionManager.java:16) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.createZoneTable(sZones.java:111) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.onEnable(sZones.java:58) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) 19:00:37 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) 19:00:37 [SEVERE] Caused by: java.net.ConnectException: Connection refused 19:00:37 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) 19:00:37 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:529) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:478) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:375) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:218) 19:00:37 [SEVERE] at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) 19:00:37 [SEVERE] ... 28 more 19:00:37 [WARNING] [sZones] Could not create table sZones_players 19:00:37 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) 19:00:37 [SEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) 19:00:37 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:582) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:154) 19:00:37 [SEVERE] at com.github.sabersamus.szones.ConnectionManager.getConnection(ConnectionManager.java:16) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.createPlayerTable(sZones.java:132) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.onEnable(sZones.java:59) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) 19:00:37 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) 19:00:37 [SEVERE] Caused by: java.net.ConnectException: Connection refused 19:00:37 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) 19:00:37 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:529) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:478) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:375) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:218) 19:00:37 [SEVERE] at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) 19:00:37 [SEVERE] ... 28 more 19:00:37 [WARNING] [sZones] Could not create database sZones_lots 19:00:37 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) 19:00:37 [SEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) 19:00:37 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:582) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:154) 19:00:37 [SEVERE] at com.github.sabersamus.szones.ConnectionManager.getConnection(ConnectionManager.java:16) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.createLotsTable(sZones.java:157) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.onEnable(sZones.java:60) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) 19:00:37 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) 19:00:37 [SEVERE] Caused by: java.net.ConnectException: Connection refused 19:00:37 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) 19:00:37 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:529) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:478) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:375) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:218) 19:00:37 [SEVERE] at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) 19:00:37 [SEVERE] ... 28 more 19:00:37 [WARNING] [sZones] Could not create database sZones_lots_players 19:00:37 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) 19:00:37 [SEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) 19:00:37 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:582) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:154) 19:00:37 [SEVERE] at com.github.sabersamus.szones.ConnectionManager.getConnection(ConnectionManager.java:16) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.createLotsPlayersTable(sZones.java:178) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.onEnable(sZones.java:61) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) 19:00:37 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) 19:00:37 [SEVERE] Caused by: java.net.ConnectException: Connection refused 19:00:37 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) 19:00:37 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:529) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:478) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:375) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:218) 19:00:37 [SEVERE] at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) 19:00:37 [SEVERE] ... 28 more 19:00:37 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) 19:00:37 [SEVERE] at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 19:00:37 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 19:00:37 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 19:00:37 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 19:00:37 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 19:00:37 [SEVERE] at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) 19:00:37 [SEVERE] at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:582) 19:00:37 [SEVERE] at java.sql.DriverManager.getConnection(DriverManager.java:154) 19:00:37 [SEVERE] at com.github.sabersamus.szones.ConnectionManager.getConnection(ConnectionManager.java:16) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.getZones(sZones.java:193) 19:00:37 [SEVERE] at com.github.sabersamus.szones.sZones.onEnable(sZones.java:62) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 19:00:37 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) 19:00:37 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282) 19:00:37 [SEVERE] at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) 19:00:37 [SEVERE] at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) 19:00:37 [SEVERE] Caused by: java.net.ConnectException: Connection refused 19:00:37 [SEVERE] at java.net.PlainSocketImpl.socketConnect(Native Method) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) 19:00:37 [SEVERE] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) 19:00:37 [SEVERE] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:529) 19:00:37 [SEVERE] at java.net.Socket.connect(Socket.java:478) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:375) 19:00:37 [SEVERE] at java.net.Socket.<init>(Socket.java:218) 19:00:37 [SEVERE] at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) 19:00:37 [SEVERE] at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) 19:00:37 [SEVERE] ... 28 more
-
View User Profile
-
Send Message
Posted May 29, 2013Hi Saber, Im Addming this tomy server when I get it foxed up! :D Ill Invite you to it when its all up and ready
-
View User Profile
-
Send Message
Posted May 24, 2013Looking forward to it being release! :)
-
View User Profile
-
Send Message
Posted May 24, 2013@Visonik46
Right now, I have 4 ranks, default, allowed, builder, and owner. I could add more later, but I'm more focused on getting it generally ready. EDIT: and banned, I forgot to mention banned.
-
View User Profile
-
Send Message
Posted May 24, 2013Hey saber :) nice to see you are taking on this project! Will you add the builder rank and co owner, owner, resident?