Jump to content

rosabel

Moderator
  • Posts

    806
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by rosabel

  1. rosabel

    Server crash

    If your server just randomly crashes and logs just cut off and don't provide any errors fill out a support ticket here: https://minehut.com/support/form
  2. rosabel

    Can't start world

    Start it. Wait for it to go offline. Then go in your console, copy everything in there , paste it here: https://pastebin.com/ Then paste the link in a reply here.
  3. Try doing /difficulty normal, doing /save-all, and restarting your server. Best of luck to it working, though! If it doesn't, you can always install the Multiverse plugin and change the difficulty using commands from the plugin and that likely should work. The command is /mv modify set difficulty normal <world> If the problem persists and won't stop I've created a solution for this. I'll list the steps here. This can also do the trick if you don't want to go through the hassle of Multiverse. Edit Server > Install Skript plugin > File Manager > Plugins > Skript > scripts > Create new file named "difficulty.sk" > Paste the code below this into that file > Click Save > Execute the command "/sk reload difficulty.sk" in game to put the code into effect. on load: set difficulty of world "world" to normal Just be sure to set ` "world" ` to the name of your world inside the parenthesis. Case sensitive!
  4. You can't delete your server, you can just set it to a default state. There's a "Reset" button in the dangerzone tab of the server dashboard.
  5. rosabel

    I deleted my server!

    Unless you have a backup in the backups section there isn't a way.
  6. rosabel

    Server won't start.

    Is that the full thing? Also, here is your problem: [04:07:53] [Paper Async Chunk Task Thread #0/WARN]: java.lang.RuntimeException: Server attempted to load chunk saved with newer version of minecraft! 2730 > 2586 Your server is trying to load a chunk that was in a newer version of Minecraft. What I think is that you changed your server version and that corrupted your world. Your options are to either restore the world to a backup before you changed versions OR reset your world via the DangerZone panel.
  7. rosabel

    Server won't start.

    Start it. When it goes offline, go to File Manager > logs > latest.log copy everything and paste it in a pastebin then put the pastebin link in a reply here.
  8. Had this problem. Add 'wait 1 tick' before you remove the item. It takes it so fast it can't register so the server crashes. Adding a wait 1 tick will solve it.
  9. Sadly Minehut removed those features. You need to use multiverse if you want to join a world other than your starter world. So you have to do /mv tp worldname
  10. It's a weird bug that happens with other worlds. Just do /citizens reload twice in the world they were in and they'll pop up again.
  11. It is your spacing. You have 'if {_random} is 1 running BEFORE it's even set. Indent both if's under where you set {_random}. Because it's checking as soon as you open the GUI, not after the crate has been opened.
  12. Repair core files, force hibernate, then start it. If it doesn't work contact support at Minehut.com/support/form The reason for this is that I can't see what is causing the crash, the logs just cut off and the server stops. You'll need someone at Minehut to look into it.
  13. Yes. on shoot: player's held item is a bow and arrow loop 2 times: shoot arrow That's how you make it shoot multiple arrows at once. Now figure out how to make it do exactly what you want.
  14. It's a teaser for Minehut's upcoming update/new feature on, supposedly, July 20th.
  15. Put Terra in your plugins folder In bukkit.yml (found in the root directory of your server) add the following lines: Code (YAML): worlds: world: generator: Terra:DEFAULT Replace world with the name of your world. Stop your server. Delete the world folder from your server. This will completely reset your world! Start your server, and your world will be generated by Terra's default config!
  16. When you are kicked, you get sent to the Minehut lobby. If you scroll up in the chat, white or red text should be displayed saying the reason why you've been kicked. Only reason I can think of is the version you're playing on, but go see the error message it gives you.
  17. Try doing /difficulty hard, doing /save-all, and restarting your server. Best of luck to it working, though! If it doesn't, you can always install the Multiverse plugin and change the difficulty using commands from the plugin and that likely should work. The command is /mv modify set difficulty hard <world> If the problem persists and won't stop I've created a solution for this. I'll list the steps here. This can also do the trick if you don't want to go through the hassle of Multiverse. Edit Server > Install Skript plugin > File Manager > Plugins > Skript > scripts > Create new file named "difficulty.sk" > Paste the code below this into that file > Click Save > Execute the command "/sk reload difficulty.sk" in game to put the code into effect. on load: set difficulty of world "world" to hard Just be sure to set ` "world" ` to the name of your world inside the parenthesis. Case sensitive!
  18. Oh man. I love answering this. The year was 2019. I owned a popular prison escape server. Needed certain features I could only obtain with Skript. Asked a friend of a friend to make them. One day, he quit. Personal reasons. The server was going to die without consistent updates from our only coder.. So.. I did what I had to do. I looked through the server's code, adjusted it as time went on, worked from it and learned it. Read forum posts, begged and annoyed the ever loving heck out of multiple Skripters when I was having trouble (Oops). Eventually, I learned more and more. Now I'm very good at it.
  19. rosabel

    Minehut clearlagg

    Go into the config.yml file for ClearLagg in your File Manager. In there, there should be a setting to make it so those entities don't despawn.
  20. I've been down your road before. Upload your texture pack to dropbox.com. Copy link, set "dl=0" to "dl=1" and paste it in the Resourcepack Settings click 'Save' and restart your server. If it doesn't work, it's a problem with your texture pack. Make sure the 'items' folder in your texture pack is named 'item' and 'blocks' folder is named 'block'. If it doesn't prompt you, make sure you have Resourcepack Prompt enabled from the main menu of the multiplayer server list. If it's enabled, it's a Minehut issue that it's not loading. Specifically, it won't prompt if you already have it on. Try joining from direct connect, then it will likely load.
  21. rosabel

    server wont start

    Start it up, wait for it to go offline, then go File Manager > Logs > latest.log Paste that whole file in https://pastebin.com/ and send the link in a reply here!
  22. rosabel

    npc permission

    Take a look at this site for all the permission nodes: https://wiki.citizensnpcs.co/Permissions
  23. Best bet is just do it case sensitive. So do "/dl world BetterLAN Season 2", with the exact amount of spaces and all. Or just do "/dl world" while you're in the world. Once downloaded, just rename it on your PC then upload it.
  24. rosabel

    Better End

    In bukkit.yml (found in server root directory), add the following lines to the end (Replace world_the_end with the name of the world you would like to assign the generator to. The default End dimension is called world_the_end): worlds: world_the_end: generator: BetterEnd Did you try doing this?
×
×
  • Create New...