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

    write files

    hey, there's a way to write files? (not wildskript) pls help
  2. Dave

    write files

    hey, there's a way to write files? (not wildskript) pls help
  3. Dave

    top %integer% elements of %objects% (mirrorutils)

    Hi, I'm trying to get the top 5 values of objects but doesnt works Skript version: 2.2 fixesv8 (Im running 1.8.8) and using MirrorUtils.sk Addons: skript-mirror 2.0.0 Here's my code command /top [<text>]: usage: /top <kills|deaths> trigger: if arg-1 is set: if arg-1...
  4. Dave

    GET URL CONTENTS

    I'm trying to get contents from url but doesnt works Addon: skUtilities v0.9.2
  5. Dave

    Victim's no damage ticks

    There's a way to change the damage ticks? The default value is 20 ticks and I wanna reduce it to 5 but nothing works.
  6. Dave

    SkQuery mysql

    I'm trying to test SkQuery mysql manager but it doesn't work, I'm using MySql_Manager's SK example
  7. Dave

    player

    Category: Suggested name: N/A Spigot/Skript Version What I want: Ideas for commands: N/A Ideas for permissions: N/A When I'd like it by: A reasonable time.
  8. Dave

    enderpearl cooldown

    Hi, I need help with this. I have a pearl cooldown on my ffa server and it works but if you keep holding right-click on a player you can bypass the pearl cooldown. Here's the code: on rightclick holding an ender pearl: if {freezed.%player%} is not set: if {fighting.%player%} is...
  9. Dave

    Solved SERVER CRASHES (PLS HELP)

    Hi, I'm working on a server and when I run in my Pc everything works, but not in the host and I don't know what's the problem. I have no errors when starts. Sorry for my english btw. Skript 2.2-Fixes-V8 Addons: - Skellet 1.9.6b - SkQuery 3.21.4 - WildSkript 1.8 (don't kill me its for some events)
  10. Dave

    Random name generator (disguise)

    Hello, I wanna make a disguise command but I don't know how to make a random name generator. I just made a disguise command with 6 random letters and it works without errors. Sorry for my english btw, I'm still learning. command /disguise [<text>]: trigger: if arg-1 is set...
  11. Dave

    I need help with items in 1v1

    Hello, I am making a 1v1's skript (1.7.10 - 1.8.x) and I have it 99% completed. I need a function, expression or effect that helps me with my problem: When two players are in duel (for example in map 5) and two others are in duel on the same map, they don't see themselves, only themselves and...
  12. Dave

    Anyone can help me with this severe error?

    Hello, I'm looking for someone who can help me with skript errors. Idk what to do, please help. Skript version: - 2.2-Fixes-V8 Addons: - SKQuery (v 3.21.4) - Skellet (v 1.9.6b) - WildSkript (v 1.8)
  13. Dave

    Tuske error.

    Skript Version: 2.2-Fixes-V8 Skript Author: Njol Minecraft Version: 1.7.10 - 1.8 --- Full Code: command /x: trigger: open virtual chest inventory with 2 rows named "testuske" to player format gui slot 4 of player with stone to do nothing Errors on Reload: Ok, when I do "sk...
  14. Dave

    Scoreboards

    Sever version: 1.7.10 - 1.8.x Skript Version: 2.2-Fixes-V8 There is a scoreboard addon or a way to create a scoreboards without flicker? I tried before with SkRayFall but obviosly it flicker. I knew there is a addon called Skore but is just for newest version. I'm working on a addon. Thread closed.
  15. Dave

    All active potion effects on player

    I had already done so declaring a variable ''{effects.%player%::*}'' that contains all the active potions in the player, but i deleted by mistake and now it does not work anymore. set {effects.%player%::*} to a all of active potion effects on player
  16. Dave

    Solved whyd json doesnt work for me?

    I have a lot of json and any does not work for me (I have skript 2.2) I downloaded json API and I have read all the examples and it does not work. Skript Version : Skript 2.2 (dev37c) Skript Author: Bensku Minecraft Version: 1.7.10 - 1.8.X my code (I took it from json's API): command /sl...
  17. Dave

    why'd json does not work for me?

    I have a lot of json and any does not work for me (I have skript 2.2) I downloaded json API and I have read all the examples and it does not work. json("%player%", "&cThis feature requires a rank.||ttp:&7Click to get the store link.||&eBuy a rankt at store.||cmd:/store||ttp:&a:D") PS HELP ME...
  18. Dave

    Double json in the same line

    I only know how to create a json per line: send json "&c%player%" tooltip "&cClick to view inventory." run "/*invsee %player%" to player I need a way to create two in a single line, something like this: What I want is that both names can be clickable and not just one (I hope it is understood)
  19. Dave

    Solved Player Version Checker

    a script that tells me the current version that a player is using? something like this: https://i.imgur.com/agojemH.png example:https://hastebin.com/unuvenoyur.pl