Jump to content

Pryzmm

Moderator
  • Posts

    1,889
  • Joined

  • Last visited

  • Days Won

    32

Everything posted by Pryzmm

  1. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  2. if you have enough for one plan: - Buy a plan for the server you're taking the world from - right click your world and zip it - download the zip file - upload the zip file on the server youre transferring to - unzip the file - use something like Multiverse-Core to /mvimport the world, then /mvtp to it
  3. you can appeal here: Submit a request – Minehut
  4. send your entire log files, this time follow the instructions to the letter: - go to minehut.com and login - select your server and click file manager - open the logs folder - click the empty check mark box by the latest.log file - click the download button at the bottom - attach the latest.log file in a message
  5. Here's what I am seeing in your logs file: [23:12:32] [Server thread/ERROR]: [Configurations] Loading a newer configuration than is supported (31 > 30)! You may have to backup & delete the world defaults config file to start the server. Follow those instructions; I also saw errors with your WorldEdit, you should try to either update it, switch to FAWE, or remove it
  6. Pryzmm

    wwnufmba

    if you're referring to 1.21 servers, PaperMC still needs to create a stable version to be implemented
  7. you can type /join <server name> i.e. if the IP is Exploratory.minehut.gg, you would do /join Exploratory
  8. I changed your question so it doesnt state another server provider; That being said, if your server provider allows you to download your server, you can go through Minehut's file manager and upload a .zip of your server
  9. The only way you could do this is hosting an external server on Minehut with your own PaperMC .jar build for 1.20.1 But otherwise, no, it is not possible.
  10. Pryzmm

    1.21

    Once both ViaVersion and PaperMC create a stable version of 1.21, Minehut will roll out 1.21 servers
  11. You didn't exactly specify what's wrong in the skript, but I've gone ahead and changed a couple things in it anyway command /freeze <player>: aliases: /ss permission: op permission message: No permission usage: &c/freeze <Player> | /ss <Player> trigger: if {ss::%arg-1's UUID%} ? 0 = 0: # the '?' means 'otherwise'; if the variable on the left is not set, it uses the value on the right set {ss::%arg-1's UUID%} to 1 send "&4(!) You Are Frozen! Do &4&lNOT Log Out" to arg-1 else: clear {ss::%arg-1's UUID%} # to save on variable space, clear the variable instead send "&4(!) You Are Now Unfrozen! You Can Now Log Out" to arg-1 on player move: if {ss::%player's UUID%} = 1: cancel event send action bar "&4(!) You Are Frozen! Do &4&lNOT Log Out" to player
  12. What exactly is the problem here? Anyways, I've gone ahead and redone your code a bit; It's untested but it should work on mine: if player has 1 of brown dye named "&6Wood AutoCompressors": while amount of oak log in player's inventory >= 32: remove 32 oak logs from player's inventory add 1 spruce log to player's inventory
  13. i would use the unix timestamp expression, i.e.: set {_var} to unix timestamp of 5 seconds from now if {_var} < unix timestamp of now:
  14. Pryzmm

    MOTD

    Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  15. Pryzmm

    minehut credits

    Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  16. Pryzmm

    maybe hacks?

    It doesn't always mean someone is fly hacking, it could be due to server/client lag. Your best bet though would to get an anticheat, such as vulcan, to better help remove hackers from your server.
  17. Please make sure that you aren't responding to posts that haven't been responded to in over a month. Thanks!
  18. Pryzmm

    carpet duper

    Did you restart your server? Check your config/paper-global.yml file and enable the needed settings, then restart your server.
  19. You can look through your server logs by opening your server panel, clicking on File Manager, and clicking on the logs folder. From there you can choose to download or view your log files.
  20. Can you answer the following please? This would help a bit - Are you positive the server difficulty isn't on peaceful? - Can you send us a list of your server plugins/mods? - Can you also send server logs?
  21. As far as im aware, Minehut does not have promo codes when purchasing credits (I accidentally spent 5$ while trying to verify this information) This post is also being locked for necroposting, please refrain from commenting on posts older than a month.
  22. i hope youre not planning on planning on adding every single function and line of code into one skript, thatd be a really long parsing time; that being said, i could contribute some functions ive come across in my 3 years of skripting experience, as well as links to them. if you need custom ones coded feel free to message me on discord (agentgamerpro) or contact me in minehut ColorUtils: Gradients and rainbow text - ColorUtils 1.16+ | skUnity Forums Number Format: https://forums.skunity.com/threads/1-skript-challenge-number-format.247/post-1056 Number Format 2.0: https://forums.skunity.com/threads/1000-to-1k.9198/post-40338 Those are from the top of my head, again if you need anything, feel free to ask
  23. Judging by what i saw in your console, a disabled plugin is trying to execute a task. Check further in the logs and disable any plugins associated with it. It would also help if you could send over any crash reports or server logs. If nothing works, contact minehut support.
  24. Not sure if you noticed but uh... Minehut has been taking sponsors and limiting playtime because they've been losing money fast. Can't say I blame SLE for what they've been doing, but I can't say that I like it either.
×
×
  • Create New...