1.x/Mobs.yml: Difference between revisions

From Citizens Wiki

< 1.x

(Created page with " <pre> general: spawn: delay: 1 evil: items: tame-item: 377 # Blaze Powder drops: 264,265,266,282,272,300,301,299,266,360,358,364,370,2262,2261,2263,2264,22...")
 
m (moved Mobs.yml to 1.x/Mobs.yml)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{NoSupport}}
=Mobs.yml=


The mobs.yml controls Mob type [[Characters]]. Currently, the only mob character are [[Evil NPCs]]. The general: node controls all mobs.  The evil: node controls [[Evil NPCs]].


==Example mobs.yml==


<pre>
<pre>
general:
general:
   spawn:
   spawn:
     delay: 1
     delay: 1 # Aufdemrand: Need to confirm whether this is ticks or minutes.
 
evil:
evil:
  items:
    tame-item: 377    # Blaze Powder
    drops: 264,265,266,282,272,300,301,299,266,360,358,364,370,2262,2261,2263,2264,2266,2265
  misc:
    tame-chance: 50  # Percentage chance Evil NPC will be tamed
    names: Bandit,Thief,Assassin,Murderer    # Names of the Evil NPCs
    health: 20        # For reference, standard player health is 20
    failed-tame-messages: The blaze powder fails to calm your subject.;POOF! Nothing.
   spawn:
   spawn:
     max: 10
     max: 10
     chance: 100
     chance: 100
     spawn: true
     spawn: true
  items:
    tame-item: 377
    drops: 264,265,266,
  misc:
    tame-chance: 50
    names: Bandit,Thief,
    health: 20
    failed-tame-messages: The blaze powder fails to calm your subject.;POOF! Nothing.
</pre>
</pre>
==Related Permissions==
See [[Permissions]] for information on how to use permissions.  The listed permission nodes below relate to Mobs.yml and Evil NPCs.
<pre>citizens.evils.immune  # Those with this node will not be attacked by Evil NPCs</pre>
{{NavBox}}
[[Category:Citizens1]]

Latest revision as of 12:15, 19 February 2012

Not Supported!
This page is about Citizens 1.x, while the current version is Citizens 2.0.2. This page's content may be outdated, and shouldn't be trusted as being correct. See this page's talk page for more information. If you were looking for the 2.0.2 equivalent of this page, try Mobs.yml. If you feel this message was displayed in error, please contact an administrator.

Mobs.yml

The mobs.yml controls Mob type Characters. Currently, the only mob character are Evil NPCs. The general: node controls all mobs. The evil: node controls Evil NPCs.

Example mobs.yml

general:
  spawn:
    delay: 1  # Aufdemrand: Need to confirm whether this is ticks or minutes.

evil:
  spawn:
    max: 10
    chance: 100
    spawn: true

  items:
    tame-item: 377 
    drops: 264,265,266,

  misc:
    tame-chance: 50
    names: Bandit,Thief,
    health: 20
    failed-tame-messages: The blaze powder fails to calm your subject.;POOF! Nothing.

Related Permissions

See Permissions for information on how to use permissions. The listed permission nodes below relate to Mobs.yml and Evil NPCs.

citizens.evils.immune   # Those with this node will not be attacked by Evil NPCs