your current location:首页 > news>[KC] Keycommand (Keycommand) Minecraft

[KC] Keycommand (Keycommand) Minecraft

2024-12-15 02:32:23|Myriagame |source:minecraft skins

Keycommand keyboard command

Brief introduction

This module allows players to customize a button and bind a command.

You need to install this module on the server side, and the command can only be executed when the server has exactly the same custom command.

When the player is in a multiplayer game, the command of the execution ignores whether the player has OP. As long as the server allows, the player can execute the command that the player cannot execute.

When the player is in a stand -alone mode, the command that can execute is determined by the player's authority.

In fact, it is a module rubbing out in a few hours.

(Author) Modules with the same function seriously suspect that if you know such a module, please leave a message in the comment area.


Use

When starting the game for the first time (or you can create it by yourself), you will generate the config.json file under the .minecraft/config/key_command folder

The content of this file requires you manually input

For example, as follows:

 {"key_array": [{"commit": "kill @s", "default_Key": 47}, {"commit": "tp @e ~ ~ ~", "default_key ": 199," Fake_player ": false}]} 

You only need to add JSONObject to "Key_array".

This JSONObject has three parameters:

"Command": After connecting a string, it means the command that needs to be executed, no " / /".

"DEFAULT_KEY": Later, connect a integer number (int), indicating the default buttons that are bound by default, and the control table of the button and numbers is released later.

"Fake_player": For options, if you do not recognize the value to True, whether the executor of the command is the player (the default is not executed by the player, and some commands may not be executed normally, but this can allow the server to execute some players' authority that has no authority.To.(The reason for the design is that the author believes that the commands such as/forge_tps should not require cheating authority)

Minecraft images

The button that can be used corresponds to its number.

Please note that all numbers are hexadecimal numbers. When filling in JSON, please turn it into decimal numbers by yourself.

Theoretically, filling in the number of hexadecimal (ie, string forms) expanded with dual quotes can also be identified, but the author did not try.

Minecraft images

The goal of MC Encyclopedia (MCMOD.CN) is to provide players with a better environment for MOD learning and research, and accept and cultivate more hardcore players.Provide Minecraft (Minecraft) MOD (module) item data introduction, tutorial strategy and MOD download, and is committed to improving the player's game experience.About the encyclopedia Encyclopedia help development log Donate Encyclopedia to follow the encyclopedia B station = "Fa Fa-Anagle-Right"> Opinions feedback Email © CopyRight Mc Encyclopedia 2013-2024 mcmod.cn |

Minecraft images

Minecraft images

In addition to other statements, MCMOD.CN, all open public editing content uses the BY-NC-SA 3.0 protocol.