▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/NetKeys
NetKeys

NetKeys

can custom hotkeys with command

145
3

NetKeys —— Command Keybinding

How to Use:

In the server's configuration files, you can find the netkeys-server.toml file.

You will see a file that looks like this:

#Set of keys.
[keyMap]
	"CONTROL + C" = "say 1"

The CONTROL + C part specifies the shortcut keys. The first part (CONTROL) is the modifier, which includes the following options:

  • SHIFT
  • CONTROL
  • ALT
  • SUPER
  • CAPS_LOCK
  • NUM_LOCK

The second part (C) is the key portion, and generally any key can be used.

The say 1 part specifies the command to be executed on behalf of the Server, so you need to be cautious in choosing the command.

At the last, enter the game, you can see say 1 is executed on ctrl + c is pressed.

Совместимость

Minecraft: Java Edition

1.20.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:2 года назад
Обновлён:2 года назад
Главная