fart


Author: apes
Created: 2014-12-07T11:57:21-0500
Edited: 2014-12-07T11:57:21-0500
Denizen Version: denizen-0.9.6 #1545
Views: 10
Downloads: 850
Likes: 0


WGET
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




Comments
2014-12-08 05:53:58 - Chemical_Datas:

Why do you determine cancelled at the end?
2014-12-08 20:35:55 - apes:

a bad habit sticking it at the end of scripts. i guess i need to learn where its actually needed.