-
Posts
675 -
Joined
-
Last visited
-
Days Won
17
Content Type
Profiles
Forums
Gallery
Blogs
Events
Store
Downloads
Posts posted by Houlton
-
-
3 hours ago, ChronicleGaming said:
What if the server was played in recently (yesterday) and just won't start today?
I would suggest making another thread then to reply to one that didn't help.
-
8 hours ago, DaveVV said:
I also have another question, i saw the new update video and it said that you now can make a Network, Is this true and how can you do it
This isn't released yet.
-
Hello there @Fraction & @chillin_noob,
When changing your server version from a newer version to an older version, you need to ensure that the server is stopped, then go to your file manager and delete "world", "world_nether" and "world_the_end" (these will depend on what your world name is.).
If this didn't help, you may contact support here then click on "Contact Support" on the page linked.
-
Hello @DaveVV,
If you cannot get your logs file, make a support ticket by using the link in my previous post in this thread.
-
1 minute ago, Lapzzo said:
Cant you do /whitelist add *Player
No, UUIDs for bedrock players are marked as "invaild" by the whitelist command.
-
Hello there @DaveVV,
Can you send your server logs here in a pastebin after this happens? There is most likely a error that it's causing this to happen.
How?
1. Go to Panel > File Manager > Logs > latest.log.
2. Select all the file contents and copy them.
3. Now you can paste the logs where you want. If you want to send them to someone else go to pastebin then paste everything in there, click on create new paste, then copy the link of the page and send the link of the page.If you cannot get access to your logs, make a support ticket here and click on "Contact Support" on the page linked.
-
1
-
-
Hello there @Genghis_Karp,
To get whitelists working for Bedrock players, you need to unwhitelist the server, get the bedrock user on, rewhitelist and then add the player to the whitelist.
-
Hello there @ARROWHEAD76,
Sadly you cannot access old backups, but you could try contacting support to see if there is a old backup kept somewhere, to make a support ticket go here and click on "Contact Support" on the linked page.
-
Hello @DarkSample,
Could you try changing the PvP option via Panel > Settings and not the server.properties and restart the server?
If that doesn't help, make a support ticket here then clicking on "Contact Support" on the page linked.
-
Hello @Fraction,
Did you change your server version and/or change any plugins?
-
Hello there @bes,
There isn't currently a light mode theme on the new site at this time.
-
its laggy af
in Help
Hello there @chillin_noob,
This complaint will need to go to the server's developers/owners, Minehut cannot control this.
-
Can you send your server logs here in a pastebin after this happens? There is most likely a error that it's causing this to happen.
How?
1. Go to Panel > File Manager > Logs > latest.log.
2. Select all the file contents and copy them.
3. Now you can paste the logs where you want. If you want to send them to someone else go to pastebin then paste everything in there, click on create new paste, then copy the link of the page and send the link of the page. -
Can you send your server logs here in a pastebin after this happens? There is most likely a error that it's causing this to happen.
How?
1. Go to Panel > File Manager > Logs > latest.log.
2. Select all the file contents and copy them.
3. Now you can paste the logs where you want. If you want to send them to someone else go to pastebin then paste everything in there, click on create new paste, then copy the link of the page and send the link of the page. -
Hello there @Supreme_Goose,
Can you go onto NameMC and search for the player's name there, reminder that we only support accounts bought from Minecraft's official website.
If there are no accounts showing with the name, then it's a cracked account and we don't support it, however if there are accounts showing with the name then it's a temp issue with Mojang.
If your sure that you are trying to whitelist a non-cracked player, try unwhitelisting, get the player logged in, rewhitelist then add them to the whitelist.
If this issue stills occurs, I would suggest contacting support here and clicking "Contact Support" on the page linked.
-
Hello there @Supreme_Goose,
Are you trying to add players playing on Bedrock or on Java?
-
Hi there @Blerpa,
Have you resolved this issue? If not, are there any errors when you type in chat?
-
Hello there @CDX,
Sorry for the delay, but where did you install Skript from? Please bare in mind that the official Skript 1.17 release is still in pre-release therefore will have bugs.
If you installed Skript from the addons panel, it's most likely that it's outdated.
-
Hello @_Pogers_,
Can you send your server logs here in a pastebin? There is most likely a error that it's causing this to happen.
How?
1. Go to Panel > File Manager > Logs > latest.log.
2. Select all the file contents and copy them.
3. Now you can paste the logs where you want. If you want to send them to someone else go to pastebin then paste everything in there, click on create new paste, then copy the link of the page and send the link of the page. -
-
Hello there @RKade01,
Seems like you don't have the right permissions set, please have a look at the permission list below.
[gravy.reload]: use /gravy reload [gravy.list]: use /gravy list [gravy.list.player]: use /gravy list <player> [gravy.recover]: use /gravy recover [gravy.recover.player]: use /gravy recover [gravy.permission]: use /gravy permission [gravy.worlds.list]: use /gravy worlds [gravy.worlds.enable]: use /gravy enable <world_name> [gravy.worlds.disable] :use /gravy disable <world_name> [gravy.token.give]: use /gravy give <player> token <amount> [gravy.break]: break any grave [gravy.protected]: players with [gravy.break] can't break your grave [gravy.notimer]: infinite grave timer [gravy.grave]: a grave spawn when the player die [gravy.info]: player can see the grave information [gravy.updater]: see the update link in chat [gravy.token.use]: let the player use the token [gravy.token.craft]: let the player craft the token [gravy.token.drop]: let the player drop the token [gravy.money.use]: player can spent money for the grave to spawn [vault] [gravy.money.nocost]: free grave [vault]
-
Hello @EpicPlayer99999,
This issue is caused by a plugin or a script from the "Skript" plugin.
Can you please reply with your plugin list?
-
Hello there @CalvinGam274,
You can right-click on the slot of the server that you want to remove, please bare in mind that you cannot unfavourite servers on Bedrock but you can on Java.
Which version do I have?
Bedrock = bought from a app store such as Google Play, Microsoft Store, etc.
Java = bought from Minecraft's official site. -
Hello there @Carl127,
This issue could be caused by a plugin or a script from the "Skript" plugin.
Can you please reply with your plugin list?

Spectators gamemode changing to survival when rejoining the server.
in Help
Posted
Hello there @maxybuild,
You can use a "on join" event so when the player joins and they have died 3 or more times, their gamemode will be forced to be set to spectator.
on join: if {deaths::%player's uuid%} >= 3: set player's gamemode to spectator