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

    Solved Skript-Mirror 2.0

    Is there any way I can use the skript-mirror 2.0 beta release as a jar? I tried to compile it but that didn't work, and there's no publicly available skript-mirror 2.0 jar that is on the github, or skunity page for skript-mirror. I'm on Skript 3.6 (latest full release), Spigot 1.12.2, and...
  2. CormanYT

    Solved Skript Lists Request

    Category: Skript Addon / Script with Skript-Mirror Suggested name: AdvSK Spigot/Skript Version: 1.8 to 1.13.2 should work, but 1.12.2 preferred. What I want: This is probably a very difficult request, but it would be extremely useful. Lately I've been using Python and it has an amazing...
  3. CormanYT

    Making Mobs Run Away

    Skript Version: 2.3.3 Skript Author: Bensku Minecraft Version: 1.12 Yes, I did search the Skunity docs. I also searched through both the SKUnity and Spigot (in case skript mirror could do it from a java method) Forums to find an answer. So, the question. How can you make mobs run away from a...
  4. CormanYT

    Skript-Mirror Effects

    Skript Version (do not put latest): Skript 2.3.6 Skript Author: Bensku Minecraft Version: 1.12.2 Addons: skript-mirror So, I have a couple of questions relating to skript-mirror effects. 1. How can I make it specify conditions in an effect? E.X: create quest "Name" for player with goal...
  5. CormanYT

    Basic Expression Ideas for Skript-Mirror

    (hopefully this is in the right forum section) So, I'll just get this straight. I'm working on a Skript API (available in my Resources tab) and it is basically meant to add new expressions, effects and stuff that help people out. So, my question is, does anyone have ideas for expressions...
  6. CormanYT

    SimpleSK

    THIS MESSAGE IS OUTDATED IN THE THREAD, BUT I WILL KEEP IT HERE ANYWAYS SINCE THIS IS HOW THE THREAD STARTED Hello, I'd like to show you SimpleSK, a simple API requiring NO addons to make your life easier! This uses several skript functions. WHAT IT OFFERS: 4 Sorting Functions: sortHighest...
  7. CormanYT

    Alternate Entity Targetting System

    SKRIPT VERSION: 2.3.2 (since I'm too lazy to update) SKRIPT AUTHOR: Bensku: Leading Continuation of Skript MINECRAFT VERSION: 1.12.2 Hello, I'm Corman. I currently face an issue on how to make an alternative entity targeting system. on entity target: if entity's name contains "%entity's...
  8. CormanYT

    Solved Check if a world exists

    I'm going to be using Multiverse Worlds, and I want to check if a world exists through Skript since I need to for my code. I tried a couple things, like loading a world with TuSKE and seeing if the world loads, but it didn't work. Before that though, I tried "if world "world name" exists. That...
  9. CormanYT

    Spawn mobs in a certain world

    I wanted to spawn mobs in a certain world, or get them there. First, I used this: spawn zombie at {location} in world "WorldName" That didn't work Then, I used this: spawn wither skeleton at world "WorldName" teleport last spawned wither skeleton to {location} That didn't work either. What does...
  10. CormanYT

    Solved Commands don't show in Bukkit Help

    I have my Skript plugin and a couple of addons installed, but even though I created commands in Skript, they don't appear in /help. (Bukkit Help) Is there a way I can fix this? Thanks.
  11. CormanYT

    Solved How do you certain mob peaceful to a certain player, and how do you give mobs swords

    Skript Version (do not put latest): I think Skript 2.2 (dev35/36c) Skript Author: Bensku Minecraft Version: 1.12.2 I want to make it so mobs do not hurt or target a certain player, but they attack every other player. Also, how do you give mobs swords?
  12. CormanYT

    Solved Restart Event

    So, I have a question. Is there a way that I can do a "restart event" thing? So like, if I have an event say, on script load, and do "restart event" in the middle of it, it stops the event and starts it again. Thanks!
  13. CormanYT

    Speed Drowning

    I have two questions. How do I make it drown players 5x faster if they are under water (like the oxygen bubbles go down 5x as fast), and make it do twice the damage when they have lost their oxygen? Thanks!
  14. CormanYT

    Solved Lightning in Player's Direction

    Is there a way I can make lightning strike in the players direction? on right click holding a ghast tear: if {ts.delay::%player%} is not 1: if name of player's tool is "&6&lThunder Smash": strike lightning in the player's direction set {ts.delay::%player%} to...
  15. CormanYT

    Solved Remove file extension from message

    So, I've been using this code with skUtilities to create a sort of /scripts command command /scripts: trigger: clear {iBasics.scripts::*} loop directory "plugins\Skript\scripts"'s files: add loop-value to {iBasics.scripts::*} set {_count} to 0 loop...
  16. CormanYT

    Solved Loop folder?

    So I'm trying to loop a folder in Skript with this code command /scripts: trigger: clear {iBasics.scripts::*} loop folder "Skript/scripts": add loop-value to {iBasics.scripts::*} message "&6Scripts:&c %{iBasics.scripts::*}%" It says it doesn't understand...
  17. CormanYT

    GUI setting Value with Chat Error

    Now, this doesn't give me any error, but it doesn't let me accomplish what I want it to do. - I want to click the "Starting Value" part of the configuration and it'll send me What would you like to change <variable> to? Then, I type the value and it sends me <variable> has been changed to...
  18. CormanYT

    Solved How do you block crafting a certain item?

    I'm going to be making a Skript with custom items, using the Diamond Hoe for these items with durability too. But, I want to block crafting for the Diamond Hoe entirely. Is there a way I can do this? Thanks!
  19. CormanYT

    Check if file exists

    I want to use like "if file exists" for my skript. It is getting YAML config so I need help with this. if file "plugins/iEssentials/config.yml" doesn't exist: if file "plugins/iEssentials/config.yml" doesn't exists: if file "plugins/iEssentials/config.yml" isn't existent: if existence of file...
  20. CormanYT

    Solved [Skript-Yaml] YAML Errors

    1) Numbers in YAML won't work 2) YAML File is empty Addon Used: skript-yaml (Should'a been obvious enough already) Code: on script load: if "plugins/iEssentials/config.yml" doesn't exist: load "plugins/iEssentials/config.yml" as "config" set the header of "config" to...