Jump to content

Lapzzo

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Lapzzo

  1. You need another account to do this one, as it only works on the accounts first join.

     

    on join:
        if {verify::%player%} is false:
            set player's walk speed to 0
            send "&7Please verify by executing /verify to play!" to player
        else:
            if {verify::%player%} is true:
                set player's walk speed to 0.2

    command /verify:
        trigger:
            if {verify::%player%} is false:
                send "&aYou have verified!" to player
            else:
                if {verify::%player%} is true:
                    send "&cYou have already verified" to player
    on first join:
        set {verify::%player%} to false

  2. Just now, rewgwgr said:

    Alright!

    1. Thank you so Much!

    2. I Installed & Reloaded it, no errors

    3. i hopped on an alt to try it out (the alt had never previously joined), and he was able to move without doing /verify (not sure if that was supposed to happen), I Then typed /verify and nothing happened..

    Let me see

  3. Done! I havent tested it, but if it doesnt work tell me the errors.

     

    on join:
        if {verify::%player%} is false:
            set player's walk speed to 0
            send "&7Please verify by executing /verify to play!" to player
        else:
            if {verify::%player%} is true:
                set player's walk speed to 0.2

    command /verify:
        trigger:
            if {verify::%player%} is false:
                send "&aYou have verified!" to player
            else:
                if {verify::%player%} is true:
                    send "&cYou have already verified" to player

    • Like 1
  4. Try this:

     

    on rightclick:
        if name of tool of player is "&lVoucher":
            teleport player to 0.5, 206, -6.5 in world "world_nether"

    command /givevoucher:
        permission: op
        permission message: &cYou cannot do that.
        trigger:
            give player 1 paper named "&lVoucher"

     

    The command /givevoucher only works for ops, and will give the play a piece of paper named Voucher which, when right clicked, will take the player to the cords in the nether. I have not tested this, so it might not work

  5. 9 hours ago, Macky said:

    Thank you for making this for me. And also is there anyway whenever your free to maybe add like a command like "/prestigetimes <amount of times you want to prestige>" 

    Sorry I read that incorrectly. I dont think I can do it, but someone else prob can

  6. 9 hours ago, Macky said:

    Thank you for making this for me. And also is there anyway whenever your free to maybe add like a command like "/prestigetimes <amount of times you want to prestige>" 

    I havent tested this but here:

     

    command /prestigetimes:
        trigger:
            send "&7You have prestiged &a%{p.%player%}% &7times!" to player

  7. 5 hours ago, Deflecto said:

    I'm not sure if this is a clientside animation for the zooming. It may be the case that the client determines when it zooms in, similar to how bows show a custom animation when you pull them. It's possible though for you to still create a zoom effect by applying slowness to the player.

    Wow nice! You are correct, the animations are clientside

  8. 18 minutes ago, WildX said:

    a /shop command that opens a menu with categories that i can add stuff to in skript and you click on an item example wood log and it opens up a second menu with shows a sell side and a buy side if that makes sense

    I can make that, but it will take long. Sorry but im not gonna make it. By the way is there a currency you want them to buy it with or an item

  9. Hello people of minehut. I love helping on the minehut forums, but the forum post cap is not helping. I know it is helpful for bots/spammers, but I am requesting, higher the rank the player is, higher the cap goes. Here is my main problem with the cap:


     

    Time zones. Most people who play minehut are Americans, so the time zones are different for alot of people. My problem is, When im sleeping, the Americans post questions, when I wake up, I answer them, by the time I answer alot of the Americans questions,  reply to other peoples questions. I reach my cap, then play some Minecraft or some other stuff. It hits the time Americans wake up, then I cant help them with the reply's they make on my attempt on helping them, so I cant answer until the next day.

     

    • Like 1
×
×
  • Create New...