Creates additional spawn points for animals of your choosing, that re-spawn on a timer

Supported Games
GameServerKingsGameServerKings

Create custom animal spawn points. Upon death a timer will activate to re-spawn the animal. Has a built in controller to keep the animals close to their spawn point and to control their behavior in general. Unload the plugin and all animals will be erased, and upon server start animals will be re-spawned at their designated location.

Note: Occasionally the animal will run away after being spawned. It will return to its area usually in less then 1 minute then it will just wander around within a 100M radius of its original spawn location. It may even forage for food or take a nap :P

Chat Commands

  • /cas - Display commands for the plugin
  • /cas animals -- Print available animal types and IDs in your console
  • /cas add ## -- Activate the animal tool. Press fire to create new spawn locations for animal ID ##. Once done type /cas to end
  • /cas remove -- Remove the animal spawn for the animal you are looking at
  • /cas remove near <radius> -- Removes all animal spawns in <radius>(default 10M)
  • /cas near <radius> -- Show all custom animal spawns in radius
  • /cas wipe -- Remove all custom animal spawns

Permission

  • customanimalspawns.admin -- Allows player to use the /cas chat commands

Configuration

{
  "RespawnTimer": 20 // The amount of time from when a animal is killed before it re-spawns (in minutes)
}

MIT License


Copyright (c) 2019 k1lly0u


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.