Skip to content

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:

  1. the focused ingredient in JEI
  2. the targeted ItemStack in a GUI
  3. the held ItemStack
  4. the focused block in world
  5. the player information

Contributors

© 2024 CleanroomMC. All Rights Reserved.