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

    Is there a way to reproduce this?

    I tried asking on the Discord server but no one answered. Is there a way to reproduce this?:
  2. S

    Weird problem with a skript

    This is my skript: on rightclick on entity: if event-entity is not villager: stop if name of event-entity is "x": if name of tool of event-player is "&aFactions": send "&a[GEMS] &fTe trimitem pe %name of tool of player%&f..." to event-player...
  3. S

    BungeeCord Issues

    Hello, I know there is a topic model but I find it useless in this case. Is there anyway to send a player to another bungeecord server? SkellettProxy doesn't work for me. Thanks.
  4. S

    SkellettProxy error

    Skript Version: Skript 2.2 (dev31b) Skript Author: Bensku Minecraft Version: 1.12 --- Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin) Note: If a variable is being set in another script, but not shown, please explain how they are being set...
  5. S

    Making a scoreboard like CosmicPvP's old one

    Skript Version: Skript 2.2 (dev31b) Skript Author: Bensku Minecraft Version: 1.11.2 --- Full Code: Note: If the code is too large, feel free to use a pasting website (Pastebin or hastebin) Note: If a variable is being set in another script, but not shown, please explain how they are being set...
  6. S

    Skript region at player problem

    Hello, I am trying to make a fly-in-spawn skript, but the region at player thing doesn't work. https://gyazo.com/cb2706a463f1473cfe0883413a2424f4 I tried it in localhost and it worked, but when I tried it on a dedicated server it didn't seem to work. Sorry for my bad english FIXED: I forgot to...
  7. S

    Help with envoys

    Hello, so I am trying to make an envoy skript but something is wrong. if arg-1 is set: if arg-1 is "add": add "%player's location%" to {envoys::*} send "&6&lEnvoy &8» &f'%player's location%'" if arg-1 is "gui": set...
  8. S

    Solved Help with /balance

    Hello, so I am working on a server now, and I've been trying to add a /balance command. Everything works fine, but I'd like to ask if instead of "$10000" is it possible to make it show "$10,000.00"? I also tried posting on spigot but noone answered, hopefully there's someone here that can help...