your current location:首页 > news>Proton Minecraft

Proton Minecraft

2024-12-12 09:31:58|Myriagame |source:minecraft skins

Proton is a lightweight server -side module that provides low -speed permissions.

Function/instruction permissions group management:

/Proton listgroups list the ownership group;

/Proton Listperms lists ownership;

/Proton Group Create [Group] Create the authority group "Group";

/Proton Group Remove [Group] Removal permissions "Group";

/Proton Group [Group] Listperms lists the ownership of the permissions "Group";

/Proton Group [Groupa] Inherit [Groupb] permissions "Groupa" inheritance group "Groupb";

/Proton Group [Groupa] DISSOCIATE [Groupb] permissions group "GroupB" is decoupled from its sub -right group "Groupa" (Groupa permissions remain unchanged, but it is no longer a sub -rights restriction group of groupb);

/Proton Group [Groupa] Create [Groupb] create "Groupb" inherited "Groupa";

/Proton Group [Group] padd [Perm] add permissions "PERM" to the permissions "Group";

/Proton Group [Group] PDEL [Perm] removed the permissions "Perm" from the permissions group "Group".

Player permission management:

/Proton Player [Playername] Listgroups lists the permissions of the player "Playername";

/Proton Player [Playername] Listperms lists the ownership of the player "Playername";

/Proton Player [Playername] padd [Perm] to players "Playername" to the authority "perm";

/Proton Player [Playername] PDEL [PERM] Remove the permissions "Perm" from the player "Playername";

/Proton Player [Playername] GADD [Group] Player "Playername" inheritance group "Group";

/Proton Player [playerName] GDEL [Group] removed the player "Playername" from the permissions group "Group";

/Proton Player [PlayErname] DISSOCIATE [Group] Players obtained all permissions from the inherited permissions "Group" and decoupled with the permissions group.

other:

/Proton RELOAD heavy load configuration file.

Language replacement description

The localization processing of this module is performed on the server, and the language is determined by the configuration file.

.mineCraft/Config/Proton.cfg

#Configuration filegeneral {#localized file name

The format of the localized file is JSON. When adding a localized file, please ensure that the prefix name is the same as the value of the Language item in the configuration file.

Precautions

You can add this module to the integrated package;

If you have new functional needs, please give feedback in the comment area or GitHub issues.