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. D

    Skungee evaluate effect?

    When executing the command: 22:35:02 [INFO] [Skungee] Recieved packet: EVALUATE with data: [broadcast "hello world"] ^ on both bungee and spigot console, but nothing happens This is the command: command /test: trigger: skungee evaluate skript code "broadcast ""hello world""" on the...
  2. D

    Skungee evaluate effect?

    Yeah I tried using this but it doesn't work (I also put the server name to the one I wanted and tried changing the effect to execute, none worked)
  3. D

    Solved Player selector gui?

    Works perfectly now, thanks a ton!
  4. D

    Solved Player selector gui?

    Thanks! The gui now works fine, but the issue with teleportation still persists. teleport the player to loop-player message "%loop-player%" the debug message says "<none>". I tried putting loop-value, but this did not work either. I don't really get how it works...
  5. 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...
  6. D

    Skungee evaluate effect?

    That's skquery, Im asking the skungee effect one :>
  7. D

    Skungee evaluate effect?

    dude I'm asking what is this effect used for and a short example for it because i don't understand it gosh
  8. D

    Skungee evaluate effect?

    Can someone explain to me what does this evaluate effect do, and also give me a simple example? Thanks!
  9. 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
  10. D

    how to cancel item move

    Iwant to cancel item move in player's inventory, and not in a gui they currently have opened.
  11. D

    how to cancel item move

    It's literally the same as the one above, I want to cancel item switching, not the hotbar slot indicator switch or whatever it's called
  12. D

    how to cancel item move

    nope, not working
  13. 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?
  14. 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
  15. D

    on shoot not working?

    No errors, I also tried other debug methods apart from message, none worked
  16. 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?
  17. 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...
  18. D

    multiple versions support?

    Yeah yeah ik but apart from detecting their version is it possible to do something according to it? Like let's say make them see a bed with yellow color if they're on 1.12 while the spigot version is 1.9 but has compatibility with the upper ones?
  19. D

    multiple versions support?

    that's not what im asking for
  20. 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...