Jump to content

What is wrong with this script?


rosabel

Recommended Posts

Just wondering because I can't get it to work. I assume it's the spacing?
// 
https://pastebin.com/ZDpvTvWv

E.png

rose city STICKER

RosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaR

i code, animate, develop, UI design, learn, and adapt, as well as make servers, of course

💐Joined Minehut sometime in 2014
💐VIP sometime in 2018
💐Legend in January 2021
💐Helper on 4/11/2021
💐♥ (Retired) on 5/17/2021
💐 Moderator on 8/18/2023

Link to comment
Share on other sites

12 minutes ago, OMan100 said:

There is no argument in the command.

Also please send the errors next time

what do you mean?

rose city STICKER

RosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaRosaR

i code, animate, develop, UI design, learn, and adapt, as well as make servers, of course

💐Joined Minehut sometime in 2014
💐VIP sometime in 2018
💐Legend in January 2021
💐Helper on 4/11/2021
💐♥ (Retired) on 5/17/2021
💐 Moderator on 8/18/2023

Link to comment
Share on other sites

command /stopmove <player>:
    permission: stopmove.stopmove
    permission message: You don’t have permission.
    trigger:
        if arg-1 isn't set:
            send "&cCorrect Usage: /stopmove"
        else:
           wait 1 minute
                  loop all players:
        set {nomove::%loop-player's uuid} to true

on any movement:
    if {nomove::%loop-player's uuid} is true:
        cancel event

Try this

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...