In this update, I introduce the first test of Guardian Lasers into Skript! These are notoriously hard to do, and I had to get a little help from SkytAsul and his amazing library!
As well as this, I also laid the foundations for some cool entity syntax and conditions that might make life easier for people.
As vanilla Skript can't use NMS methods (due to licence issues) there are many other methods available to addon-makers.
Guardian Laser:
Entity Conditions:Code (Text):
draw (guardian beam|laser) from %location% to %location% [[and] keep] for %integer% second[s]
Entity Effects:Code (Text):
fire[ ]proof[ed] # Checks whether an entity can be damaged by fire. # Nether entities and things with fire resistance can't be. # This only counts default Minecraft behaviour. # If you have some strange plugin or system, it might miss it! interactable # I'm not 100% sure what this means. # It seems to be whether you can interact with the entity in some way. # Such as feeding it, or equipping it. in water # Checks whether an entity is in water. # This includes waterlogged blocks, and partially submerged. wet # See above, but also if they are in rain. # Useful to check if players can use their riptide/channelling enchantments! [a] passenger # Checks whether an entity is a passenger. [a] vehicle # Checks whether an entity is a legal vehicle. swimming # Checks whether an entity is swimming. # I presume this refers to the 1.13+ swimming style
Code (Text):
mount %entities% on %entity% # Forces an illegal mounting. # Use this to stack multiple passengers on a single entity. # Use with CAUTION! make %entities% invisible make %entities% visible # Toggles the visibility of an entity. # Works like armour stand visibility. move %entities% to %location% # This forces an illegal in-world move. # It's not a teleport, so entity passengers won't be dismounted. # It also won't cause player screens to flicker. # Use with CAUTION! set [the] silent state of %entities% to %boolean% # Toggle the noise of entities. # True = silent # False = noisy set [the] swimming state of %entities% to %boolean% # Toggles the swimming state of entities. # True = swimming # False = not swimming
I would like to add my syntax to the main docs sites, but I got a lot of push-back from other addon developers.
I'll keep asking, though.
As usual, let me know of any issues/suggestions.
My discord is Moderocky#0001
-
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!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon MiSK (Discontinued) 1.0.0
A Miscellaneous Addon for Skript 1.14+