Looking for a super easy API that Deletes wild bee hives/Drake &Wyvern Eggs/Beaver Damns on server startup.

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Next release of PvP+ will have a new feature that will auto destroy Beaver Dams after X seconds of an item being removed.

"AutoDestroyBeaverDam":10 //10 is the number of seconds after an item is removed from its inventory. Set to 0 to disable the feature. Beaver Dams do not drop a bag when destroyed.
 
this has been a need for quite some time

as a workaround and filler until a mod of plugin is made ive modified code from ownprox's rcontool which he has here:
https://github.com/ownprox/Tools/tree/master/RconTool

if you wanted to try out the version i modified the code i use is located here:
https://pastebin.com/raw/k8p4SYqA

i have it so it can remove bee hives, and all rock drake/wyvern/deinoychus/magmasaur eggs as separate options but you can combine them all into the same command. this however is a manual process that you will need to run at least once per week.

its better then running it on each map you run since it can automate that part for you but its not as good as full automation like a plugin or mod would give.

and to solve your beaver damn issue you can modify the loot table of them to remove the wood from the smaller dams. something like this:
https://pastebin.com/raw/dvFRdhcE
modify as needed


you idea of modifying the beaver loot is brilliant. thank you
 
Back
Top