Recent content by JustADev

  • 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. JustADev

    Hiring [Hiring][Temp] Rebirth Skript

    @MsRayna please respond to this post, I am interested in the position
  2. JustADev

    Useful vanilla Skript functions

    Thanks :D Um why does this not work: function formatseconds(n: number) :: timespan: set {_a} to "%{_n}% seconds" parsed as timespan set {_a} to "%{_a}%" replace all " seconds" or " second" with "sec" in {_a} replace all " minutes" or " minute" with "min" in {_a} replace all " hours" or...
  3. JustADev

    Addon WolvSK (1.8-1.16.1)

    @ShaneBee but it says WolvSK works for 1.13.. so do I just have to wait for a stable 1.13 version of Skript?
  4. JustADev

    Addon WolvSK (1.8-1.16.1)

    Its Minecraft 1.13, but WolvSK supports only 1.12, so do I need 1.12 spigot?
  5. JustADev

    Addon WolvSK (1.8-1.16.1)

    [18:06:57 INFO]: [Skript] Reloading raid.sk... [18:06:57 ERROR]: #!#! [18:06:57 ERROR]: #!#! [Skript] Severe Error: [18:06:57 ERROR]: #!#! Could not load raid.sk [18:06:57 ERROR]: #!#! [18:06:57 ERROR]: #!#! Something went horribly wrong with Skript. [18:06:57 ERROR]: #!#! This issue is NOT your...
  6. JustADev

    [FREE] Skript Dev

    Add me on discord: JustADev#5444, just looking for something to do, ;D Would gladly help anyone
  7. JustADev

    Is anyone looking for any skript dev positions on their server?

    Is anyone looking for any skript dev positions on their server?
  8. JustADev

    Hiring [Hiring] [TEMP] Skript dev to update my skripts

    Sure, hit me up dude
  9. JustADev

    Addon WolvSK (1.8-1.16.1)

    Hey, can u add an expression for block worth for ASkyblock like: asb blockworth %block% of %player% - returns the value gained from all the blocks of %block% on a player's island asb blocks %block% of %player% - returns the amount of blocks with block type %block% on a player's island
  10. JustADev

    Solved Remove Attack Damage In GUI

    format gui slot 1 of player with wooden sword with no nbt named "Something" with lore "Some lore" to close then run [execute console command "/some command"]
  11. JustADev

    Solved Remove Attack Damage In GUI

    on right click with wooden sword: name of player's tool is "Something": lore of player's tool is "Some lore": send "You right clicked your sword"
  12. JustADev

    Solved Remove Attack Damage In GUI

    format slot 1 of player with wooden sword with no nbt named "Something" with lore "Some lore"
  13. JustADev

    Solved Remove Attack Damage In GUI

    format slot 1 of player with wooden sword with no nbt named "Something" with lore "Some lore" to close then run [execute console command "/some command"]
  14. JustADev

    help me please, error in console

    Show Code?
  15. JustADev

    Solved Duplicating scoreboard items

    u need to add "wipe loop-player's sidebar" to the start of the loop to fix tis