Search results

  • 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 community!

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

  1. DanRub

    I wanna make a script that checks all players inventories and removes any swords with fireaspect of any level

    Hi, I think I have a solution for you. Let me know if this is what you need every 10 seconds: loop all players: if loop-player has sword in inventory: remove every sword of fire aspect from loop-player's inventory Have a nice day :emoji_slight_smile:
  2. DanRub

    how to teleport entities to another entity

    I still dont know what exactly do you need.. So maybe someone else can help you
  3. DanRub

    how to teleport entities to another entity

    You need to specify better, I don't know if you want command or what you need..
  4. DanRub

    Can't understand the problem

    Hi, i tested on my server and everything is fine. Personally in skript I don't see anything wrong either. So maybe try to update your skript or something, bc this code is good.
  5. DanRub

    Name of loop player

    Uh. think i will pass that, im not that skilled in skript :D
  6. DanRub

    Name of loop player

    Hi, is possible, that i would use full loop players name in skript? Im creating skript for mention in chat, but i have problem that if someone name is "DanRub" and other one is "DanRub2" and you write "hi DanRub2" it pings both DanRub and DanRub2 in that message, but i need to ping only...
  7. DanRub

    Solved on command cooldown

    Hi, i already solved my problem, but still thanks for help tho :3 This is my code :D on command "/rtp world genworld": set {_Rtpcooldown} to placeholder "betterrtp_cooldown" if {_Rtpcooldown} is set: teleport player to spawn
  8. DanRub

    Solved on command cooldown

    Well i got it, but how do i exactly create skript with placeholder? i have something like this, but it doesnt work on command "/rtp world genworld": set {_RTPCooldown} to placeholder "%betterrtp_cooldown%": if %{_RTPCooldown}% is set: make player execute command "/spawn"
  9. DanRub

    Solved on command cooldown

    Well, i dont want to code my own rtp plugin, this is what im using as rtp plugin https://www.spigotmc.org/resources/betterrtp-random-wild-teleport.36081/
  10. DanRub

    Solved on command cooldown

    Hi, i need help. I have RTP plugin on my server and there is option to set cooldown time and message, but I need that when the player has an active cooldown, so that it send him a message + teleport him to spawn, any ideas how to do it? My broken code: on command "/rtp world genworld": if...
  11. DanRub

    on click GUI

    Well, the inentory clicking register in my inventory, this one https://ctrlv.cz/WPVO and i need from this one https://ctrlv.cz/hblH :D
  12. DanRub

    CMI script

    Yo, whatsupp i need some advice regarding cmi script, i have cmi on my server and when i script something connected with cmi, cmi just always win, like i scripted this, so players couldnt change their personal time on spawn, but anyway cmi wins and writes their message there, idk why... on...
  13. DanRub

    on click GUI

    Nah, i have it like this https://ctrlv.cz/g4yI and i need when they click on that gold that you see on picture to send that message.
  14. DanRub

    on click GUI

    Hi, I need some advice on a script to send a command after clicking on a certain slot in the GUI For example, i have on server gui VIP, i need that when player click on gold ingot to close him invetnory and send to chat message. Something like: on inventory click: if name of player's current...