From b92bd41a9133549bfe5122ba38836bd3f81b732a Mon Sep 17 00:00:00 2001 From: Eredrim Date: Wed, 26 Jun 2024 12:47:52 +0200 Subject: [PATCH] refactor: remove WorldGurd module --- doc/mods/worldguard.md | 15 --------------- doc/modules.md | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 doc/mods/worldguard.md diff --git a/doc/mods/worldguard.md b/doc/mods/worldguard.md deleted file mode 100644 index e454ae9d..00000000 --- a/doc/mods/worldguard.md +++ /dev/null @@ -1,15 +0,0 @@ -# Worldguard - -## Description - -This mod adds creates or updates an arena region based on the coordinates of a worldguard region. - -## Commands - -- `/pa wgload [regionname] [wgregionname]` \- load coordinates of WorldGuard region *wgregionname* to PVP Arena region *regionname*. - -If *wgregionname* coordinates have been changed, you can type this command again to update *regionname* coordinates. - -## Dependencies - -- WorldGuard 7.0+ diff --git a/doc/modules.md b/doc/modules.md index 659a3505..b8ddc649 100644 --- a/doc/modules.md +++ b/doc/modules.md @@ -74,7 +74,7 @@ The modules have been renamed to SpawnCollections and ItemSpawners respectively. ### What happened to other missing modules? As you maybe saw it, several modules has been removed. They are ArenaBoards, AutoSneak, AutoVote, BattlefieldGuard, -Factions, FixInventoryLoss, MatchResultsStats, RedstoneTriggers, SinglePlayerSupport and SpecialJoin. +Factions, FixInventoryLoss, MatchResultsStats, RedstoneTriggers, SinglePlayerSupport, SpecialJoin and WorldGuard. These modules either used discontinued features (like arena rounds) or their features have been integrated in core of PVPArena plugin.