added ~onKeyPress and ~onKeyRelease authored by Phillip's avatar Phillip
...@@ -30,4 +30,6 @@ Crucible supports all triggers that generally make sense, and also adds a bunch ...@@ -30,4 +30,6 @@ Crucible supports all triggers that generally make sense, and also adds a bunch
| onFishingFail | When the player fails a fish attempt due usually due to poor timing | | onFishingFail | When the player fails a fish attempt due usually due to poor timing |
| onPressQ | When a player presses Q to drop the item. Requires ProtocolLib | | onPressQ | When a player presses Q to drop the item. Requires ProtocolLib |
| onPressCtrlQ | When a player presses CTRL+Q to drop the item. Requires ProtocolLib | | onPressCtrlQ | When a player presses CTRL+Q to drop the item. Requires ProtocolLib |
| onPressF | When a player presses F to swap the item. Requires ProtocolLib | | onPressF | When a player presses F to swap the item. Requires ProtocolLib |
\ No newline at end of file | onKeyPress | When a player presses a key. Requires [MythicKeysPlugin](https://www.spigotmc.org/resources/mythickeysplugin-custom-keybinds-api.98893/) for the server and [MythicKeys mod](https://github.com/ASangarin/MythicKeys) for the client |
| onKeyRelease | When a player releases a key. Requires [MythicKeysPlugin](https://www.spigotmc.org/resources/mythickeysplugin-custom-keybinds-api.98893/) for the server and [MythicKeys mod](https://github.com/ASangarin/MythicKeys) for the client |
\ No newline at end of file