This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commands
EbonJaeger edited this page May 27, 2019
·
5 revisions
All of the commands can be viewed from in-game (or in the console) by entering /pwi help
, but everything will be listed here as well. All commands can be started with either /pwi
or /perworldinventory
.
The group modification commands automatically update the worlds.yml
file, and the changes are used live. This means that you do not need to reload the plugin after using commands to modify your groups.
Command arguments inside < >
are required, whereas arguments inside [ ]
are optional. Tab completion is supported as well.
-
/pwi help
- Display the command help -
/pwi convert
- Convert group and player information from Multiverse-Inventories -
/pwi migrate
- Migrate player data from older formats (2 and 3) to the latest format (4) -
/pwi reload
- Reload both configuration files and updates the world groups -
/pwi version
- Show the version of the plugin currently running
-
/pwi group list
- Shows all of the current group names -
/pwi group info <group name>
- Shows all of a group's properties -
/pwi group create <name> [default-gamemode] <world name> [world2 name] […]
- Creates a new group. If no GameMode is specified, it will default to Survival. A group must have at least one world in it, but you can add as many or as few as you want after it. -
/pwi group delete <name>
- Remove a world group -
/pwi group addWorld <group name> [world]
- Add a world to a world group. The world must exist on the server! If no world is specified, it will use the world you are currently standing in. -
/pwi group removeWorld <group name> [world]
- Remove a world from a group. If no world is specified, it will use the world you are currently standing in. -
/pwi group setrespawn <group name> [world]
- Set the respawn world for a group. If no world is specified, it will use the world you are currently standing in.