Disable pet attack behavior, disable skill trees.
Closed this issue · 2 comments
Feature request
What part of MyPet needs this?
- [ X] the plugin itself
- [ X] the Skilltree Creator
- the website
Is your feature request related to a problem? Please describe
This plugin is clunky for integrations of cosmetic only pets. In my instance I do not care about a skill tree, and want pets to exist purely cosmetically.
Describe the solution you'd like
Config options to disable skill tree entirely, and disable attacking behavior
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Bukkit/Spigot/Bungee Build/Version:
MyPet Build/Version:
Attack
In order for a pet to even be able to attack it needs a skilltree that contains a combat skill of any kind (damage/ranged).
So removing those skills from the skilltrees will solve the problem IF you'd still want skilltrees.
But that brings us to your second point:
Skilltrees in general
There are two workarounds but no direct way to just disable them:
Workaround 1 (no skills whatsoever)
- Delete all skilltrees out of the skilltrees folder
- To then get rid of the "choose a skilltree" message, go into config.yml and set
Skilltree.AutomaticAssignment
andSkilltree.ChooseOnce
to true. You can also setSkilltree.RandomAssignment
to true but it shouldn't really effect it (on my test server it was already true which is why I mention it)
Workaround 2 (maybe some skills)
- Follow Workaround 1
- Create a new skilltree via the Skilltree-Creator and add the skills you need/want to it (obviously harmless ones like Backpack or PickUp and not Combat/Ranged as you don't want them to attack)
I hope this helped
Thank you. I had worked around by automatically choosing the skilltree and disabling the message but will follow your steps to disable attacks.