Keybindings
GroovyScript adds a few keybindings to the game for various purposes - mainly to make developing easier.
Keybindings will default to being unbound if debug is disabled in the runConfig.json
. This is to avoid adding conflicting keybindings for players who will never use them.
The keybinds on this page only represent the default if debug is enabled.
Reload
When CTRL+R
is pressed, all GroovyScripts that can be reloaded will be reloaded - see reloading for more information!
Copying
When CTRL+C
is pressed, information will be added to the chat and the target ItemStack (if present) will be copied to the clipboard.
The information printed will allow recreating the relevant objects via GroovyScript Object Mappers.
This uses the same logic as the info command, and prints various information based on what is being focused in this order:
- the focused ingredient in JEI
- the targeted ItemStack in a GUI
- the held ItemStack
- the focused block in world
- the player information