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 comminuty!

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

  1. D

    Player name tags 1.17?

    Hi, I was wondering if there's a possibility to change player name tags (names above the players) in 1.17? I'm aware that there're add ons that work for 1.8, 1.12, 1.14 etc (MundoSK, Tablisku..), but apparently they are not functional on the latest MC version, so I wanted to know if there's any...
  2. D

    on command event issues

    I try using the on command event and when I'm checking for the executed command (if command is "/whatever") it doesn't like register because it's a command i made in skript. i ran a test using a normal plugin/spigot command and it worked fine. I was wondering how can it detect skript commands as...
  3. D

    skript world variables

    Is there a way to make location variables (which are set in a specific world) be saved and not reset if the world where the variable was set is unloaded or is removed?
  4. D

    MySQL getting position

    Could someone help me with the syntax to get position of a specific row in MySQL using SkQuery for a stats script I have? I want to have a ranking system with MySQL. I tried everything possible but to no avail. I know I have to work out with the “SORT BY” method but then how do I get the...
  5. D

    Check for double chest?

    Hi there, There isn't an event or anything that says "on click on double chest" whatsoever so i was wondering how could I check if I opened a double chest? Thanks
  6. D

    Solved remove “attack damage” text

    I was wondering if it’s possible to remove these “+5 attack damage” from items like swords, pickaxes, etc? I want to have my own lores which are simple to make but want to get rid of this text and don’t know how to. Also, how can I remove the 1.9 item texts? and enchantment texts of an item? ty
  7. D

    using "||" in "if" statement

    Can I use the "||" or "&&" in the skript if statement just like in java or is there any other way? What I want to do is check if either of the specified variables in the if statements exist/are true. Is there a way to do this or do I need to check for each of the variables separately?
  8. D

    Solved Replace all "and" in "{text}"

    What I'm doing is this: set {_plr::*} to all players replace all "and" with "," in {_plr::*} send "players: %{_plr::*}%" to loop-player so what this does is it replaces the "and" in the {_plr::*} message, but it won't do it for some reason. I tried playing...
  9. D

    Solved Player selector gui?

    So I have this code where I want that when I click on someone's skull, I'll be teleported to them. Using TuSKe. This isn't working fine. This first issue is that it won't teleport me to that player. for the debug method I used message "%loop-player%", and it says "<none>". Also, when a new...
  10. D

    Skungee evaluate effect?

    Can someone explain to me what does this evaluate effect do, and also give me a simple example? Thanks!
  11. D

    detect skript command "on command event"

    how can I make it so whenever someone performs a script-made command it'd also be considered in the on command event? Because it only detects non-script made commands, like /help etc. BUMPPP
  12. D

    how to cancel item move

    how can I deny the move of the items I have in my hotbar? I know how to do that in a gui, but not like in the hotbar. Any syntax please?
  13. D

    Solved Enchanted items and ender chest items?

    how to place enchanted items into a chest? Like: add 1 iron helmet enchanted (with) protection 1 doesn't work? also, how can I add items to an ender chest and so they'll be displayed? pls
  14. D

    on shoot not working?

    Running spigot 1.8.9 with skript 2.2 dev 25 I tried doing on shoot: message "test" but it didn't work so i'm wondering why isn't it?
  15. D

    location variables

    I think that I'm having an issue with location variables. Whenever I unload a world using any of world management plugins and then load it again, and teleport to to that location variable, it'd just teleport to the same location (XYZ) but in a random world (most prob the one i'm in at the moment...
  16. D

    multiple versions support?

    is it possible to detect whether a player is using for example 1.12 and for example do something from 1.12 that doesn't work on versions below considering that the server's main version is lets say 1.9? i saw this on some servers but not sure if it's possible to work it out with skript and its...
  17. D

    cancel format of chat colors?

    how can I make it so when someone types &1 or whatever it won't set the message to that color but instead just white? If someone could please send me a full code of that on chat event, that would be nice, because i can't rly find any way!
  18. D

    Solved tuske closing gui

    so i have a command that when performed it would open a tuske gui and there i have some slots formatted with items, and when clicking on them i'd perform a few actions. This is the format I'm using command /test: trigger: create a gui with id "test" with virtual chest with 1 row...
  19. D

    Solved skript messages?

    I was wondering if it's possible to somehow either replace or remove messages like "There is no player online whose name starts with <whatever>"? 1) This happens when I for example run /teleport <player name with multiple args> when it's supposed to have only 1 argument as it's defined in the...
  20. D

    variables removing on restart?

    Hello, Some of my variables are removed without any reason from the .csv file, but I don't have any "delete {var}" or something in my scripts that would remove them. This happens when the server restarts. Why is this happening?