Description: yeah, so the possibilities with denizen scripting are huge. it so flexible and can pretty much exploit most of the events and commands in minecraft.
however, i present FART. yes, fart. do /fart and fart.
nb. i've got /gamerule sendCommmandFeedback false
fart:
type: world
events:
on fart command:
- execute as_op "particle cloud ~ ~ ~ 1 1 1 1 500"
- ^playsound location:<player.location> sound:villager_idle
- ^random 4
- ANNOUNCE "<dark_green>eeewwwww. <blue><player.name> <dark_green>just dropped one."
- ANNOUNCE "<dark_green>ah ffs. <blue><player.name> <dark_green>WHY!!??!!"
- ANNOUNCE "<dark_green>ugh. <blue><player.name> <dark_green>just stepped on a duck."
- ANNOUNCE "<dark_green>get out & walk donald."
- DETERMINE cancelled
Why do you determine cancelled at the end?
a bad habit sticking it at the end of scripts. i guess i need to learn where its actually needed.