Jump to content

JoshG

Member
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    1

JoshG last won the day on June 10 2023

JoshG had the most liked content!

About JoshG

  • Birthday February 25

Recent Profile Visitors

808 profile views

JoshG's Achievements

Rookie

Rookie (3/6)

2

Reputation

Single Status Update

See all updates by JoshG

  1. Player Visibility Skript

     

    #THIS IS NOT MINE
    #Coded by ElectronMC Developers

    on join:
        loop all players:
            reveal loop-player to player
        set slot 1 of player to light green dye named "&aPlayers ➟ Enabled" with lore "&7Right-Click to hide players"
        
    on rightclick with light green dye:
        cancel event
        send "&cAll players are now hidden."
        loop all players:
            hide loop-player to player
        wait 1 ticks
        set tool of player to gray dye named "&aPlayers ➟ &cDisabled" with lore "&7Right-Click to shop players"
        
    on rightclick with gray dye:
        cancel event
        send "&aPlayers are no longer hidden."
        loop all players:
            reveal loop-player to player
        wait 1 ticks
        set tool of player to light green dye named "&aPlayers ➟ Enabled" with lore "&7Right-Click to hide players"

×
×
  • Create New...