To explain what is happening, my friend and I are preparing a server (shes paying for it). And I'm doing the basic stuff that an admin does like, managing plugins, managing permissions etc. And I needed a plugin which allows me to do /setspawn and /sethub that I can get to the spawn point and hub with a simple command, and I found a plugin that allows me to do that, and it's called Hubthat. And everything worked fine at the beginning when I installed it. But since yesterday, the server is keep crashing when I have the Hubthat plugin added. I honestly removed all other plugins, all other plugin folders, all worlds and just everything that could affect the Hubthat plugin (I backed everything up before that). I honestly am so frustrated with this, this plugin is really necessary and I couldn't find any other plugin that allows me to set a hub, for all worlds, and a spawn for each world. I honestly even removed everything that could affect it, I'm so frustrated with this.. I would appreciate any response I can get.. (crash report & console log) http://bit.ly/2oLcA9Z
essentails does /setspawn you can set a warp then go into the bukkit commands.yml and create a /sethub alias to /warp hub. That's what I recommend to do For the HubThat, report the stack trace to the developer: Code (Text): [13:39:03 INFO]: [HubThat] Enabling HubThat v6.5 [13:41:10 WARN]: java.net.ConnectException: Connection timed out (Connection timed out) [13:41:10 WARN]: at java.net.PlainSocketImpl.socketConnect(Native Method) [13:41:10 WARN]: at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) [13:41:10 WARN]: at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) [13:41:10 WARN]: at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) [13:41:10 WARN]: at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) [13:41:10 WARN]: at java.net.Socket.connect(Socket.java:589) [13:41:10 WARN]: at java.net.Socket.connect(Socket.java:538) [13:41:10 WARN]: at sun.net.NetworkClient.doConnect(NetworkClient.java:180) [13:41:10 WARN]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:432) [13:41:10 WARN]: at sun.net.www.http.HttpClient.openServer(HttpClient.java:527) [13:41:10 WARN]: at sun.net.www.http.HttpClient.<init>(HttpClient.java:211) [13:41:10 WARN]: at sun.net.www.http.HttpClient.New(HttpClient.java:308) [13:41:10 WARN]: at sun.net.www.http.HttpClient.New(HttpClient.java:326) [13:41:10 WARN]: at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1202) [13:41:10 WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1138) [13:41:10 WARN]: at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1032) [13:41:10 WARN]: at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:966) [13:41:10 WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1546) [13:41:10 WARN]: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) [13:41:10 WARN]: at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) [13:41:10 WARN]: at net.mindoverflow.hubthat.UpdateChecker.linksValid(UpdateChecker.java:37) [13:41:10 WARN]: at net.mindoverflow.hubthat.Main.onEnable(Main.java:137) [13:41:10 WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) [13:41:10 WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [13:41:10 WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [13:41:10 WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.loadPlugin(CraftServer.java:347) [13:41:10 WARN]: at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:319) [13:41:10 WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:407) [13:41:10 WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:372) [13:41:10 WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:327) [13:41:10 WARN]: at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:242) [13:41:10 WARN]: at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:517) [13:41:10 WARN]: at java.lang.Thread.run(Thread.java:745)
With essentials, you can do the /setspawn command and after do /spawn and it will teleport you to the spawn
Go to the servers root folder, open the commands.yml file - it should look something like this: Code (Text): # This is the commands configuration file for Bukkit. # For documentation on how to make use of this file, check out the Bukkit Wiki at # http://wiki.bukkit.org/Commands.yml # # If you need help on this file, feel free to join us on irc or leave a message # on the forums asking for advice. # # IRC: #spigot @ irc.spi.gt # (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ ) # Forums: http://www.spigotmc.org/ # Bug tracker: http://www.spigotmc.org/go/bugs command-block-overrides: [] aliases: icanhasbukkit: - version $1- icanhasbukkit = command - version $1- = command the alias (icanhasbukkit) runs
Ohh that's simple! Thank you a lot! Now I don't need to depend on that hubthat plugin EDIT: I just added a smiley lol