GeorgH93 / MarriageMaster

Marriage Plugin for Bukkit/Spigot
https://www.spigotmc.org/resources/marriage-master.19273/
GNU General Public License v3.0
113 stars 90 forks source link

Can`t find at.pcgamingfreaks.Command.HelpData class/interface #218

Closed Blaxor closed 2 years ago

Blaxor commented 3 years ago

Help request

Problem i try to extend the MarryCommand class to make a subcommand image

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!

GeorgH93 commented 3 years ago

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.