Description
Pay for your favorite mob
Need
- Vault
Todo
- add time limit
Permissions
| Permission | Description |
|---|---|
| payformob.* | can buy all mobs |
| payformob.custommob | can buy onli custom mobs |
Commands
/buymob [mob] [number] [custom name]- buy mobs
/buymob [mob] [custom name]
/buymob <price|?|info> <mob> - mobs info (limit, price)
In version 1.0 is command /pfm
Allowed mobs
- bat
- blaze
- cavespider
- chicken
- cow
- creeper
- enderdragon
- enderman
- ghast
- giant
- irongolem
- magmacube
- mushroomcow
- ocelot
- pig
- pigzombie
- sheep
- silverfish
- skeleton
- slime
- snowman
- spider
- squid
- villager
- witch
- winther
- wolf
- zombie
- horse
config file / example
general: prefix: '[Pay For Mob]' locale: limit: '%req no! %limit is limit!' nofound: 'Mob %mob not found!' spawn: 'You spawned %req %mobs for %price$' nomoney: 'You need %price$!' noperm: 'You don''t have the permissions for mob: %mob!' price: 'Mob: %mob Limit: %limit Price: %price Name price: %price_name' mobs: pig: limit: 2 price: 20 price_name: 100 chicken: limit: 2 price: 10 price_name: 100 sheep: limit: 2 price: 30 price_name: 100 cow: limit: 2 price: 40 price_name: -1
if price_name is -1 then players can't set custom name for mob


