Jump to content

high quality commands


Recommended Posts

right so my first command is /masssay, It's a feature on Skeppy's Server and I remade it with skript and its good

 

command /masssay [<text>]:
    permission: masssay.sk
    permission message: &cInsufficient Permissions!
    trigger:
        if arg 1 is not set:
            send "Please format a mass-say."
            stop
        if arg 1 is set:
            loop all players:
                make loop-players say " %arg 1% "

it makes everyone on the server say arg 1 

e.g. /masssay f 

It will make everyone say f.

 

and my second command is /f in fact lmao

command /f:
    permission: f.sk
    permission message: &cInsufficient Permissions!
    trigger:
        loop all players:
            make loop-players say "f"

so um yeah bye

  • Like 1

200.gif?cid=eded0a25fube4zetrcz2czqjrlxt

im bacc

i cant stop doing the chika dance

 

Link to comment
Share on other sites

No need for stop btw with argument. It will still work, Anyways simple but yet good script

 

+rep

 

command /masssay [<text>]:
    permission: masssay.sk
    permission message: &cInsufficient Permissions!
    trigger:
        if arg 1 is not set:
            send "Please format a mass-say."
        if arg 1 is set:
            loop all players:
                make loop-players say " %arg 1% "
Edited by TacticalModz

Start your Minecraft server today for as low as £0.50/weekly for up to 4 GB of RAM! (£3.50 Monthly) and be equipped for all situations with our high-performance gear keeping your servers running 24/7

Why choose Us?
• Guaranteed 99.9% Uptime
• NVMe RAID Fast Storage
• 24/7 Hosting
• Instant Setup
• 50% Discount. Use Code: 50OFF (Ends on November 11th)

We want to ensure our customers are happy with the service they received and support. We aim to provide low-costs those who cant afford a minecraft server. No extra costs, no setup fees! One-time payment and you are good to go with our instant setup feature we introduced to ensure your server is ready to go!

Planning to make a community or a project you want to work on? We got you covered! Our servers are optimized for performance and security, so you can have peace of mind and focus on your project. Our servers are also reliable and packed with features, so you can start playing right away.

We guarantee 99% uptime and 24/7 customer support, so you can always ask for help if you need it.

Links:
https://forums.valknet.org
https://billing.valknet.org
Invite: https://discord.gg/FqSRt4ZCAC

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...