Hello how to Complete event setCancelled? Not working code : Code (Text): @EventHandler public void onTab(PlayerChatTabCompleteEvent e){ if(e.getChatMessage().equals("/") || e.getChatMessage().equals("//")){ e.getTabCompletions().clear(); } }
What's wrong about? If it's not work i am sure you don't use the correct event for your need or you don't register it correctly? Is it in the main claas or another?