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

    Script Skript Reloading Shorthands - Lel

    Fixed bugfix of the prior bugfix
  2. jaylawl

    Script Skript Reloading Shorthands - Bugfix

    Fixed feature of "/srs" command to skip disabled. This feature was added in version 1.0, but didn't actually work.
  3. jaylawl

    Reset at week day

    "on/at time" can only be used for minecraft world time. you have to set up a clock "every minute/hour/etc" that checks %now% for the current day of the week and current time (which can only be done with skutilities afaik) from skutilities: ExprDateInner: ID: ExprDateInner...
  4. jaylawl

    how to skip a arg???

    if arg 2 is not set: arg 3 is set:
  5. jaylawl

    GameBuSK

    thank you, really nice coincidence! i've been doing this all the time... console command "minecraft:tellraw %{_invitee}% [{""text"":""&r● %{_player}% invited you to a ""},{""text"":""&7[ game ]&f: "",""hoverEvent"":{""action"":""show_text"",""value"":""%{_tt}%""}},{""text"":""&d&nClick to...
  6. jaylawl

    GameBuSK

    That stuff is vanilla skript? O___O
  7. jaylawl

    GameBuSK

    AFAIK GameBuSK 0.3.0 doesnt do much, according to what's included in the .jar GameBuSK0.3.0.jar >com >gamebuster19901 >anus checking a prior version now you can download them here btw: https://skripttools.net/ but documentation on it is... rare i just looked into the version prior to...
  8. jaylawl

    Script MEINKRAFT [No add-ons] 0.dev4

    MEINKRAFT How 99 % of all germans pronounce "Minecraft"... I've been using this as a replacement for the plugin "Essentials" ever since i started using Skript - simply because i'm unhappy with both how cluttered and messy Essentials feels and how it works in general. This is exactly what...
  9. jaylawl

    Script MEINKRAFT [No add-ons] - Improvements, 0.dev4

    Changelog 0.dev4: - added mk_core.sk: - new command "/mk [reload/info]" (meinkraft master command) - moved all config options to mk_core.sk - added list of permissions and what they do the file - fixed permissions of the "/world" command...
  10. jaylawl

    Add-Ons [1.13 Support / Tested]

    Nothing is perfect. https://skripthub.net/docs/?id=854
  11. jaylawl

    file encoding

    https://forums.skunity.com/resources/obfuskator.521/
  12. jaylawl

    Add-Ons [1.13 Support / Tested]

    What about using this from vanilla Skript: Upper/lower Case Text: ID: ExprStringCase Description: Copy of given text in upper or lower case. Examples: "oops!" in upper case # OOPS! Since: 2.2-dev16 Return type: Text...
  13. jaylawl

    Solved Using classes in skript-mirror

    That is useful information. Thank you for explaining this despite the thread being marked as solved. I'm aware of the skript-mirror gitbook, but unfortunately it's not much help to me in the way that's written. Although i do keep going back to it and understand a bit more each time.
  14. jaylawl

    How to check if hit entity is an itemframe?

    on damage of item frame: damage cause = projectile broadcast "%location of block at victim's location%" cancel event :|
  15. jaylawl

    Script Skript Reloading Shorthands - Fix + addition

    Version 1.0 Fixed the /srs command attempting to reload disabled scripts (scripts that are prefixed with a "-") Added in-script option for whether timings for individual scripts should be printed when using the /srs command ("print timings : true/false") Incremented to v1.0
  16. jaylawl

    API jaylawl's (scoreboard) TagAPI 2.1.2

    jaylawl's tagAPI --------------------------------------------------- Vanilla Skript is about to receive scoreboard-tag support in an upcoming version (potentially dev38) - Hence work on this will be discontinued :emoji_slight_smile: ---------------------------------------------------...
  17. jaylawl

    Solved Using classes in skript-mirror

    skript-mirror is so amazing, it's a crime that there isn't more documentation on it! But that's how it is and i can live with brute forcing my way through it until things work - however unfortunately i got stuck on this bit. I'm try to make a script that can add itemflags. loading this script...
  18. jaylawl

    Add-Ons [1.13 Support / Tested]

    Depending on how you use Skript it might help you understand programming languages (like java) a little bit better, but overall: no.
  19. jaylawl

    Add-Ons [1.13 Support / Tested]

    Skript is not compatible with 1.13 yet. When it is ready, you'll be able to find it here: https://github.com/bensku/Skript/releases
  20. jaylawl

    Add-Ons [1.13 Support / Tested]

    You're quite welcome! To be honest i believe the same is true for both skript-mirror and skript-yaml - although i haven't ever seen their respective authors state that