English | 中文
Command prefixes by default: !!rfum or !!region (can be modified in config)
All the commands below has omitted the prefixes, remember adding one of the prefixes when executing commands
Actually almost all the steps can be performed by click, all you need to do is just checking command help in game and clicking
All the list command nodes support [page_args]:
--page <page_num>Select current page index--per-page <item_count>Set item count per page
-
reloadReload RFUMulti plugin (update list will be cleared)
-
help <command>Query all the command usage in game
Available
<command>values:upstream,add,del,del-all,list,history,abort,confirm,update,group -
upstreamQuery and switch target upstreams
upstreamQuery current upstreamupstream list [page_args]Query all the configured upstreamupstream set <upstream_name>Switch upstream
-
addAdd regions or groups to update list
add group <group_name>Add specified group- Barely
addAdd current region (only players can use, requires Minecraft Data API to run) add <x> <z> <dimension>Add specified region
Adding regions in other group may be denied or warned. That depends on group policies
All these
addcommand can attach an argument:--suppress-warningTemporarily suppress update warning
-
delDelete regions or groups from update list
del group <group_name>Delete specified group- Barely
delDelete current region (only players) del <x> <z> <dimension>Delete specified region
-
del-allDelete all regions from update list
-
list [page_args]Query current update list
-
updateExecute update operation, update all the regions in the update list
This command supports 3 arguments:
--instantlyExecuting directly without waiting for confirmation--requires-confirmWaiting for confirmation, then execute update--confirm-time-wait <duration>Set confirmation waiting time, operation will abort after this duration
Time duration format:
1ms1 millisecond1s/1sec1 second1m/1min1 minute1h/1hour1 hour1d/1day1 day1mon/1month1 month1y/1year1 year
-
confirm/abortConfirm or cancel the pending update operation
-
historyQuery last update time, regions and status
-
groupGroup the regions up, update, manage or protect them together
Use
add/delcommand to add all the regions in a group to update listBasic manage commands:
group create <new_group_name>Create a groupgroup delete <group_name>Delete a groupgroup list [page_args]Query the list of groupsgroup info <group_name>Query general information of a groupgroup info <group_name> list [page_args]Query regions in groupgroup expand <group_name>Add current region to group (players only)group contract <group_name>Remove current region from group (players only)group expand <group_name> <x> <z> <dimension>Add specified region to groupgroup contract <group_name> <x> <z> <dimension>Remove specified region from group
Permission policies commands:
group perm[ission] <group_name> list [page_args]List player permission set in this groupgroup perm[ission] <group_name> set <player> <permssion>Modify a player permission in this groupgroup perm[ission] <group_name> set-default <permission>Set default permission for not-set players in this groupgroup perm[ission] <group_name> del <player>Delete player permission from this group
If a permission modification will deprive your own admin privilege in this group, this command should be called twice in order to avoid any mistakes
You can also add
--confirmargument to force executing it without repeating it -
debug[!WARNING] If you don't know what you are doing, stop trying to use them
These commands are not prepared for normal users and must be enabled in
experimentalsection of config to use themIf you really need to use them, just read the codes in
region_file_updater_multi.commands.impl.debug_commands.DebugCommands.add_children_for()