Plugins

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Yeah, i have a server but no plugins. Evertime if i download plugins and install (Addons + Skript) come a lot of errors. so im dumb. I betting someone that maybe help me to send thier Plugins?
 
Skript (the dev26 will be released soon so you may take a look to he Skript's repository in a week):
https://github.com/bensku/Skript/tree/dev25

MundoSK:
https://github.com/MundoSK/MundoSK/blob/temp/MundoSK.jar

TuSKe:
https://github.com/Tuke-Nuke/TuSKe/releases


skUtilities:
https://forums.skunity.com/resources/skutilities.26/

skQuery:
https://forums.skunity.com/resources/unofficial-skquery-fork-1-11-2.68/

skRayFall (the author of it isn't that active now, so, if something doesn't work you'll not get any support soon):
https://dev.bukkit.org/projects/skrayfall/files/956868

skStuff (same as skRayFall):
https://forums.skunity.com/resources/skstuff.131/

That's pretty much everything you will need.
 
Thx....

Uhm... i think some addons missing. do maybe someone know which?

at sk reload
code_language.skript:
[19:44:13 ERROR]: Can't understand this expression: 'clicked slot' (test.sk, line 117: set {_s} to clicked slot')
[19:44:13 ERROR]: Can't compare 'clicked item' with an item type (test.sk, line 119: if clicked item is not {@notbuysellableitem}:')
[19:44:13 ERROR]: Can't compare 'clicked item' with an item type (test.sk, line 124: if clicked item is not {@notbuysellableitem}:')
[19:44:13 ERROR]: Can't understand this expression: 'clicked item' (test.sk, line 127: set {_i} to clicked item')
[19:44:13 ERROR]: can't understand this condition: 'player's money is more than or equal to {_p}' (test.sk, line 134: if player's money is more than or equal to {_p}:')
[19:44:13 ERROR]: 'else' has to be placed just after an 'if' or 'else if' section (test.sk, line 142: else:')
[19:44:13 INFO]: [Skript] Encountered 6 errors while reloading test.sk!


Edit:


2 Errors fixed while i added Vault.

Uhm... now is post a lot of error by Tuske i think?

code_language.skript:
[19:48:22 ERROR]: #!#!
[19:48:22 ERROR]: #!#! [Skript] Severe Error:
[19:48:22 ERROR]: #!#! An error happened when trying to enably resolving offline players, so the feature has been turned off. Please report this at https://github.com/bensku/Skript/issues/237
[19:48:22 ERROR]: #!#!
[19:48:22 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[19:48:22 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
[19:48:22 ERROR]: #!#! and check whether this error has already been reported.
[19:48:22 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
[19:48:22 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[19:48:22 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[19:48:22 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[19:48:22 ERROR]: #!#!
[19:48:22 ERROR]: #!#! Stack trace:
[19:48:22 ERROR]: #!#! java.lang.NullPointerException: null offline player resolve queue
[19:48:22 ERROR]: #!#!     at ch.njol.skript.bukkitutil.UnresolvedOfflinePlayer$1.run(UnresolvedOfflinePlayer.java:61)
[19:48:22 ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[19:48:22 ERROR]: #!#!
[19:48:22 ERROR]: #!#! Version Information:
[19:48:22 ERROR]: #!#!   Skript: 2.2-dev25
[19:48:22 ERROR]: #!#!   Bukkit: 1.11.2-R0.1-SNAPSHOT
[19:48:22 ERROR]: #!#!   Minecraft: 1.11.2
[19:48:22 ERROR]: #!#!   Java: 1.8.0_102 (Java HotSpot(TM) 64-Bit Server VM 25.102-b14)
[19:48:22 ERROR]: #!#!   OS: Windows 10 amd64 10.0
[19:48:22 ERROR]: #!#!
[19:48:22 ERROR]: #!#! Running CraftBukkit: false
[19:48:22 ERROR]: #!#!
[19:48:22 ERROR]: #!#! Current node: null
[19:48:22 ERROR]: #!#! Current item: null
[19:48:22 ERROR]: #!#!
[19:48:22 ERROR]: #!#! Thread: Skript offline player resolver thread (fetches UUIDs from the minecraft servers)
[19:48:22 ERROR]: #!#!
[19:48:22 ERROR]: #!#! End of Error.
[19:48:22 ERROR]: #!#!
 
Last edited by a moderator:
Status
Not open for further replies.