Jump to content

Patsteaks123

Member
  • Posts

    85
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Patsteaks123

  1. This is my 3rd skript sent on the forums, Please configure it if you like!

    # command setup - Credits PatSteaks.
    
    
    command /EndCrystalTroll [<player>]:
     aliases: /ect
     trigger:
       # sending a message to the target and player.
      send "&3You've &4EndCrystalTrolled &2%arg%" to player
      send "&3You've Been &4EndCrystalTrolled &2By %player%" to arg
      # Making the console execute a command to summon EndCrystal and an arrow.
      execute console command "/execute at %arg% run summon end_crystal ~ ~0 ~"
      execute console command "/execute at %arg% run summon arrow ~ ~3 ~"
      # sending a message to the executor
      wait 1 second
      send "&3You've Successfully &4EndCrystalTrolled &2%arg%" to player
    
    
     # INFO ONLY WORKS WHEN USER IS RUNNING NOT STILL

     

    • Like 1
  2. Try it and make it better
     

     
    command /explosive [<player>]:
     permission: op
     trigger:
      send "&3%arg% is Exploding in &410"
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &49" to all players
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &48" to all players
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &47"to all players
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &46" to all players
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &45"
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &44"
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &43"
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &42"
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      send "&3%arg% is Exploding in &41"
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      wait 1 second
      execute console command "/execute at %arg% run summon tnt ~ ~1 ~"
      play sound "entity.experience_orb.pickup" with volume 1 and pitch 1 at arg for arg
      

    Don't hate on it just make it better if it doesn't work.
    Also don't mind the error message when reloading!

    • Like 2
  3. command MomTroll [<player>] :
     aliases: /re
     trigger:
      play sound "entity.ghast.hurt" with volume 1 and pitch 1 at arg for arg
      send "&e%arg%'s Mom joined the game" to all players
      
      wait 1 second
      
      send "&8[Default] %arg%'s Mom: It is time to go to bed %arg%" to all players
      wait 3 seconds
      send "&e%arg%'s Mom left the game" to all players
      
      wait 10 seconds
      
      send "&e%arg%'s Dad joined the game" to all players
      wait 1 second
      send "&8[Default] %arg%'s Dad: Don't tell your mom, But you can stay up later %arg%" to all players
      wait 3 seconds
      send "&e%arg%'s Dad left the game" to all players

    Is there a way to make this link to the luckperms ranks

    • Like 2
  4. I made a killv2 for some reason lol
     

    command /killv2 [<player>] [<player>]:
     trigger:
      send "%arg-1% says die to %arg-2%" to all players
      execute console command "effect give %arg-2% poison 30 2"
      execute console command "effect give %arg-2% blindness 30 2"
      execute console command "effect give %arg-2% nausea 30 2"

     

    • Like 2
  5. 45 minutes ago, ButterflyBullets said:

    I added on to this, lol it was fun

    options:
      slp:&9[SleepyTime] &r| &aYour family is sleeping, we wouldnt want to disturb them now would we? (your not op lol)
    
    command /dad [<player>]:
      permission: family.sleep
      permission message: {@slp}
      trigger:
        send "&e%arg%'s Dad joined the game" to all players
        send "&8%arg%'s Dad: It is past your bedtime %arg%, head to bed right now!" to all players
        wait 3 seconds
        send "&e%arg%'s Dad left the game" to all players
    
    command /brother [<player>]:
      permission: family.sleep
      permission message: {@slp}
      trigger:
        send "&e%arg%'s Brother joined the game" to all players
        send "&8%arg%'s Brother: Yo %arg%, dad told me to tell you to go to bed, so uhh maybe do that." to all players
        wait 3 seconds
        send "&e%arg%'s Brother left the game" to all players
        wait 2 seconds
        send "&e%arg%'s Dad joined the game" to all players
        send "&8%arg%'s Dad: You Better listen to me son!" to all players
        wait 3 seconds
        send "&e%arg%'s Dad left the game" to all players
    
    command /sister [<player>]:
      permission: family.sleep
      permission message: {@slp}
      trigger:
        send "&e%arg%'s Sister joined the game" to all players
        send "&8%arg%'s Sister: %arg%, you need to sleep, like RIGHT NOW, if you dont I will tell mom" to all players
        wait 3 seconds
        send "&e%arg%'s Sister left the game" to all players
        wait 2 seconds
        send "&e%arg%'s Mom joined the game" to all players
        send "&8%arg%'s Mom: %arg% I need you to listen to your sister alright? Thank you, and love you sweetie!" to all players
        wait 3 seconds
        send "&e%arg%'s Mom left the game" to all players
    
    command /mom [<player>]:
      permission: family.sleep
      permission message: {@slp}
      trigger:
        send "&e%arg%'s Mom joined the game" to all players
        send "&8%arg%'s Mom: Hi Honey, I got you some warm milk, I think it should help you sleep." to all players
        give arg milk bucket named "&aWarm Milk"
        wait 3 seconds
        send "&e%arg%'s Mom left the game" to all players
    
    command /family [<player>]:
      permission: family.sleep
      permission message: {@slp}
      trigger:
        send "&e%arg%'s Dad joined the game" to all players
        send "&8%arg%'s Dad: You better get to sleepin before I make you %arg%!" to all players
        wait 1 second
        send "&e%arg%'s Dad left the game" to all players
        wait 1 second
        send "&e%arg%'s Mom joined the game" to all players
        send "&8%arg%'s Mom: Hi %arg%, I know you like to stay up, but I really need to to go to sleep alright?" to all players
        wait 1 second
        send "&e%arg%'s Mom left the game" to all players
        wait 1 second
        send "&e%arg%'s Brother joined the game" to all players
        send "&8%arg%'s Mom: Wassup %arg%, you need sum sleep before you die or sum idk" to all players
        apply blindness 2 to the arg
        wait 1 second
        send "&e%arg%'s Mom left the game" to all players

     

    I was editing the "First Version" Last night and I came up with something like this basically the same thing

     

    command MomTroll [<player>] :
     aliases: /re
     trigger:
      play sound "entity.ghast.hurt" with volume 1 and pitch 1 at arg for arg
      send "&e%arg%'s Mom joined the game" to all players
      
      wait 1 second
      
      send "&8[Default] %arg%'s Mom: It is time to go to bed %arg%" to all players
      wait 3 seconds
      send "&e%arg%'s Mom left the game" to all players
      
      wait 10 seconds
      
      send "&e%arg%'s Dad joined the game" to all players
      wait 1 second
      send "&8[Default] %arg%'s Dad: Don't tell your mom, But you can stay up later %arg%" to all players
      wait 3 seconds
      send "&e%arg%'s Dad left the game" to all players

     

    • Like 2
  6. For Example
     

    command /fb:
     aliases: /ForceBroadcast
      trigger:
      send "&f[DupeLiife]&c [Tip] &2 Do /dupe if you didn't know already" to all players
      
    command /fb2:
     aliases: /ForceBoradcast2
      trigger:
      send "f[DupeLiife]&c Felling Lonely? &2 Do /howtoadvertise!
     

    Why does this not work?

×
×
  • Create New...