Reverse engineered prompt

Build me a simple Minecraft server plugin that adds wall jumping for players on Spigot or Paper. I want it to feel smooth and easy to use, so when a player is next to a wall and jumps, they can launch away from it in a natural way instead of just sliding down.

Please make it something I could drop into a server and use without a lot of setup. A small config for things like jump strength, cooldown, and whether fall damage should be affected would be great if that makes sense. It should only trigger when a real wall jump is happening, not let players exploit it to fly around.

If you can, include a basic permission so server owners can choose who gets the ability, and a simple command to reload the config. Keep the code clean and production ready, and make sure it works as a normal plugin jar. Look up current Spigot or Paper plugin docs online if you need to.

Want more depth? Deep Reverse