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

    Solved updating GUIs?

    thank you all for the replies :) I’ll test the stuff u guys sent me once I have access to pc in a few days, thanks again :>
  2. D

    Solved updating GUIs?

    yeah ofc!
  3. D

    Solved Can not use a variable in the permission message?

    it’s “{@no permission message}” you have to define it at the beginning. of the script under “options”
  4. D

    Solved updating GUIs?

    Ohhh true, got it now.. big thanks!! and ofc, I’ll make sure to have the delay thing added :)
  5. D

    Solved updating GUIs?

    ohhh so a simple “while” will do the thing??
  6. D

    Solved updating GUIs?

    Is it possible to make a gui (using TuSKe obv) that would auto update without having to reopen it? so for example if I want to have a server selector and I want an item placed in the gui to show the amount of players online on a specific server and to auto update that variable every X seconds...
  7. D

    Skellettproxy Error

    it’s broken and the autor is supposedly working on a new add on but idk, anyways u can’t rly do much, i tried myself and none of the methods worked
  8. D

    getting a block's location in a world

    Can someone help me with this: location of event-block is 400, 30, 354, world: message "smth" it says that location can't be compared to (400, 30, 354 and world)
  9. D

    Getting MOTD of a server?

    tried many ways of setting up skellettproxy and skellett but I keep getting errors every time
  10. D

    Getting MOTD of a server?

    Is there any way to get a MOTD of a specific server which is connected to the bungeecord proxy without using skellett proxy because it's kinda broken? (MundoSK's syntax doesn't work either.) bump
  11. D

    Solved deleting a variable

    Oh alright, I've checked it out and yeah it works like that! Thankss
  12. D

    Solved deleting a variable

    Does the "delete {variable.%player%}" remove the variable value or does it remove it from the variables.csv file? What I want to do is to remove the variable completely from this file, but it's not working, because it stays there, so I suppose it isn't the correct syntax? can someone help me...
  13. D

    Getting a bungee player command?

    Thank you, I'll test it once I have time and will post if it works or not will mark as solved for now. reopening this one because the method suggested before did not work when i tested it. someone can help me out please?
  14. D

    Kill scoreboard help

    every 1 second: loop all players: set name of sidebar of loop-player to "Whatever" then u just change everything to loop-player instead of player
  15. D

    Getting the last attacker

    Well there's %last damage cause% and %last entity damage of player% from TuSKe, but it says that it can't understand that expression for some reason, even though i've got the plugin installed the display name of the attacker says <none>
  16. D

    Getting the last attacker

    Can someone make it for me please? I don't know how to properly use the variables in this case and that's why i posted this in the request section
  17. D

    Getting the last attacker

    i also made this but it won’t work. look what i want is so that for example if i die because of burning in lava, and i’ve been hit by someone before this death event happened, it would get that player that hit me and just send them the msg saying that they have killed me (even tho there weren’t...
  18. D

    Getting the last attacker

    Category: PvP Suggested name: LastAttacker (or whatever you prefer, I don't mind any) What I want: I want a short script that when a player dies because of anything, it would send the last attacker of the player (if it's set) a message like "You killed %victim's display name%" and it will send...
  19. D

    Solved Setting a variable question

    Yesss, thanks!
  20. D

    Solved Setting a variable question

    Hi, I want to set a variable {example.variable} to {variable2::*}. Is it possible to make this considering that the {variable2::*} has only 1 object in it, which is a number? Any ways of doing this?