Jump to content

Echology

Market Creator
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Echology

  1. Upload World Information:
    1. First off, make a zip containing all the files inside of the world folder. You can do this by selecting all the files and "archiving" or "zipping" all the files. Please be sure you don't name your world with any spaces.
    2. Upload the world zip to a file upload website. If your world is smaller than 100mb you can use
    file.io, otherwise we recommend you use Dropbox.
    3. Get the direct download link to the file. If you're using Dropbox you can get the share link, but you need to replace
    ?dl=0 with ?dl=1 at the end of the link. If you're using file.io remember that the download links can only be used once.
    4. Run the command
    /ul world <worldname> <direct link> in your server. Once the world is uploaded, you can teleport to it using /worlds or /world.

    FAQ
    Also check out: Tutorial
     

  2. You can't delete your server, but you can reset it to a blank slate!

    How to reset your server:
    1. Go to your server panel, make sure your server is online
    2. Navigate to the “Danger Zone” tab
    3. Click “Reset Server”
    4. Stop and start your server

  3. Could you expand a little more on what you mean..?

     

    If you mean like getting it sent to a discord server you could either use DiscordSRV or the Skript Addon Vixio.

  4. 1 hour ago, Azuyamat said:

    Hey! I use /tp (player) (player)

    Which will teleport the first player to the second if I am not mistaken.

    technically its /tp <target> <location> but it parses an entity as their location so it puts the players in there. So when you think of it as the above it makes more sense. But yeah that is correct first target gets sent to second

  5. Your server automatically makes a backup every hour, you are able to restore your server with this backup, or any backups you made manually.

    1. Go to the Backups section.

    2. Find the backup you want to restore the server to.

    3. Click the Restore Server button.

    4. Restart your server, and the backup will be applied!

  6. Server Operator

    • Being a server operator allows you to run most of the general commands the server has, including the dangerous ones.

    • Only give operator to people you trust! You can op yourself on the web panel under Server Commands.

    JAVA: /op (username)

    BEDROCK: /op *(username)

    YouTube Tutorial

  7. Sadly, this does happen quite often I think the best you could do is to reset your world or try to get a saved version of it. This issue is probably caused by errors while loading which causes the world to decay and corrupt. I would say there isn't a lot you can do. I would say for the future make sure to keep saving your world and maybe also save it externally cause you never know what could happen on minehut.

  8. 10 hours ago, SkripterMan said:

    If you have a plugin, for example EssentialsX, you can use the following.


     

    
    /unban <player>

     

    vanilla command is better tho

    /pardon gang

  9. 3 hours ago, iOmega__ said:

    There are 3 ways to keep a server online, but I recommend the first.

    1. AFKing on it

    2. Purchasing the final Minehut server plan (MH Unlimited)

    3. Constantly starting it from the panel whenever it goes down (Don't do this, waste of time)

     

     

    I don't think recommending afk'ing on servers is a good thing.

  10. you should use the aliases tag rather than make multiple commands for one thing.
     

    command hello:
    	aliases: /h, /hi, /aloha, /hola, /gutentag #this command will respond to all of these
    	trigger:
    		send "hi!"

    also you should use skript syntaxes for particles
    also you can use loops to do multiple things at a time.
     

    loop 20 times:
    	send "this is loop number %loop-value%"

    also you should use the skript syntaxes for effects
    also you can merge the 2 chat events into one 

    also you can use a filter or loop to kill all entities
     

    kill all entities where [input is a dropped item]

    you could also use functions rather than the execute commands for kits

    and vanillaGUI > TuSKe GUI

    • Like 1
  11. 1. First off, make a zip containing all the files inside of the world folder. You can do this by selecting all the files and "archiving" or "zipping" all the files. Please be sure you don't name your world with any spaces.

    2. Upload the world zip to a file upload website. If your world is smaller than 100mb you can use file.io, otherwise we recommend you use Dropbox.

    3. Get the direct download link to the file. If you're using Dropbox you can get the share link, but you need to replace ?dl=0 with ?dl=1 at the end of the link. If you're using file.io remember that the download links can only be used once.

    4. Run the command /ul world <worldname> <direct link> in your server.

    Once the world is uploaded, you can teleport to it using /worlds or /world.

     

    Tutorial  Community FAQ

×
×
  • Create New...