KEYITEM
A minecraft mod that allows you to map keybinds to slash commands, allowing you to easily run commands.
Editing Keymap
Go to your .minecraft/config folder, and edit the keymaps.json file. You can see that each keybind is in the
following format:
"Slash_Command": {
"modifierKey": 342,
"primaryKey": 72
},
Slash_Commandcan be any command without the/symbol. For example,give @s minecraft:ender_pearlmodifierKeycan bealt,ctrlor any other key, remember that it will only accept keycode.primaryKeyis the letter keycode that is part of the alphabet.
"give @s minecraft:ender_pearl": {
"modifierKey": 342,
"primaryKey": 85
},
Links
Details
Licensed MIT
Published 6 months ago
Updated 4 months ago

