Skip to content

Commit

Permalink
doc: add modules update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Eredrim committed Feb 18, 2024
1 parent ebb4492 commit d2910c5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion doc/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Factions, FixInventoryLoss, MatchResultsStats, RedstoneTriggers, SinglePlayerSup
These modules either used discontinued features (like arena rounds) or their features have been integrated in core of
PVPArena plugin.

<br>

## Installing modules

Expand Down Expand Up @@ -106,4 +107,17 @@ Type [`/pa modules install [moduleName]`](commands/modules.md) to install one of
> ℹ This has to be done for each arena
Last step: your module is installed, and you want to use it in some of your arenas.
Type [`/pa [arena] !tm [moduleName]`](commands/togglemod.md) to enable it in your arena.
Type [`/pa [arena] !tm [moduleName]`](commands/togglemod.md) to enable it in your arena.

<br>

## Updating modules

### With latest release version

Just run [`/pa modules upgrade`](commands/modules.md). In some cases, a server restart may be needed.

### With a snapshot/dev version

Browse the `plugins/pvparena` directory. Delete the `files` folder and unzip the new modules archive.
Then type [`/pa modules update`](commands/modules.md). In some cases, a server restart may be needed.

0 comments on commit d2910c5

Please sign in to comment.