#I need help about bukkit coding
9 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @cerulean mauve! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
<@&765578700724371486>
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
You implement listeners for events and commandexecutors for commands. You should do tabexecutor to implement commands with tan completion
When you implement commandexecutor you will be able to override the command method. After injecting it with bukkit on enable, it should work
Also you should join a bukkit server for help since you’ll have better luck there
i dont see a reason why you have a CustomInventory class at this moment
Also if you implement that correctly then you should check if it’s a player by using ‘implements Player’ instead