Minecraft Spigot plugin make invisibility when sneaking?

Wi
- in Plugins
7

I recently started programming with the Minecraft plugin. But I have no idea how I become invisible when I sneak. Can you help me?

Ab

I don't know how plugins work, but I can tell you the commands if you want

Te

Same, that's almost easier with commands than with plugins

Dr

You can do that

PlayerToggleSneakEvent
Look at.

Wi

I've already tried. Somehow doesn't work.

Dr

Have you already checked whether the event will be carried out at all?

Wi

I just realized that you have to register the event in the main class.

How does it work?

Dr

Bukkit.getPluginManager (). RegisterEvents (listener, plugin);