Jump to content

awel

Member
  • Posts

    148
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by awel

  1. You can do it without setting the location. just loop blocks around a set coord then spawn it to their surface location.
  2. Accepted Please contact a manager for a Interview!
  3. Accepted Contant a manager in the discord for a Interview.
  4. Accepted Contact `Fares Or, Artifacting` for A interview
  5. awel

    EasyWarps plugin!

    Adding on to this, You can very much make this in skript and it Isn't hard.
  6. awel

    Minecraft Tracking

    No current plugins that I know of (I checked and will recheck after I make this) But, if you still want yo use it continue reading! ou can use client modifications for that for example ones on Lunar Client, Or you can make a way points skript that will not be as good as the lunar client one! (You can use mods just lunarclient is a safe client and I just recommend it for other things too but, using fabric or forge you can find mods that have it!)
  7. I am bored so over the next 2 days I'll be making most skripts. And, fixing some broken skripts By most I mean: - Under 200 Lines - Quick To make - Not too complex (I have to work on other things) - Must be given detail Do your damage!
  8. Just ask support for a credit refund they do all thef refunds ect!
  9. awel

    Congrats pop!

    got 80 in1 day once 11 more days to go!
  10. awel

    Congrats pop!

    POG I'll be there soon...
  11. awel

    I need help

    what error is it sending back?
  12. Please send a Screenshot of you executing the command. Are you sure you don't have any skripts that use the command /seed?
  13. Got bored and made a skript that a lot of people in the minehut community who want to grow their server may want to use! Took me like 10 - 20 minutes (mostly worth of debuging a stupid issue) To make so if you find a issue please respond so I can quickly fix it ;D The Skript: (Forogt the requrements but, I think its TuSKe or something) #Enjoy ;D options: permission: permission.everyone command /adalerts: permission: {@permission} permission message: &cNo permission to do that! trigger: open virtual chest inventory with size 1 named "&a&lAd-Alerts" to player wait 1 tick format gui slot 0 of player with emerald block named "&A[VIP]" with lore "&7&m-------------------------" and "&fClick to get notifications for &a[VIP] &fAdvertisements" and "&7&m-------------------------" to run: timer("7m", player) close player's inventory set {lasttimer.%player%} to "VIP" format gui slot 2 of player with diamond block named "&b[PRO]" with lore "&7&m-------------------------" and "&fClick to get notifications for &b[PRO] &fAdvertisements" and "&7&m-------------------------" to run: timer("5m", player) close player's inventory set {lasttimer.%player%} to "MVP" format gui slot 4 of player with gold block named "&6[LEGEND]" with lore "&7&m-------------------------" and "&fClick to get notifications for &6[LEGEND] &fAdvertisements" and "&7&m-------------------------" to run: timer("2m", player) close player's inventory set {lasttimer.%player%} to "LEGEND" format gui slot 6 of player with lapis block named "&3[PATRON]" with lore "&7&m-------------------------" and "&fClick to get notifications for &3[PATRON] &fAdvertisements" and "&7&m-------------------------" to run: timer("1m", player) close player's inventory set {lasttimer.%player%} to "PATRON" format gui slot 8 of player with barrier named "&cCancel" to run: cancelTimer(player) function timer(t: string, p: player): wait 2 ticks set {_time} to {_t} set {running.timer::%{_p}%} to true if {_time} contains "s": replace all "s" with " seconds" in {_time} else if {_time} contains "m": replace all "m" with " minutes" in {_time} send "&a%{lasttimer.%{_p}%}% &aTimer has started!" to {_p} set {_time} to ({_time} parsed as time) wait {_time} parsed as timespan if {canceled.%{_p}%} isn't set: send title "&7&m- &a&lAD TIMER &7&m-" to {_p} for 2 seconds wait 3 seconds send "&aTimer Over &7(/adalerts) &ato restart!" to {_p} delete {running.timer::%{_p}%} function cancelTimer(p: player): if {running.timer::%{_p}%} is set: set {cancel.%{_p}%} to true send "&a%{lasttimer.%{_p}%}% &aTimer canceled" to {_p} delete {running.timer::%{_p}%} else: send "&cThere is no running timers for you!" to {_p}
  14. Restart your minecraft simple minecraft issue happends to everyone!
  15. You can do this with skript! I'll just help you! on load: execute console command "yourcommand one" execute console command "yourcommand two" # And, you can add more by just adding ` execute console commnand "the command you want" ` # and you can remove it by just deleting the line!
  16. awel

    Minehut 1.17

    Paper doesn't yet support 1.17. Please go to where you see the words "paper" And switch it to spigot then check if you can see 1.17 again!
  17. awel

    Piston Duping

    Sorry, Forgot paper.yml was able to be edited now
  18. awel

    same

    Use it for what its meant to be!
  19. awel

    same

    Please Delete this post you don't require help.
  20. You have to first do //wand. Then, select 2 locations. VIDEO IF YOU NEED HELP:
  21. awel

    Piston Duping

    You cannot. Minehut is running on the latest build of Minecraft (That has it patched). Just make a /dupe command or something else!
×
×
  • Create New...