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. 07L

    Placeholder output in scoreboard

    Hey! I'm using the plugin SimpleScore and the skript placeholderapi expansion. I placed a skript variable into the scoreboard and whenever the value is above 1, it shows a .0 at the end. If it's a 1 it's fine. If its 2 it shows as 2.0 is there any fix?
  2. 07L

    Linking Skript Files

    is there a version of skript that works on 1.8.8 thats new?
  3. 07L

    Linking Skript Files

    1.8.8
  4. 07L

    Linking Skript Files

  5. 07L

    Linking Skript Files

    I can't remember is there a way to check?
  6. 07L

    Linking Skript Files

    Same server
  7. 07L

    Linking Skript Files

    But when I try calling For it, it doesn't show anything. It's like it's a whole new variable.
  8. 07L

    Linking Skript Files

    What about Boolean and integers?
  9. 07L

    Linking Skript Files

    There is, I made an ffa gamemode which is quite large for skript. It has /ffa join and /ffa leave. I want a feature that uses those in a different file without recoding the whole thing. Therefore I want to be able to use variables on different skript files if it is possible.
  10. 07L

    Linking Skript Files

    Is there a way to link variables between skript files?
  11. 07L

    Stop Players Moving Equipped Armour

    Can you give me the code needed?
  12. 07L

    Help meeeee :(

    code?
  13. 07L

    Stop Players Moving Equipped Armour

    Hey! I was wondering if there is a way to stop players from moving their armour. I can't seem to figure it out. Any help?
  14. 07L

    Time Question

    how do you mean?
  15. 07L

    Solved FFA Money System

    It works, Thank you so much
  16. 07L

    Solved FFA Money System

    so can I just do if (arg-3 parsed as a number) is set: arg-3=number
  17. 07L

    if player is in world error!?

    try add a trigger after the commands
  18. 07L

    Solved FFA Money System

    I already have. Its in there at line 30
  19. 07L

    Solved FFA Money System

    For some reason this is only displaying 0. Even when adding coins. Any help? command /money: aliases: /coins trigger: if {ffajoin.%player%} is true: send message "{@prefix} &7You have &c%{ffacoins.%player%}% &7coins." else: send message...
  20. 07L

    Equip Unbreakable Armour

    How do i use SkStuff?