Can`t find at.pcgamingfreaks.Command.HelpData class/interface
Blaxor opened this issue ยท 1 comments
Help request
Problem
i try to extend the MarryCommand class to make a subcommand
What I have tried
https://gist.github.com/Blaxor/91a856b25638b29fd873965463079713 <- this is the normal dependency
I try to add the release version 2.4.2 as system lib in pom but the same problem. So if you can help me. let me know!
The command API is currently only not available in standalone mode.
You additionally need this library.
The library also must be installed on the server to use the commands API of Marriage Master.
You can check if the commands API is available by checking the MarriageMasterPlugin.isRunningInStandaloneMode()
method. If it returns true the dependencies needed for the commands API are not available.