Parrot: Difference between revisions

From Citizens Wiki

No edit summary
Line 3: Line 3:
| NAME        = Parrot
| NAME        = Parrot
| AUTHOR      = [[User:aufdemrand|aufdemrand]]
| AUTHOR      = [[User:aufdemrand|aufdemrand]]
| VERSION      = 0.2
| VERSION      = 0.3
| CITIZENSBUILD  = 2.0
| CITIZENSBUILD  = 2.0
| DEVSTATUS    = InDev
| DEVSTATUS    = InDev
| DOWNLOADLINK =  
| DOWNLOADLINK = http://dl.dropbox.com/u/44002922/Parrot.jar
| BUKKITDEVLINK  =  
| BUKKITDEVLINK  =  
| DESCRIPTION  = A parrot (chicken) NPC that can be used for fun or for clues.
| DESCRIPTION  = A parrot (chicken) NPC that can be used for fun or for clues.
Line 33: Line 33:
                           # also the number of blocks that the parrot can hear players
                           # also the number of blocks that the parrot can hear players


gibberish: "Baaaawk!",    # Parrot 'sound effects'
chatter:     # Parrot 'sound effects'
  - '*BAAAWK!*'
  - '*BrrrBrrrBrrr*'
  - '*SQUAK!*'


entity: # EntityID of Parrot to store chatter and clue. Probably not to be edited by hand.
  chatter1: ""              # Used automatically to store messages heard around it.
  chatter2: ""              # Hence, they shouldn't be changed manually.
  chatter3: ""
  chatter4: ""
  chatter5: ""
  clue: "The answer is 42." # Stored clue. Can be changed with /parrot clue [message]
</pre>
</pre>


==Commands==
==Commands==


/parrot clue      # changes the clue
/parrot clue [text]       # changes the clue
/parrot mute      # mutes the parrot (toggleable)
/parrot cooldown  # changes the cool-down time for talking
/parrot range      # changes the range of the parrot (cannot be more than 50)
/parrot purge      # resets the chatter stored in the parrots memory




==Thanks==
==Thanks==
Thanks: aPunch, fullwall, #citizens, and #bukkitdev
Thanks: aPunch, fullwall, #citizens, and #bukkitdev

Revision as of 21:06, 2 March 2012

External Character Type!
This page is about a type of NPC that is not developed supported by the Citizens development team. Don't ask for support from them, or on the forums/IRC, as we won't be able to help you. Instead, look at the BukkitDev link of the InfoBox to the right for information on how to get support for this character type.
Parrot.png

Parrot
Author aufdemrand
Version 0.3
Citizens build 2.0
Development status InDev
Download Link
BukkitDev [ Link]
Source [{{{SOURCELINK}}} Link]
Issues [{{{ISSUESLINK}}} Link]
Description: A parrot (chicken) NPC that can be used for fun or for clues.


Parrots can be just for fun, or be used with questing to hold clues, and are meant to be used on Chicken NPCs, though could technically be any kind. Enderdragon parrots, anybody? (Joking! Probably not a good idea!)

Parrots randomly store messages said in the local area and repeat them back. Parrots can also be fed a clue, information that it keeps and blurts out with the normal chatter it has heard.


Features

Parrots hold 5 messages automatically by listening to surrounding chatter. Parrots hold 1 message fed by the parrot owner.


Settings (and defaults)

cooldown-in-seconds: 60   # number of seconds MINIMUM that the parrot can say something
chatter-range: 25         # radius (in blocks) that the player can hear parrots
                          # also the number of blocks that the parrot can hear players

chatter:     # Parrot 'sound effects'
  - '*BAAAWK!*'
  - '*BrrrBrrrBrrr*'
  - '*SQUAK!*'

Commands

/parrot clue [text] # changes the clue


Thanks

Thanks: aPunch, fullwall, #citizens, and #bukkitdev