player

  • 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. Tinkot

    Solved {list1::*} or {list2::*} contains. How to correctly do it

    so i just figured out to check if a list variable contains a player. if contains({_list1::*}, player) is true: broadcast "{_list1::*} contains the player!" but i want to check if {_list1::*} or {_list2:*} contains a player. how can i do this?
  2. A

    DISTANCE FROM SPAWN [URGENT]

    i need a script really important an essential script, i have to calculate when a player go over a distance from the spawn, if {lev.%player%} is less than 10 when player go more than 100 blocks from spawn push the player in spawn direction with speed 5 and also if player level is less than 20...
  3. D

    Weather and time only 4 one player

    I want do do a simple settings GUI where users (in SkyPvP) can set only there Own Weather and time. on npc right click: if citizen is named "&8● &cEinstellungen &8●": make player execute command "/§893424" stop command /§893424: trigger: wait 1 tick...
  4. Falicks

    crash player

    Hey guys, Hey guys, I tried to make a ban script. But I wanted that instead of the player getting kicked, his Minecraft crashes. I've tried it like this: "show 10000000000000000000000000000000000 "iconcrack_155" particles at arg's location for arg offset by 0.5, 0.5 and 0.5" but that did not...
  5. D

    Functions not working

    Minecraft Version:1.8 --- Full Code: function myFunction(p: player): set helmet of {_p} to leather helmet Errors on Reload: myFunction(p: player) is not a text So I got another error that I just can't find a solution to. I've tried to make the p in player capitalized but that doesn't...
  6. P

    Solved Rightclick on a specific player

    How can i do this? on rightclick on a player named 'Bob":
  7. Ayham Alali

    Script ♦ Advanced Player Info ♦ - [GUI] [UUID] [+4000 Placeholders] [1.8»1.12.2] 1.4.4

    ★ Free Version ★ [!] THIS RESOURCE IS NOT MAINTAINED ANYMORE UNLESS THERE IS A BUG/GLITCH [!] You can download the files for free from Github [!] ★ Read the whole page before purchasing ★ Join our Discord for support Advanced Player Info: is an advanced player information plugin...
  8. SparrowPlayzSkript

    Player Locations GUI

    Category: Skript Suggested name: Player Locations GUI What I want: Ok so I need this for my Server, so a player types /cploc and it opens a menu with 6 rows, and when you type /cploc create it will put their head in the menu with the name of their "Warp", the description, and the coords. Also...
  9. T

    If a player doesn't hit another player

    I wanted to know if it's possible so if a player doesn't hit another player in 30 seconds for example, It will kill him. If so, how? Thanks in advance.
  10. P

    Solved How can i change player to any mob AND player except the attacker?

    Here is the code: loop players except the attacker in radius 5 around the attacker: damage loop-player by damage
  11. P

    Solved On afk

    Is there a way to do something with afk players?
  12. P

    Solved Drop an item in front of the player

    How can I do if a player clicks with an item, an another item drops/spawn in front of the player? I tried this: on rightclick: player is holding vines named "Varázsgyökér": player is sneaking: drop a diamondsword in front of the player's head The distance from the player...
  13. F

    I Can't Get A Player To Be Forced To Execute A Command.

    Can you please hep me ? So I am having trouble with getting a player to be forced to execute a command that is triggered by an event or a loop so for example I have an NPC and I coded a script to where an event is triggered when this specific NPC is clicked here is my block of code : on right...
  14. Adrihun

    Solved Rank helper

    Category: Ranks Suggested name: UpdaterRank What I want: I want a simple script. If you type in /rank add (name of the player) (name of the rank) it will give the player the rank that you typed in (OWNER, BUILDER etc) and console will then execute command "pex user NAME group set OWNER" then a...