You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a problem, you're using a custom command manager, so things like Bukkit.dispatchCommand function won't work as the command executor is not registered.
Fix it like this, in com\trophonix\tradeplus\commands\TradeCommand.java
The text was updated successfully, but these errors were encountered:
I found a problem, you're using a custom command manager, so things like Bukkit.dispatchCommand function won't work as the command executor is not registered.
Fix it like this, in com\trophonix\tradeplus\commands\TradeCommand.java
The text was updated successfully, but these errors were encountered: