Jump to content

iamsif

Member
  • Posts

    22
  • Joined

  • Last visited

  • Days Won

    1

iamsif last won the day on February 6 2023

iamsif had the most liked content!

1 Follower

Recent Profile Visitors

422 profile views

iamsif's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. https://youtu.be/NVcqMexTi1o im assuming it would be allowed to post this video here as its related to minehut let me know if im mistaken
  2. im assuming it would be allowed to post this video here as its related to minehut tell me if im mistaken
  3. set {_level} to a random integer beetween 1 and 4 enchant helmet slot of player with protection {_level}
  4. Your code is very messy, try this (not tested) on chat: if {playersjoinlocation::%player's uuid%} is player's location: send "&cMove before chatting!" else: delete {playersjoinlocation::%player's uuid%} on join: set {playersjoinlocation::%player's uuid%} to player's location on quit: delete {playersjoinlocation::%player's uuid%}
  5. /difficulty hard execute this command, but if you restart the server the difficulty might reset if so change it in your minehut server panel
  6. You can install skript by downloading it here: https://github.com/SkriptLang/Skript/releases Then drag the jar file into your server plugins folder. After simply restart the server and you will have skript installed!
  7. Vanilla Minecraft: /setblock ~ ~ ~ minecraft:block Skript: command blockset [<number>] [<number>] [<number>] [<text>]: permission: op trigger: if arg-4 is set: make console execute command "setblock %arg-1% %arg-2% %arg-3% minecraft:%arg-4%" else: send "&cCorrect Format: /blockset (xcoords) (ycoords) (zcoords) (block)"
  8. You can try this, I just made it (skript): command sudochat [<player>] [<text>] permission: op trigger: if arg-1 is a player: if arg-1 is not player: make arg-1 say "%arg-2%" else: send "&cCan't make yourself say something" to player else: send "&cPlease enter a valid player name" to player
  9. You only naturally regenerate if your hunger bar is full. Eating food restores your hunger it doesn't heal you directly.
  10. okay well it shows youn have to counter the error why would you ask a question if you dont even want an answer
  11. https://www.minecraftstation.com/minecraft-error-code-io-netty-channel-abstractchannelannotatedconnectexception/
  12. Currently making a Box server and need a skript that modifys a drop for another drop. For example, breaking a white terracotta drops 5 end stones. Will give credits!
×
×
  • Create New...