Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/01/2019 in Posts

  1. Would love if i could join but no because you do not let people edit the server.properties file so therefore i can let cracked players join. this is dumb bye
    2 points
  2. After you have downloaded the latest.log file, you can open it with a text editor (such as notepad). This is an example of a line in latest.log: [11:57:30] [Server thread/INFO]: Debug logging is disabled The first section encapsulated in [] shows the date when that line was logged. The second section explains what the log line is about. What you usually need to look at is the section after Server thread/, in this case it says INFO but in other situations it says WARN or ERROR. If you're having issues with your server you should search for lines with WARN and ERROR. These warn|error lines are called "Stack traces", essentially long error messages that are printed by a plugin to inform the user of what went wrong. This is an example of an error: [21:38:53] [Server thread/ERROR]: Could not load 'plugins/RankGrantPlus.jar' in folder 'plugins' org.bukkit.plugin.UnknownDependencyException: Vault at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:220) [spigot.jar:git-Spigot-595711b-e8b39d4] at org.bukkit.craftbukkit.v1_14_R1.CraftServer.loadPlugins(CraftServer.java:347) [spigot.jar:git-Spigot-595711b-e8b39d4] at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:194) [spigot.jar:git-Spigot-595711b-e8b39d4] at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:764) [spigot.jar:git-Spigot-595711b-e8b39d4] This is pretty easy to understand: It means that the RankGrantPlus plugin wasn't able to load ("startup") because of an UnknownDependencyException: aka there is a plugin that rankgrant+ requires to work that isn't installed, and that plugin is vault. Another example: [11:56:54] [Server thread/WARN]: java.lang.NullPointerException [11:56:54] [Server thread/WARN]: at net.paradoxmc.NetworkManager.Points.PointsAPI.getPoints(PointsAPI.java:28) [11:56:54] [Server thread/WARN]: at net.paradoxmc.NetworkManager.GizmoManager.ScoreboardManager$1.run(ScoreboardManager.java:40) [11:56:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71) [11:56:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:641) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [11:56:54] [Server thread/WARN]: at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) Most of the times to find the error source you need to look at the first few lines, here we can understand there is a "NullPointerException" at a function named getPoints of PointsAPI.java on line 28. (PointsAPI.java:28). The getPoints function was ran by ScoreboardManager$1.run (The rest of the stack trace is from the server software calling the code) If you have any questions regarding how to read logs/would like me to edit this topic feel free to reply to it.
    1 point
  3. too bad a twerp like you can't afford a paid game. Since i'm assuming you're going to leave minehut gl finding a better host than minehut that does support cracked. Making it paid also helps reduce the dumbasses coming to minehut. so...
    1 point
  4. lmaO Income came out first but we don't need to discuss it
    1 point
  5. Jokes are meant to be funny. Nothing about genocide is funny, or makes you an edge lord.
    1 point
  6. Try VoidGenerator and Multiverse-Core Easiest for me ¯\_(ツ)_/¯ When you install both, Type this command /mv create <worldname> normal -g VoidGenerator:ocean -t flat You can change the biome by switching VoidGenerator:ocean to VoidGenerator:<yourbiome>
    1 point
  7. One reason that Minehut doesn’t allow you to access the server properties file is because it would allow you to increase player slots free of charge. Currently, you’re able to increase them by paying with credits and, in fact, this is one of Minehut’s primary profit sources. If you were able to do something for free, which you’re actually intended to pay for, you’d be defrauding Minehut and depriving it of profits which it uses to keep its services running.
    0 points
×
×
  • Create New...