[WIP] ServerControl 2.0 - Looking for tester(s)

Discussion in 'WIP and Development Status' started by MrSparkzz, Aug 8, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    MrSparkzz

    ServerControl 2.0 is right around the corner. It's more lightweight, cleaner and more feature rich than its predecessor.

    Since I've started from scratch, I wanted to implement all the features and in order to do that on a time crunch, I didn't have much time for testing. I did a quick run through and tested everything, but I need some people to do a more in-depth test for me before the plugin is released.

    If you would like to help, please test out the plugin and reply to this thread with any bugs/ideas.

    File on BukkitDev: here
    The commands will be available when you type "/help ServerControl"
    The permissions are listed in this file on the github page: here

    Any help would be greatly appreciated!

    Response format;
     
  2. Offline

    Jozeth

    Where the issue was introduced: When starting the server with this plugin for the first time.
    More information on the issue: Ran with CraftBukkit 1.7.9-R0.2 and Java 7.
    Stacktrace:
    Show Spoiler
    [13:19:47] [Server thread/INFO]: [ServerControl] Enabling ServerControl v2.0
    [13:19:47] [Server thread/ERROR]: Error occurred while enabling ServerControl v2.0 (Is it up to date?)
    java.lang.NullPointerException
    at net.sparkzz.servercontrol.Main.onEnable(Main.java:33) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:446) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:380) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:352) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:326) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:282) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:182) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
    at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-10-g8688bd4-b3092jnks]
     
  3. Offline

    MrSparkzz

    Jozeth
    Oh wow, I didn't even realize anyone responded to this, thank you for testing. It was able to start and such before I posted here... I hadn't worked on it in a while because I thought it was finished, just had a few bugs here and there, so I was working on another project..

    I have no idea what happened. I'm trying to sort it all out. The issue has appeared in my other plugin as well, I'm not sure what witchcraft this is!

    EDIT: Here's the new file, I fixed the startup error if you still want to test this out for me: Download
     
Thread Status:
Not open for further replies.

Share This Page