discord

  • 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. skUnity Discord

    Discord Thread Convert x.y to {x::y} while also changing username to uuid

    Hey, ive gotten help from someone and got this code function convert(p: player, p2: player): set {_v} to {home.%{_p}%} set {home::%uuid of {_p}%::1} to {_v} delete {home.%{_p}%} send "Done, Home 1, Player: %{_p}%" to {_p2} loop 3 times: set {_v} to...
  2. skUnity Discord

    Discord Thread Hi guys, if someone understands the Scripts plugin? And what can he conflict with? Help pleas

    Hi guys, if someone understands the Scripts plugin? And what can he conflict with? Help please Posted by: .deadlegend from the skUnity Discord. View the thread on skUnity Discord here
  3. skUnity Discord

    Discord Thread help

    Peoples, i need help with my CMDSPY. He dont show anyone command, what wrong error have? command /commandspy: aliases: cmdspy, cs permission: terror.cmdspy permission message: &5&lCMDSPY &8| &7You don't have permission to execute &8""&d/commandspy&8""&7! trigger: if...
  4. skUnity Discord

    Discord Thread how to know who killed the person with they die to fire

    when i have this code when someone dies to fire it doesnt say the name of the person it says <none>: on death of player: if damage wasn't caused by a potion or poison: if attacker's held item is not air: set death message to "&c%attacker% &4⚔ &c%victim% with &d[&5%name of...
  5. skUnity Discord

    Discord Thread map reset

    I’m tryna make a map reset for my box so basically there is a region with blocks that were there before and there are blocks there that are part of the build, what I want to do is allow players to place blocks in the box but then remove all the player placed blocks every 2 hours in the box but...
  6. skUnity Discord

    Discord Thread Baltop isnt looping my Balance variable

    i made a /baltop and on https://parser.skunity.com/ it shows no errors but in the game there is 1 its the one that says it cant loop my balance variable here is the code command /baltop: trigger: set {_sortedList::*} to sorted {bal::%{_u}%} loop {bal::%{_u}%}...
  7. skUnity Discord

    Discord Thread My scoreboard isn't updating pls help.

    I've made a skript for a scoreboard, but for some reason only the block and kill counter are updating. Here is the skript: Posted by: koenderman from the skUnity Discord. View the thread on skUnity Discord here
  8. skUnity Discord

    Discord Thread How could I give every player a seperate 10 minute timer?

    on load: set {AFK::Timer::Happening} to 10 minutes set {AFK::Timer::Formatted} to 600 on placeholderapi placeholder request for the prefix "afktimer": set the result to "%{AFK::Timer::Happening::Formatted}%" every real second: if {AFK::Timer::Happening} is greater than 1...
  9. skUnity Discord

    Discord Thread mob health indicator

    Hey i want to make like a mob boss on my server with health indicator with custom name and i got no clue how to do that Posted by: nitayk from the skUnity Discord. View the thread on skUnity Discord here
  10. skUnity Discord

    Discord Thread Custom Fishing

    I want to create custom fishing for my server. I have a few questions that would be nice to have answered! - Is this possible with vanilla Skript? (2.7.0-beta3) - If not, which plugins would I require? - If not possible with Skript at all, what kinds of Addons are good for custom fishing? From...
  11. skUnity Discord

    Discord Thread %{@%arg-3%}% this doesn't work

    %{@%arg-3%}% I want to put arg-3 in options Posted by: rjsdndksla from the skUnity Discord. View the thread on skUnity Discord here
  12. skUnity Discord

    Discord Thread Custom Drops

    on death: if display name of victim is "&6&l&nBoss Level 1": cancel drops drop 1 %{customitems.BossKey}% at location of victim The code has an error with the drop line, however it works if %{customitems.BossKey}% is replaced with diamond. I have set %{customitems.BossKey}%...
  13. skUnity Discord

    Discord Thread I dont understand how console doesnt have perms ;-;

    Posted by: wolfurian from the skUnity Discord. View the thread on skUnity Discord here
  14. skUnity Discord

    Discord Thread book

    Hello. A long time ago i wanted to try making a skript where it shows the rules of the server in a book without giving the player the book. I was able to open the book but with an invalid book tag. I searched a long time and found a page (i think skriptlang) which told me that it is not possible...
  15. skUnity Discord

    Discord Thread How do I make an Item Unstealable in GUI

    hi am trying to make this menu in skript using skript and SKquery currently I have written this. https://pastes.io/s3bdiequay - The Skript Code (Can't paste because Discords Limit) It works, but the spawn and warp items doesn't work (has 2 errors) Could anyone help me fix this please...
  16. skUnity Discord

    Discord Thread On right clicking if the player is holding more than 1 of the item it doesn't work

    options: P : &c&lAFK &8»&7 A : &8»&r AA : &8«&r on right click: if player is holding axolotl spawn egg named "<##ECB9D9>&lAFK BOOSTER": if player is in the region "afk": set {_r} to random number between 1 and 100 if {_r} > 95...
  17. skUnity Discord

    Discord Thread When I click holding the item it only gives me a key every 2nd click, could someone explain why?

    on right click: if player is holding axolotl spawn egg named "<##ECB9D9>&lAFK BOOSTER": if player is in the region "afk": chance of 40%: console command "/crates key give %player% jungle_crate 1 -s" send title "{@A} &4&lJungle Key! &r{@AA}"...
  18. skUnity Discord

    Discord Thread this is not work

    give enchanted book named "&6[name] &foptin" with lore "&6● &fnick." and "&6● &fdetail &e- use /option" to "%arg 2%" parsed as offlineplayer Posted by: rjsdndksla from the skUnity Discord. View the thread on skUnity Discord here
  19. skUnity Discord

    Discord Thread HOW TO use --> "

    send "Unknown command. Type "/help" for help" it's not work Posted by: rjsdndksla from the skUnity Discord. View the thread on skUnity Discord here
  20. skUnity Discord

    Discord Thread Is between

    i do need help on my skript where if player has 100 points is sould send test1 but its just sending error and not going into if command /xyz: trigger: if {playerpoint::%player%} is between 0 and 199: send "test1" to player else of {playerpoint::%player%} is between 200 and...