-
Posts
1,077 -
Joined
-
Last visited
-
Days Won
13
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by CoolProgrammer
-
-
8 hours ago, SkriperManIkey said:
I have the server plan MH20 and my server icon is a Redstone Block. Should it glow?
Yeah, it should glow.
-
3 hours ago, emopediaMC said:
This has happened in multiple of my servers but whenever there is more than 1 player online, my server will randomly just go offline. It never used to do this. How could I fix this?
Logs: https://pastebin.com/gG8UStzuSo you mean, the server stays online as long as it has 1 player, but goes offline randomly when someone else joins?
Also, your server is running plugin(s) such as VanishNoPacket and EssentialsX which are used to vanish. And as soon as you're go in vanish, Minehut thinks that your server has 0 players online, and looks forward to despin it after 5 minutes.
One more thing, can you show your log file contents after the server goes offline fully?
-
3 hours ago, CamboBill said:
I dont get any enchanted books from fishing. I do get enchanted bows and fishing rods though.
Is this normal Minehut behavior?
As far as I know, you can only find enchanted books in specific areas.
Take a look at this page: https://minecraft.fandom.com/wiki/Fishing#Junk_and_treasure
-
2 hours ago, canofbeans37 said:
Hello,
I'm having issues with the HungerGames plugin.
When you get teleported to your starting point, you are able to get off your starting podium and move around.
Is there a way to fix this? If not, is there a better plugin I can use?
Thank you for assistance, I attached a video below.
This might be a bug with the plugin itself.
I'll drop a link of the official plugin page in-case you want to visit it or find out if other people are facing the same problem: https://www.spigotmc.org/resources/hungergames.65942/
And the wiki: https://github.com/ShaneBeeStudios/HungerGames/wiki/Arena-Setup
-
2 hours ago, Uni_Verse said:
I'm honestly upset, I've tried this new file manager, and I've been stuck on this loading screen for over half an hour now, Please tell me theirs a way to fix this!
Since the /dl command was removed, the only way you're able to download your world is the File Manager.
If the Dashboard isn't loading for you, use one of the following ways to fix it:
-> Clear cookies from https://minehut.com.
-> Use another browser.
-> Use incognito mode on your preferred browser.Once you have it loaded, login to your account.
Now go to https://minehut.com/dashboard and proceed by clicking on Edit Server button (or Activate button in-case it's hibernating).
Look for your world folder, right-click, and then click on Download.
After a couple of seconds, the download will start.
-
-
2 hours ago, An0n said:
Hi, so I've been trying to update the server me and my friends play on to 1.17.1 for a couple days now. I've tried removing the plugins and datapacks, repairing the files, force hibernating so I can load a backup and then remove all the plugins and datapacks to try updating as 100% vanilla, everything I could find and think of; but regardless of what I do, each time it just gets stuck on starting for like 10 minutes, switches to stopping and gets stuck on that, and then in like half an hour it goes into hibernation. What can I do to fix this and update to the newest version? what could be causing this?
Could you show your logs?
Here is how you obtain the current log:

-
10 hours ago, SkriperManIkey said:
Hey all, I have a question.
How do I make my server icon glowing? I know its to do with increasing the player/ram amount but I cant seem to see how to do it in the new dashboard.
Thanks
The server icon will glow in the server list if you purchased a server plan.
Keep in mind, if you have a server icon such as Chest (an item which can't be shiny), won't glow regardless of your server's current plan.
-
Nice job
-
-
4 minutes ago, JackyBorderCollie said:
Hi. I have a server with ranks (Thanks to LapEvents for helping me with the ranks!) and I would like to add a fly ability to one rank. How can I do that?
If you have EssentialsX installed, you're able to give players access to /fly command using the permission node essentials.fly.
Here is how to add this permission using LuckPerms:
/lp group (rank-name) permission set essentials.fly
-
1
-
-
3 hours ago, SirChipIV said:
kinda sus but ok... here.
com.sk89q.worldedit.bukkit.BukkitServerInterface
[04:19:59] [Server thread/INFO]: WEPIF: Updated config file
[04:19:59] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[04:20:00] [Server thread/WARN]:
**********************************************
** This WorldEdit version does not fully support your version of Bukkit.
**
** When working with blocks or undoing, chests will be empty, signs
** will be blank, and so on. There will be no support for entity
** and block property-related functions.
**
** Please see https://worldedit.enginehub.org/en/latest/faq/#bukkit-adapters
**********************************************[04:20:01] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[04:20:04] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[04:20:04] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[04:20:04] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[04:20:04] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
[04:20:04] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[04:20:04] [Server thread/INFO]: Preparing level "world"
[04:20:04] [Server thread/ERROR]: Encountered an unexpected exception
com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
at net.minecraft.util.GsonHelper.fromJson(GsonHelper.java:495) ~[?:?]
at net.minecraft.util.GsonHelper.parse(GsonHelper.java:545) ~[?:?]
at net.minecraft.util.GsonHelper.parse(GsonHelper.java:541) ~[?:?]
at net.minecraft.util.GsonHelper.parse(GsonHelper.java:549) ~[?:?]
at net.minecraft.world.level.levelgen.WorldGenSettings.create(WorldGenSettings.java:247) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServerProperties.getWorldGenSettings(DedicatedServerProperties.java:142) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:467) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:306) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-133]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.util.GsonHelper.fromJson(GsonHelper.java:493) ~[?:?]
... 10 more
[04:20:04] [Server thread/ERROR]: Cause of unexpected exception was
com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 1 path $
at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1401) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:593) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.stream.JsonReader.peek(JsonReader.java:425) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:716) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[patched_1.17.1.jar:git-Paper-133]
at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.util.GsonHelper.fromJson(GsonHelper.java:493) ~[?:?]
at net.minecraft.util.GsonHelper.parse(GsonHelper.java:545) ~[?:?]
at net.minecraft.util.GsonHelper.parse(GsonHelper.java:541) ~[?:?]
at net.minecraft.util.GsonHelper.parse(GsonHelper.java:549) ~[?:?]
at net.minecraft.world.level.levelgen.WorldGenSettings.create(WorldGenSettings.java:247) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServerProperties.getWorldGenSettings(DedicatedServerProperties.java:142) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:467) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:306) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1126) ~[patched_1.17.1.jar:git-Paper-133]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[patched_1.17.1.jar:git-Paper-133]
at java.lang.Thread.run(Thread.java:831) [?:?]
[04:20:05] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/server/./crash-reports/crash-2021-08-03_04.20.05-server.txt
[04:20:05] [Server thread/INFO]: Stopping server
[04:20:05] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v7.3.0-SNAPSHOT+5836-183ae4a
[04:20:05] [Server thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
[04:20:05] [Server thread/INFO]: Saving players
[04:20:05] [Server thread/INFO]: Saving worlds
[04:20:05] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[04:20:05] [Server thread/INFO]: Flushing Chunk IO
[04:20:05] [Server thread/INFO]: Closing Thread Pool
[04:20:05] [Server thread/INFO]: Closing ServerCan you change your Generator Settings in Settings tab of your Minehut server, to blank, save and try starting your server?
-
-
1
-
-
11 minutes ago, Birdy2 said:
I have 16 plugins, but if i deüpgrade, i only may have twelve, what will hapen??
I wanna have more than 12 plugins, but the server isn't really active anymore, do i keep the plugins if i deüpgrade, or do i have to remove some?You won't be able to start your server unless you uninstall plugins down to 12.
-
16 hours ago, SuperSkier123 said:
When I try to execute any command evolving the shop plugin, this is the error message I get 'An internal error occurred while attempting to perform this command' Please help me, I am running Paper 1.17.1 on Minehut!
With regards,
Daniel
There is a high chance, this particular plugin isn't compatible with Paper 1.17.1.
Either wait for the plugin to be updated, or switch to 1.16.5.
-
7 hours ago, Patricher9999 said:
I tried to download my world but when I tried to load the world file in a single player World, my zombie pig man farm, hoglin farm and other buildings on the roof of the nether didn’t load/ save with the file. Is this something that happens with all world files or is this a glitch on my end?
You need to download all 3 worlds: world, world_nether and world_the_end.
As soon as that's done, read this thread in order to combine it all as a single player world: https://bukkit.org/threads/combining-world-and-world_nether.60319/
-
2 hours ago, noobokudubo said:
I am trying to edit the config.yml in better discord and every single time I leave the config it resets it, how do i fix this?
Have you clicked on the Save button below the editor?
-
1 hour ago, FuriousVakili1 said:
why cant i join the lobby
Failed to log in: The authentication servers are currently not reachable. please try again
You're most likely using a cracked version of Minecraft. Minehut doesn't allow cracked clients to connect, so you need to purchase the full game at https://minecraft.net.
If you are sure that you're not using a cracked client, try to logout and login to your Minecraft launcher.
-
57 minutes ago, MxshrqqmDxckie said:
My Whole server got greifed by DogLover9190 and He also hacked it so me and my friends cant access it, Is there any way to get us unbanned?
You can type pardon (username) in the Console Commands section. If this still leaves you banned, do the following:
-> Stop your server and go to File Manager.
-> Delete banned-players.json, banned-ips.json and ops.json.
-> Start your server and you should be unbanned. You need to op yourself though.Also, don't forget report the player at this link: https://forums.minehut.com/forum/23-player-reports/
-
50 minutes ago, luluz said:
help
Watch this video, this will help you.
If you don't understand, please feel free to reply to this thread again.
-
-
Just now, AceplaysMC2547 said:
Does minehut work with 1.17.10? I wanted to play with my friend but it says "unable to connect to world"
Assuming you're using Bedrock, make sure you're connecting with the right information.
Here is the information:
-> IP: bedrock.minehut.com
-> Port: 19132 -
On 7/28/2021 at 12:16 PM, TheMonkey477 said:
I am trying to upload a world of mine onto minehut but it doesn't want to upload. I thought it was because the server is set to 1.17, and my world was a 1.15 world. So I opened the game in single player on 1.17, then downloaded that save file to upload to minehut (hoping the converted world would work). I did make my world a .zip file before uploading, and tried both mediafire and gofile, using /ul world I tried to upload them, and in both cases it immediately said "Upload Failed: Invalid Files".
The file is 182 MB, can't use file.io because it is too large, and don't have space in my drop box, but heard those sites worked too. Why else could my world be invalid? is there anyway to fix it?
UPDATE: It may be those other sites, I also tried google drive and it did not work, showed the 0MB like the others. Tested a different world using file.io, was successful. I can't use file.io because my world is too big, and can't use the panel because it it over 50MB. What other sites work? or can I upload a world using the file location?
Can you try Mega? And also, if nothing else works, make a new Dropbox account and upload your world to it. Make sure to change the ?dl=0 and the end of the link to ?dl=1.
23 hours ago, Cxnnors said:Try using Minehut's world feature in the dashboard?
Yeah, but the file size limit on the Dashboard is limited to 50MB.
-
4 hours ago, Odder_Playz said:
Is there a way to disable server hibernation? I really want to disable it because it's so annoying!!!
You're only able to disable server hibernation by purchasing the MH-Unlimited plan for your server.


Potion Effects
in Marketplace
Posted
Here, use this:
join: apply night vision without particles to player for 10 daysFeel free to change night vision to something else.