config.yml

##
# Global Configurations.

spawns:
    kittens:
        untamed: false
    puppies:
        untamed: false
unclaimWith:
    cats: 350
    dogs: 287

avoidbugs: false

##
# Economy section.

enableEconomy: false
costs:
    ##
    # Cost to unclaim a pet the user owns.
    unclaim:
        cats: 0
        dogs: 0
    ##
    # Kickback to original owner when pet is adopted.
    reimburse:
        cats: 0
        dogs: 0
    ##
    # Cost to adopt a previously owned pet.
    adopt:
        ocelots: 0
        wolves: 0
    ##
    # Cost to tame an animal which has never been claimed before.
    tame:
        ocelots: 0
        wolves: 0

---------------------------

Things to know:

Global section:

  • Untamed Spawns means that ALL ocelot/wolf pups will be born without owners and untamed. Economies will charge these as being 'tamed', not adopted.
  • Unclaim With should be the decimal value of the items you wish to use to unclaim pets with. The defaults for ocelots is cooked fish, the default for wolves is string. Because you've offended the cat's delicate sensibilities and wolves don't like leashes.

Bugs:

  • 'avoidbugs' will make it so previous ownership is NOT retained, but this will keep unclaimed pets from teleporting to their previous owner. This functionality is automatically enabled if you have enableEconomy set to false.
  • If you want to remember prior ownership but not use an economy system, set enableEconomy to true and just leave all the values at 0 and leave avoidbugs set to false.

Economy section:

  • Unclaim costs should be self explanatory.
  • Reimburse is the amount given back to the original owner when the pet is adopted by any player, including the original owner.
  • Adopt is the cost for these types of pets which have been previously owned by a player. Sorry, no refunds.
  • Tame is the cost for these types of pets which have NEVER been previously owned by a player.