sethome plugin

Discussion in 'Bukkit Help' started by vientolibre, Jun 11, 2021.

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

    vientolibre

    When i enable the HomePlus plugin i get this in the console:

    Code:
    ]
    11.06 23:34:24 [Server] INFO Loading SetHome v1.0
    11.06 23:34:24 [Server] INFO Loading SkinsRestorer v14.0.2
    11.06 23:34:24 [Server] INFO Loading HomePlus v3.9.6
    11.06 23:34:24 [Server] INFO Loading welcome_plugin v1.0.3
    11.06 23:34:24 [Server] INFO Loading StarterKit v1.3.9
    11.06 23:34:24 [Server] INFO Loading CraftBukkitLogin v1.4-SNAPSHOT
    11.06 23:34:24 [Server] INFO Loading SpawnerSilk v3.3
    11.06 23:34:24 [Server] INFO Loading GroupManager v3.3
    11.06 23:34:24 [Server] INFO Loading SetSpawn v2.3.2
    11.06 23:34:24 [Server] INFO Loading Vault v1.7.3-b131
    11.06 23:34:24 [Server] INFO Loading GriefPrevention v16.8
    11.06 23:34:24 [Server] INFO Loading MarriageMaster v2.3.1-Release
    
    [a lot of yadda info things]
    
    then the error:
    
    11.06 23:34:26 [Server] INFO (SetHome): Plugin is enabled!
    11.06 23:34:26 [Server] ERROR Error occurred while enabling SetHome v1.0 (Is it up to date?)
    11.06 23:34:26 [Server] INFO java.lang.IllegalArgumentException: Plugin already initialized!
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:231) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at me.thorgal.sethome.sethome.<init>(sethome.java:17) ~[?:?]
    11.06 23:34:26 [Server] INFO at me.thorgal.sethome.homesFiles.<init>(homesFiles.java:13) ~[?:?]
    11.06 23:34:26 [Server] INFO at me.thorgal.sethome.sethome.onEnable(sethome.java:28) ~[?:?]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at java.lang.Thread.run(Thread.java:831) [?:?]
    11.06 23:34:26 [Server] INFO Caused by: java.lang.IllegalStateException: Initial initialization
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.initialize(PluginClassLoader.java:234) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.<init>(JavaPlugin.java:52) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at me.thorgal.sethome.sethome.<init>(sethome.java:17) ~[?:?]
    11.06 23:34:26 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
    11.06 23:34:26 [Server] INFO at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78) ~[?:?]
    11.06 23:34:26 [Server] INFO at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
    11.06 23:34:26 [Server] INFO at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
    11.06 23:34:26 [Server] INFO at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
    11.06 23:34:26 [Server] INFO at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350) ~[?:?]
    11.06 23:34:26 [Server] INFO at java.lang.Class.newInstance(Class.java:642) ~[?:?]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:94) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO ... 3 more
    11.06 23:34:26 [Server] INFO Disabling SetHome v1.0
    11.06 23:34:26 [Server] INFO (SetHome): Plugin is disabled!
    11.06 23:34:26 [Server] ERROR Error occurred while disabling SetHome v1.0 (Is it up to date?)
    11.06 23:34:26 [Server] INFO java.lang.NullPointerException: Cannot invoke "me.thorgal.sethome.homesFiles.terminate()" because "this.files" is null
    11.06 23:34:26 [Server] INFO at me.thorgal.sethome.sethome.onDisable(sethome.java:44) ~[?:?]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:405) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:533) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:374) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugin(CraftServer.java:518) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.CraftServer.enablePlugins(CraftServer.java:432) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.loadWorld(MinecraftServer.java:594) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:34:26 [Server] INFO at java.lang.Thread.run(Thread.java:831) [?:?]
    
    And when we run the command:

    Code:
    
    11.06 23:54:11 [Server] INFO ******* issued server command: /sethome 1
    11.06 23:54:11 [Server] ERROR null
    11.06 23:54:11 [Server] INFO org.bukkit.command.CommandException: Cannot execute command 'sethome' in plugin SetHome v1.0 - plugin is disabled.
    11.06 23:54:11 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2185) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2000) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:1953) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:35) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1266) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1259) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeAll(IAsyncTaskHandler.java:95) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1395) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1130) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-775]
    11.06 23:54:11 [Server] INFO at java.lang.Thread.run(Thread.java:831) [?:?]
    
    i have already tried to update but its the latest version, im using 1.16.5 but it worked fine before we swapped to minecraft 1.16.1, and then when we got it back to 1.16.5 the plugin crashed.

    When we run the command says: "an internal error occurred while attempting to perform this command"

    The config is txt bc the web doesnt allow yml :/
     

    Attached Files:

    Last edited by a moderator: Jun 12, 2021
Thread Status:
Not open for further replies.

Share This Page