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

    Solved Function always execute else

    Skript Version: 2.2-dev30b Skript Author: Bensku Minecraft Version: 1.11.2 --- Full Code: function test(arg1: text, player: player): send "%{_arg1}%" to {_player} if {_arg1} is "wow": format slot 10 of {_player} with ("20" parsed as item) named "Wow!" to be unstealable...
  2. I

    EffectLib Help

    I've noticed that this works: create a tornado effect at player with id "%player%" but this does not: create a tornado effect at player with id "%player%" with tornado particle "cloud" and cloud particle "flame" and sends this error: ERROR Can't understand this condition/effect: create a tornado...
  3. I

    SkelletProxy Help

    I can't seem to get my proxy and server to connect. It continues to send this errors no matter what port I use: Code (Text): [Server] ERROR If you're 100% sure your details are correct, this can be caused because some server's want a number host rather than localhost. Try inserting 0.0.0.0 or...
  4. I

    Pressure plates not being set to air

    The script looks like this: on pressure plate: set block at location of event-block to air Whenever there is a pressure plate there it does not replace to anything. Any suggestions?
  5. I

    Links not working

    In Skript version 2.2-dev 29 players can not open links. Was this changed since the previous versions? send "https://anexampleurl.com" This would not be clickable. If it was, how could I make it clickable?
  6. I

    Former Location

    Is there a way to find the former location of a player in the 'on world change' event? I've tried the following: "%player's former location%" "%former location of player%" "%former location%" Thanks.
  7. I

    Permissions In Certain World Filtering

    Skript Version: Skript 2.2 (dev24b) Skript Author: Bensku Minecraft Version: 1.11.2 --- In my script (below, but note that it is not finished so there are probably many issues) I have created a new help command. From what I can see, where it should filter it does not. My server uses PEX for...
  8. I

    UUID Storage

    on join: if file "/plugins/Skript/scripts/UUID Storage.yml" exists: set {_fileContents::*} to file contents of "/plugins/Skript/scripts/UUID Storage.yml" if file "/plugins/Skript/scripts/UUID Storage.yml" doesn't exist: create file "/plugins/Skript/scripts/UUID...
  9. I

    Find command by permission

    Skript Version: Skript 2.2 (dev20) Skript Author: None, this is another question Minecraft Version: 1.10 --- Is it at all possible to find a command based on a permission node? For example, the command /help has the permission essentials.help. When a player types /help, it sends the player the...
  10. I

    Solved Get Server IP (Question)

    Skript Version: Skript 2.2 (dev20) Skript Author: None, this is just a question Minecraft Version: 1.10 --- Is it possible to find the server IP a player is using to join? If so how? Thanks. Addons using (including versions): SkQuery 3.5.1 (Gatt version), MundoSk 1.7.2, SkUtilities 0.8.8...