CuboidConnect

Abandoned
API connection for cuboid plugins

File Details

v2.0.3

  • R
  • Sep 11, 2013
  • 62.73 KB
  • 1.5K
  • CB 1.5.2-R1.0+1

File Name

CuboidConnect.jar

Supported Versions

  • CB 1.5.2-R1.0
  • CB 1.6.2-R1.0

v2.0.3

  • Added PlotMe support
  • Updated Metrics to v7
  • Fixed eflags lost after a restart (SQLite)

v2.0.2

  • Added Grief Prevention support
  • Added iZone support
  • Small changes in flags display
  • Added Owner(s) list support

v2.0.1

  • Fixed uppercase bug in name of cuboids
  • Fixed database duplication in list of groups and players

v2.0

  • Added "External flag system"
  • Storage (mySQL, SQLite, ...)
  • "/eflag" command
  • new event (Player cuboid change)

v1.0

  • First version

Only if you have this error or something like this, before and after the update to 2.0.3:

[SEVERE] Error occurred while enabling CuboidConnect v2.0.3 (Is it up to date?)
java.lang.NullPointerException
        at me.tabinol.cuboidconnect.storage.DatabaseStorage.loadDatabase(DatabaseStorage.java:82)
        at me.tabinol.cuboidconnect.CuboidConnect.onEnable(CuboidConnect.java:95)
        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_6_R2.CraftServer.loadPlugin(CraftServer.java:282)
        at org.bukkit.craftbukkit.v1_6_R2.CraftServer.enablePlugins(CraftServer.java:264)
        at net.minecraft.server.v1_6_R2.MinecraftServer.l(MinecraftServer.java:313)
        at net.minecraft.server.v1_6_R2.MinecraftServer.f(MinecraftServer.java:290)
        at net.minecraft.server.v1_6_R2.MinecraftServer.a(MinecraftServer.java:250)
        at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:151)
        at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391)
        at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)

It means that your SQLite database is corrupted due to the previous version bug. You need to:

  1. Stop your MineCraft Server
  2. Remove the file: plugins/CuboidConnect/CuboidConnect.db
  3. Restart your server and a new one will be created