Jump to content

Pryzmm

Moderator
  • Posts

    2,038
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Pryzmm

  1. Lots of people play on 1.17.1, so it would be recommended. Although if you wanna keep 1.18.2, I think using both Vault and EssentialX will provide an economy.
  2. it's likely that your account information was shared or compromised. Change your password and you should be fine.
  3. This usually happens when your skript version isn't supported by your server version (i.e. a 2.6 skript version on a 1.19 server). Try downloading the first version of skript that supports your server version.
  4. It's possible that youre using an outdated plugin. Download the 1.19 Luckperms plugin and see if it works then.
  5. Try this: on death: if victim is a zombie: clear drops chance of 50%: set {_drop} to diamond named "&9Custom Drop" drop {_drop} at victim's location stop chance of 50%: set {_amount} to random integer between 1 and 3 set {_drop} to {_amount} of iron ingot named "&9Custom Drop" drop {_drop} at victim's location
  6. Rest In Peace, Technoblade.

  7. Did you cut off some of the error? Send all of the logs in a pastebin.
  8. Pryzmm

    CUSTOM SERVER ICONS

    Make a 64x64 image file and name it server-icon. It must be in a .png format. From there, upload the image file to your server and restart. You may need to reload the server list for it to take effect.
  9. There may be a file that stops your server as soon as it starts up. Does anyone else have access to your minehut account?
  10. The only thing i can think of is that there's a file inside the .zip file that isn't supported by minehut.
  11. post in skript discussion next time
  12. Pryzmm

    lol

    bruh Submit a request – Minehut (zendesk.com)
  13. Your worlds are corrupted. Delete the worlds and restart the server.
  14. You need to click "manage server"
  15. You can use skript to teleport the player facing a certain direction when they join. Replace X Y and Z with your coords and the world name to... your world name. on join: wait 1 tick teleport player to location(X, Y, Z, world("world"), -90, 0)
  16. Find your paper.yml file and go to line 92. From there, change '500' to a bigger number. Save and restart your server for the changes to take effect.
  17. Danger zone was removed. You can reset your server at the bottom of settings.
  18. There could be a couple of reasons. 1. Your selection size is too big for WorldEdit to process (in which case, replace WorldEdit with FastAsyncWorldEdit) 2. Your WorldEdit may not be supported by your current server version.
  19. Pryzmm

    banned forever?

    Appeal here: Submit a request – Minehut (zendesk.com)
  20. Here you go every 10 seconds: loop all players: give loop-player random element of all items
  21. check /sk info. If it still says 2.6.2, check the Addons tab and delete skript from there (Make sure to save your scripts to your desktop). Then restart. Add the 2.6 skript.jar to your plugins file and restart again. Go to the skript file and readd all your skripts, then /sk reload all
  22. Downgrade your skript version to 2.6 and see if it works then.
×
×
  • Create New...