- Hardcoded Keybinding
|
public void onToggleSneak(PlayerToggleSneakEvent e) { |
According to the code, the user will actually "overwall" when they toggle sneaking. The key binding is hardcoded so that it will cause confusion when user key binding varies from the default one.
Recommend using chat component containing translate with key bindings.
KungFu/config.yml
Line 373 in d18c7f2
KungFu/src/me/ram/kungfu/kungfu/OverWall.java
Line 33 in d18c7f2
According to the code, the user will actually "overwall" when they toggle sneaking. The key binding is hardcoded so that it will cause confusion when user key binding varies from the default one.
Recommend using chat component containing translate with key bindings.