Jump to content

cohen123ty

Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by cohen123ty

  1. Hey can you help me with my 3rd life thing? Because i wanna make a server but a friend sent me something that i can do but it doesnt have the colored names and i have the plugin i just dont know how to put it into the game can you help me? And if you have discord pls add me @Caimen_joy#0511

    1. Show previous comments  3 more
    2. Thedukc

      Thedukc

      #Have fun with it 🙂
      #Addons needed skrayfall and skript
      on first join:
          set {color::%player's uuid%} to "&a"

      on death of player:
          add 1 to {deaths::%victim's uuid%}

      on respawn:
          if {deaths::%player's uuid%} = 1:
              set {color::%player's uuid%} to "&e"
          if {deaths::%player's uuid%} = 2:
              set {color::%player's uuid%} to "&c"
          if {deaths::%player's uuid%} >= 3:
              set player's gamemode to spectator
                  
             

      command /resetdeaths <player>:
          permission: deaths.reset
          permission message: &cSorry but you don't have the required permissions to preform this action.
          trigger:
              set {deaths::%arg-1's uuid%} to 0
              set arg-1's gamemode to survival
              set {color::%arg-1's uuid%} to "&a"

      on chat:
          set chat format to "%{color::%player's uuid%}%%player%&r:%coloured message%"

      every 3 seconds:
          loop all players:
              wipe loop-player's tablist
              set loop-player's tablist header to "&eThird life &c❤"
              set loop-player's tablist footer to "&7Don't die!"
              set loop-player's tablist name to "%{color::%loop-player's uuid%}%%loop-player%"
              set loop-player's display name to "%{color::%loop-player's uuid%}%%loop-player%"
              if {deaths::%loop-player's uuid%} = 0:
                  set {color::%loop-player's uuid%} to "&a"    
              if {deaths::%loop-player's uuid%} = 1:
                  set {color::%loop-player's uuid%} to "&e"    
              if {deaths::%loop-player's uuid%} = 2:
                  set {color::%loop-player's uuid%} to "&c"    

       

      #Fixed version

    3. azmeme

      azmeme

      I have to go to bed so i will ttyl. maybe this vid will help!

       

    4. Thedukc

      Thedukc

      Azme the skript works now ❤️

       

  2. Can someone send me the plugin because im trying to make a server but i already know how to do it but i want the color names and the way i found to do it on minehut doesnt
×
×
  • Create New...