Package io.github.syst3ms.skriptparser.effects
@ParametersAreNonnullByDefault
package io.github.syst3ms.skriptparser.effects
-
ClassesClassDescriptionHalts all code and waits for user input in order to continue.Runs this effect asynchronously.A very general effect that can change many expressions.Skips the current looped value and continues to the next one in the list, if it exists.Runs this effect if a given condition succeeds.Skips the next given amount of lines and runs the code after.Exits the entire trigger, preventing all upcoming statements to not get triggered.Runs the next line of this section if a condition is met.Prints some text to the consoleReturns one or more values to a corresponding section.Shuts down the whole current sessions.Waits a certain duration and then executes all the code after this effect.