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

    Solved AntiLore Skript

    Yes i know what you're trying to do. But i don't really know any more potential solutions. Atleast we got your Skript version upgraded, that will help surely
  2. jaylawl

    Solved AntiLore Skript

    Yes, just try. It won't break anything
  3. jaylawl

    Solved AntiLore Skript

    If you're using an additional plugin to add the custom enchants via those nether star, you should try setting skripts priority higher in the config.sk. It appears that the plugin you're using is faster in registering the event currently.
  4. jaylawl

    Solved AntiLore Skript

    In that case you're extremely far (4 years worth of updates) behind. The latest version is available here: https://github.com/SkriptLang/Skript/releases Until you update to a much newer version, what you're trying to do might not be possible - at least i wouldn't know how
  5. jaylawl

    Solved AntiLore Skript

    "Latest" is an inaccurate description. The latest version is Skript dev37c, are you using that? I don't want to get on your server. Yes, the code is working for me - i copy pasted it from one of my scripts and just changed the strings to fit with yours.
  6. jaylawl

    Solved AntiLore Skript

    Which Skript version are you using?
  7. jaylawl

    Solved AntiLore Skript

    Why are you asking?
  8. jaylawl

    Solved I had a problem with TuSKe GUIs and Permissions

    command /lobby: description: Teleports player to the main lobby usage: /lobby #permission: wm.lobby #permission message: You don't have permission to perform this command executable by: players trigger: command sender has permission "wm.lobby" if...
  9. jaylawl

    Solved Apply effect

    on damage: attacker's tool is diamond sword named "asd" remove weakness from victim apply weakness 2 to victim for 5 seconds
  10. jaylawl

    Script Take a Seat [No add-ons]

    Yeah i'm charging a whole dollar :emoji_grinning: doesn't matter if it's simple or not. But seeing that it almost has 10 downloads without ever being purchased, i'm kinda losing trust in this marketplace. So screw it, have it for free i guess.
  11. jaylawl

    Solved AntiLore Skript

    on inventory click: event-player's cursor slot's name = "&4Pyro Axe" event-item's name = "&2test" cancel event cursor slot is the item on the cursor; event-item is the item that was clicked upon. i empathize with your confusion, took me a while to figure this out aswell
  12. jaylawl

    Solved skript-yaml memory storage vs skript variables

    You're welcome! I recommend using reading and saving YAML only on rare events, for example when a player logs in/out, or when certain data must be reloaded. If you do that you should never encounter any lag issues - if done right of course
  13. jaylawl

    Solved skript-yaml memory storage vs skript variables

    hey fly. skripts variables are faster, however skript yaml is a lot faster than skutilities yaml saving
  14. jaylawl

    Script Take a Seat [No add-ons]

    jaylawl submitted a new resource: Take a Seat - Simple sitable benches for Players & Mobs! Read more about this resource...
  15. jaylawl

    Script Take a Seat [No add-ons] 1.1

    This script allows players in survival or adventure mode to take a seat anywhere they like to. The script is quite lightweight and will under no circumstances lag your server. Guranteed to work on Skript-dev36 and Spigot 1.12. No add-ons required. Due to the simple nature of this script, many...
  16. jaylawl

    Script Skript Reloading Shorthands - Console update

    Both the "/srs" and "/sra" command are now also usable via the server's console. Timings from the "/srs" command are shown as individual lines rather than summed in a tooltip, if executed from the console.
  17. jaylawl

    Script Skript Reloading Shorthands

    jaylawl submitted a new resource: Efficient script reloading-shorthand - Provides commands that allow you reload the scripts you need in a quick fashion Read more about this resource...
  18. jaylawl

    Script Skript Reloading Shorthands 1.2

    Skript Reloading Shorthands Requires: Minecraft x.x | (version doesn't matter (propably)) Skript-dev32 or later SkUtilities 0.9.0 or later | https://forums.skunity.com/resources/skutilities.26/ SkQuery (any) | https://forums.skunity.com/resources/unofficial-skquery-fork-1-6-1-12.68...
  19. jaylawl

    Solved Weird skript-yaml issue

    Found the solution... the numbered-nodes that come after "Holes" have to be within '1', '2', quotes like this for them to be readable by skript-yaml.
  20. jaylawl

    Solved Weird skript-yaml issue

    I'm getting started with using skript-yaml right now. Reading this file: (https://hastebin.com/goherasolo.php), i've come across an issue. For some reason, the script that i made to read the file, stops at some point and won't execute the rest. So i've used this code to debug and find out...