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!
Thanks! That fixed it!That's far from latest. Update using the wiki.
I think the same but skQuery still have some features that are important and everyone uses. Such as the %itemstack% with lore %string% expression, this is an expression of skQuery if you didn't knew, it makes you able to do:Thank you very much to continue to support this addon! But, what about the future of skQuery? With skript (Bensku's fork), Skellett and Umbaska, it is useless, no? Plus, a lot of features are broken...
When could we delete it for always?
give stone with lore "test" to player
set {_item} to stone
set {_item}'s lore to "test"
give {_item} to player
if check [event-world is in PvP]->[tool's durability > 55]:
#do stuff
Added the ability to stop a midi while it's playing.
code_language.skript:stop midi [id] %string%
The ID will be the string input used to get the midi file. If you're using the web midi player it will use that at the stop string too.
code_language.skript:play midi "This" to player wait 5 seconds stop midi "This"
"De syntaxis van de bestandsnaam, mapnaam of volumenaam is onjuist"
Yeah but is there a way to turn off these warnings?"De syntaxis van de bestandsnaam, mapnaam of volumenaam is onjuist"
"The syntax of the file name, directory name or volume label is incorrect"
Input a valid string location path
Changed:
code_language.skript:make %livingentities% pathfind to %location% with speed %number% #to make %livingentities% pathfind to %location% (with|at) speed %number%
Added:
- Metrics https://bstats.org/plugin/bukkit/SkQuery
Fixed:
- Some minor bugs
Works fine for me. I will investigate this later.I have a problem with this script: https://hastebin.com/raw/runaxitaro
I don't take damage when I fall on the ground!
I use the latest spigot-1.11.2, the latest skript-dev25 and the latest skquery-3.5.6a
What is your Spigot version? Exact version string please.My server not load. It stands there and does not load anymore. Just happens on my biggest server.
![]()
9 minutes and not load... any solution?
If delete skquery plugin, the server load correctly.
SkQ addons aren't used due to existance of functions, but if ya want...Hey does anyone know if there is a tutorial for creating skqAddons out there? I've figured out how to create a custom expression, but I'm finding nothing about how to create a .skqc file and define the expression in it.
declare expression "custom expression" as "type"
declare effect "effect"
declare loopable expression "loopable expression" as "type"
declare property "property" as"type" for "type"