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

    Loading map from PNG

    SkQuery doesn't work on 2.3 yet. It hasn't been updated.
  2. Efnilite

    how to remove this warning??

    IDs were removed in Minecraft 1.13 Use the aliases.sk file to find the proper item names
  3. Efnilite

    Loading map from PNG

    Skript 2.3 is not recommended for anything now, it's mainly for finding bugs. Also replace %image% with the image since its not an expression.
  4. Efnilite

    Cancel event-block - Skript

    on place of cobblestone: loop all blocks in radius 1 of event-block: if loop-block is cobblestone: cancel event stop loop
  5. Efnilite

    Addon Skematic (1.20-1.21) - 1.0.2

    1.0.2 - Clean up call Fixed HILARIOUS mistake that made the only condition hello contains %location% Cleaned some code up
  6. Efnilite

    Addon Skematic (1.20-1.21) - 1.0.1

    1.0.1 - Fixed a lot of bugs.. Fixed schematic pasting (thanks Feerko) Cleaned up A LOT of the code Switched parse marks to enums Removed a lot of unnecessary wrapper types Made region creation/deletion async. Fixed selection of player Fixed schematics Fixed undo effect Added more consistency...
  7. Efnilite

    Addon Skematic (1.20-1.21) 3.0.4

    Skematic is a Skript addon for pasting, saving and reading schematic data. These schematics use json formatting, intended for readability and allowing you to change values without re-saving the schematic. They are stored in the Skematic folder. These schematics are not compatible with...
  8. Efnilite

    %Region% or %region at player% does not work | No error

    try using seperate events, since i've never seen an event like this on region enter | on region leave: if i were you i'd try to split them also it probably doesnt work because you dont have the lastest skript version, so try downloading dev 36 here...
  9. Efnilite

    List variables delete themselves on restart

    The error is why its getting deleted, because it cant save that variable. If you want to fix this delete the variables.csv file in the plugin/Skript folder BEWARE: this will delete all your variables on that current server
  10. Efnilite

    Solved Skript-mirror

    You're still using {System} not System. You didnt set {System} var...
  11. Efnilite

    Solved Skript-mirror

    Uh. you didn't set {Runtime}..? Use `as` to import stuff: eg. import: java.lang.System as TheSystem so you can use TheSystem.getStuff().doStuff()
  12. Efnilite

    List variables delete themselves on restart

    Use vanilla or skDragon for particles, don't use console commands. You also dont need to delete _ vars
  13. Efnilite

    Solved Skript-mirror

    With newer versions this is not how you import stuff import: ... classes import: org.bukkit.entity.Player is an example
  14. Efnilite

    Tablist Name Color

    Use else if after 1 if so like if ... else if ... else if ... it's way more efficient.
  15. Efnilite

    Tablist Name Color

    Current code?
  16. Efnilite

    Tablist Name Color

    You did not... After : you need to add a tab
  17. Efnilite

    Tablist Name Color

    Also, did you even indent the loop all players part? Because after `loop all players` you need to add 1 tab to every line you didnt.
  18. Efnilite

    Tablist Name Color

    set %loop-player% tab name to "&7S &8┃ &7%loop-player%" Nice percent it should be loop-player's not %loop-player% Also, did you even indent the loop all players part? Because after `loop all players` you need to add 1 tab to every line
  19. Efnilite

    Download file from URL

    Meaning the file already exists. When downloading make sure if you have file TheFile you download to file plugins/vshsjahj/hjsajaj/TheFile.something Also dont use stop.
  20. Efnilite

    How to use variables in SkUttilities YAML

    Sorry to break this to you, but SkUtils yaml is bad Use skript-yaml, it is way faster/better It saves the files in the server memory making them less laggy to read