Jump to content

AngerYT

Member
  • Posts

    6
  • Joined

  • Last visited

Posts posted by AngerYT

  1. on first join:

    let console excute: /lp user %player% parent set GROUPNAME

    let console excute: /nte user %player% prefix &7Player &r

    let console excute: /say Welcome %player% to this server! Have a great day! (Autorank For LP By Anger) <--- You Can Remove This an customize text / remove

  2. Actually: No, Minehut Doesnt Have An Function To Upload Your Own Server.jar (From bungeecord) This Function to get bungeecord servers (not server.jar uplaod) will be avaible in the next Unleashed Update! 1 thing you need an ohter minehut server where to connect to with the bungeecord function!

     

     

    About Me:

     

    |--- Iam A Good Skripter ---|

    |--- Owns 4 Server / More ---|

    |--- Very friendly ---|

  3.  

    Quote

        command /sudo [<player>] [<text>] [<text>]:

        trigger:

            if arg 1 is not set:

                message "Chat Format was not set (ARG1)"

                stop

            else:

                if arg 2 is not set:

                    message "Command Was Not Set (ARG2)"

                    stop

                if arg 2 is "c:":

                    if arg 3 is not set:

                        message "Message Not Set (ARG3)"

                        stop

                    else:

                        # This needs to be your chat format

                        broadcast "&7[&c%arg 1%&7] &f> %arg 3%"

                        stop

                if arg 2 is set:

                    make arg 1 execute command "/%arg 2%"

                    stop

     

     

  4. Please Note that this code is typed by my and it looks fimular to ohters:

     

    function sBlock(l: location, type: material, collisions: boolean = true):
        set {_w} to world of {_l}
        set {_type} to "%{_type}%"
        replace all " " in {_type} with "_"
        spawn falling block at {_l} with nbt "{NoGravity:1b,BlockState:{Name:""minecraft:%{_type}%""},Time:1}"
        register(last spawned entity)
    
        set {_e} to last spawned entity
        stop if {_collisions} is not true
        spawn armor stand 1.95 below {_l} with nbt "{Invisible:1b,NoGravity:1b,Invulnerable:1b}"
        register(last spawned entity)
    
        set {_ar} to last spawned armor stand
        set block 1.5 above {_ar} to air
        spawn shulker at location(0, 0, 0, {_w}) with nbt "{NoAI:1b,Silent:1b,NoGravity:1b,Invulnerable:1b}"
        register(last spawned entity)
        apply potion of invisibility without any particles to last spawned entity for 10000 seconds
        set {_e2} to last spawned entity
        make {_e2} and {_e} ride {_ar}

     

     

    Wanna Download The .sk? Please Wait till its updated! (I cant create one yet :/)

×
×
  • Create New...