Jump to content

nicholxs

Member
  • Posts

    276
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by nicholxs

  1. In that case, I'll join the competition too, except i'm two steps ahead of both of you. On my new minehut server, you can create your own server hosting network!
  2. Advanced Drop Manager and PhoenixAPI are both outdated plugins, (not compatible with 1.15.2) so it could be the reason why this is occurring. I suggest using skript as an alternative for Advanced Drop Manager, it's easy to learn and easy to use.
  3. nicholxs

    Loading Server

    It is possible. How many plugins have you installed? Also, when a server starts up for the first time it usually takes a bit longer to start. Have you also tried starting it from the panel or starting it from the command /join in game?
  4. nicholxs

    what is the port?

    ^ Also, there is no actual (public) port released for your java server, instead you are allocated specific ips.
  5. Hey, could you give us an update on the issue? @malurio
  6. Locked - Server maintenance ended. In the future, you can get updates from our discord as issues like these are usually announced.
  7. nicholxs

    Servers...

    Locked - Server maintenance ended. In the future, you can get updates from our discord as issues like these are usually announced.
  8. Hey, could you explain your situation in more detail and possibly provide pictures? It's hard to grasp what your issue is.
  9. What plugins do you have on the server? (if you have any plugins such as via version or protocol support, this can effect the spawning of the mob). Also, you need to set the gamerule doInsomnia to true for phantoms to spawn. I don't think this is a minehut issue, it looks like it isn't spawning naturally in minecraft. You can view the wiki for more info: https://minecraft.gamepedia.com/Phantom
  10. The issue is that you haven't set the default world in the settings on the panel. Whenever you load up your server or die, you are teleported to the default world. You can fix this by updating the default level name setting on the forums with your world name. Here's a picture of what the setting looks like:
  11. Hey, judging from your post, you haven't uploaded the datapack from the server. Follow this tutorial to learn how to upload and use datapacks on your minehut server:
  12. He might've assumed that you couldn't leave an area due to command blocks, so that's why he suggested to disable them. The issue is that there isn't a default spawn point set. Are you sure that this adventure map is compatible with 1.15.2? That could be the issue if it isn't.
  13. Are they all on the same version? What plugins do you have installed? If you can't resolve it, try contacting minehut support at https://minehut.com/support/form
  14. I don't think the current phoenix anti-cheat is actually compatible with versions after 1.13, so you were bound to eventually have issues with it. Perhaps the plugin isn't downloading its resources/dependencies because it's outdated or because minehut isn't allowing it to. If you need a good anticheat which is configurable and works, use nocheatplus. You can find lots of decent configs on the internet
  15. Skript is loading variables, however 13 of them were not loaded. What kind of skripts have you made, and what errors have you seen in game? (you will have to check in game to see which variables are being reset when you restart the serverr)
  16. Moved to Community Support @Ravioli you can find the server panel at www.minehut.com, log in then click 'Dashboard'. From there, there you can find your server name.
  17. Yes, you can limit commands to certain areas. This also shouldn't cause any lag at all. I'd recommend either limiting the commands to be used in a specific region or world. Here's how to limit it to a specific world: command test: trigger: if player is in world "world": #do stuff else: send "&cYou can't do that in this world!" to player
  18. although you can't check if they pressed a keyboard key with skript, you can check if they pressed 'f' or the 'offhand switch' button and then just dupe the item from there.
  19. seems a lot more over complicated then it needs to be, though it still should work here's a simple version: on mine of iron ore or gold ore: cancel event set event-block to air if event-block is iron ore: drop 1 iron ingot else if event-block is gold ore: drop 1 gold ingot you can alternatively replace the drop effect with: give 1 of iron ingot to player give 1 of gold ingot to player
  20. Locked - duplicate post if you have any questions about the skript, continue them here:
  21. try this: https://file.io/0DJMDWlR
  22. After 1.16 has been released for paper spigot and after a decent amount of plugins have been updated, the server will automatically update to 1.16, so yes. This will not remove/replace your world, you will still have your world, however all the newly loaded chunks will be from the 1.16 version.
  23. Try contacting support, never seen this issue before.
×
×
  • Create New...