| Name | arikeys key pressed |
| Event Lines | arikeys key pressed |
| Triggers | When a key is pressed by a client running AriKeys, if that key is in the AriKeys config. |
| Generated Examples | after arikeys key pressed:
on arikeys key pressed: |
| Has Player | Always. - this adds switches 'flagged:<flag name>' + 'permission:<node>', in addition to the '<player>' link. |
| Switches | id:<id> to only process the event if the key ID matches the given text matcher. |
| Contexts | <context.id> Returns the ID of the key that was pressed according to the AriKeys config, as a namespaced key.
|
| Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
| Group | Depenizen |
| Requires | Depenizen, AriKeys |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/events/arikeys/AriKeysKeyPressScriptEvent.java#L14 |