your current location:首页 > news>[VM] Vape Manager (Vape Manager) MINECRAFT

[VM] Vape Manager (Vape Manager) MINECRAFT

2024-12-15 02:09:11|Myriagame |source:minecraft skins

Overview

This is a module that can modify the module with a designated configuration file.


You can press the V key to open the configuration interface of this module to manage the module. There is no item in the default configuration interface, but you can decompress the example.json file of the root directory of the module to the config/vm/mods directory of the game directoryIn this way, test this module.

The following is the file content of the file Example.json. If you are a developer, you can use this module as a front module, you can refer to this file content to write your module:

 {"name": "vape manager", "id": "vm", "main": "cn.ksmcbrigade.vm.manager", "function": "getkey", "Function_2": "Runchy", "GUI_Main": "CN.KSMCBRIGADE.VM.MANAGER", "Gui_function": "GetScreen"} 

The following is the role of the above:

Name must be filled with i18N.

ID selection, useless.

Main must be filled to obtain the class file address of the module function function.

Function is selected, without "None", a function used to obtain key values, in the class file written by "Main".

Function_2 must be filled with functions that run module functions, in the class file written by "main".

GUI_MAIN selected and filled, without "NONE", which is used to obtain the file address of the module GUI function.

GUI_FUNCTION is selected, without "None", a function used to obtain key values, in the class file written by "Gui_main".


Here are examples of functions used to run module functions:

 Public Static Void Runchy (Player Player) {// Non -LocalPlayer Player.SendMessage (component.nulltoempty 1.0 "), player.getuuid ());} 

Other function parameters are empty.

hint

This module also provides a small number of API functions to call, and the function position is located in CN.KSMCBRIGDE.VM.UTILS class.

It has been open source in Github.

How to use the VAPE manager as the front module 699 times to browse December

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.