Paste #7273: Untitled Paste

Date: 2014/07/22 13:50:23 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


pets:
  type: world
  debug: true
  default constants:
  # You can use this section to configure the scirpt
  # Currently just nameplateColor and allowedPets
  # Make sure you change nameplateColor to a denizen <tag>
    nameplateColor: <&c>
    permissionNodeToUsePets: pets.use
    permissionNodeToGivePets: pets.give
    allowedpets: li@BLAZE|BAT|CAVE_SPIDER|CHICKEN|CREEPER|ENDERMAN|ENDER_DRAGON|GHAST|GIANT|IRON_GOLEM|MAGMA_CUBE|MUSHROOM_COW|OCELOT|PIG|PIG_ZOMBIE|SHEEP|SILVERFISH|SQUID|SNOWMAN|WOLF|SKELETON|SLIME|SPIDER|WITCH|WITHER|VILLAGER|ZOMBIE
  events:
    on pets command:
    - announce <s@script.constant[nameplateColor]>
    - announce <s@script.constant[permissionNodeToUsePets]>