Jump to content

Centrect

Content Creator
  • Posts

    241
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Centrect

  1. 18 hours ago, hangtight said:

    hes a friend of mine, he released his skripts for one of his servers.

    this is HIS broadcast skript..
     

    
    command /broadcast [<text>]:
    
        aliases: bc 
    
        trigger:
    
            if executor is not a player:
    
                set {_perm} to true 
    
            else:
    
                if getHasPermission(player, "hydrogen.command.broadcast") is true:
    
                    set {_perm} to true 
    
            if {_perm} is not set:
    
                message "&cYou do not have permission to use this command."
    
            else:
    
                if arg 1 is not set:
    
                    message "&eUsage: &d/broadcast &f<message>"
    
                else:
    
                    broadcast colored arg 1
    
    
    
    command /messagetome [<text>]:
    
        aliases: mtm, m2m
    
        trigger:
    
            if getHasPermission(player, "hydrogen.command.messagetome") is false:
    
                message "&cYou do not have permission to use this command."
    
            else:
    
                if arg 1 is not set:
    
                    message "&eUsage: &d/messagetome &f<message>"
    
                else:
    
                    message colored arg 1

    so give credit mayb?

    skripts are very hard to keep original, especially when its such a basic command. I dont see any need why they would need to give creds, also no offence to either side but its one of the most inefficient skripts ive ever seen so I wouldnt even use "proceedings"s skript.

  2. Nice, but instead of using {_perm} you could simplify it to add a check at the beginning of the skript

    command /broadcast [<text>]:
        aliases: bc 

        permission: custom.command.broadcast

        permission message: &cYou do not have permission to use this command.
        trigger:
            if arg 1 is not set:
                message "&eUsage: &d/broadcast &a&l&oServer&c&l&oName&7&o>> <message>"
            else:
                broadcast colored arg 1

  3. Recieved:
    Apple watch SE
    Amazon Fire TV stick (4K i think)

    Raspberry Pi

    SteelSeries Arctis 7 Wireless

    26K mAh battery bank

    Nanoleaf Canvas lights
    Among more things too xd

     

    Gave:
    Elite: Dangerous Hutton Orbital Mug
    Portable travel mug

    Liverpool FC collage

    Haircare / makeup bag with memory pictures
     

  4. "No matter how hard the past, you can always begin again" - Buddha
    I want to become a better person, mentally and physically. I also want to grow my twitch since its practically my life lol

    • Like 2
×
×
  • Create New...