From d6c5ec93095e9d04f93b220db6d06d757226a624 Mon Sep 17 00:00:00 2001 From: JOO200 Date: Tue, 14 Dec 2021 17:16:42 +0100 Subject: [PATCH] feat: WorldEdit Integration: add README --- docs/worldedit.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/worldedit.md diff --git a/docs/worldedit.md b/docs/worldedit.md new file mode 100644 index 00000000..6b308587 --- /dev/null +++ b/docs/worldedit.md @@ -0,0 +1,19 @@ +--- +sidebar_position: 2 +description: Information on the optional WorldEdit integration in Advanced Portals, including usage and configuration +--- + +# Commands + +## Select Portal as WorldEdit selection + +You can use `/portal we-selection` with a portal name to select the portal as cuboid worldedit selection. +This command becomes available when WorldEdit is installed. + +# WorldEdit Integration + +You can configure AdvancedPortals to use WorldEdit instead of the Selection Tool from AdvancedPortals. + +To enable the integration (add and) set the config option `WorldEditIntegration` to "true". + +This will disable the commands `/portal wand` (or `/portal selector`) and will use cuboid selections from WorldEdit instead.