on join

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. RedDiamond

    Solved On Join Teleport

    Hei guys, so i wanna make a script so that when people first time join they get teleport to a specific coordinate in a world and I try this one its not working, anyone can help me with it? on first join: teleport player to location(40 23 171 world "flat") and I wanna make a script that when...
  2. S

    Hide doesn't work on join ?

    if {mode.control.%event-player%} is "false": if {mode.control.ismob.%{cm.currentplayer}%} is "CM:Player": broadcast "asd" broadcast "%{cm.currentplayer}%" hide {cm.currentplayer} from event-player The condition sequence its ok, because it broadcast...
  3. ItsMCB

    Solved Platform Selection

    Greetings. My server allows for Java and Bedrock players to join, and this skript is aimed at giving them a permission group (through Luck Perms) that will help tailor their experience depending on what platform they are using. Note this will be for a lobby server that will affect the whole...
  4. NotNinjaTalon

    Scoreboard Toggle Issue (SkBee)

    I am having issues with my /toggle command, the scoreboard functions properly and /toggle switches between them but when a player enables the scoreboard then decides to disconnect & rejoin the scoreboard doesn't display on. I assume I have messed up somewhere within my on join event, if anyone...
  5. B

    Solved Staff join/leave message

    Hello. I am making a staff skript, and I wanted a staff join/leave message like InvadedLands, but it didn't work. Does someone know what's the problem? on join: if player has permission "atomcore.staffchat": loop all players: loop-player has permission...
  6. Mani

    Solved Why doesn't it working?

    I try to enchant the armor. on join: equip player with diamond helmet of durability 10 equip player with diamond chestplate of durability 10 equip player with diamond leggings of durability 10 equip player with diamond boots of durability 10
  7. C

    Solved On Join Event Not Working

    Skript Version: 2.2-dev36 Skript Author: Bensku Minecraft Version: 1.8 --- Full Code: Code (Skript): on join: send "You joined." Errors on Reload: Code (Skript): can't understand this event: 'on join' (dene.sk, line 1: on join:') Console Errors: (if applicable) Code (Skript): can't...