Denizen Script Language Explanations


Language Explanations explain components of Denizen in a more direct and technical way than The Beginner's Guide.


Showing 1 out of 80 language explanations...
NameParticle Effects
DescriptionAll of the effects listed here can be used by Command:PlayEffect to display visual effects or play sounds

Effects:
- Everything on 🔗https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html
- Everything on 🔗https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html
- RANDOM (chooses a random visual effect from the Particle list)
GroupUseful Lists
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/PlayEffectCommand.java#L38