Skip to content

Commit

Permalink
docs: update documentation to add warnings for the recode
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 8, 2024
1 parent 01e4f39 commit d6a4243
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ description: Information on all commands included in Advanced Portals, including

# Commands

**V2.0.0+ / recode info**

The current documentation is related to versions below 2.0.0. While most should apply to the latest version, some features may have changed or be missing.
The documentation will be updated soon.

You can use the `/portals convert` command to port your portals to the latest version. Do not worry. The original data will not be deleted, and you can revert to older versions if you run into problems.

:::

All commands included in Advanced Portals are listed below along with their permissions.

**Note:** all `/portal` commands can also be used with `/advancedportals` or `/aportals` instead.
Expand Down
11 changes: 11 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ description: Quick introduction to Advanced Portals.

# Tutorial Intro

:::warning

**V2.0.0+ / recode info**

The current documentation is related to versions below 2.0.0. While most should apply to the latest version, some features may have changed or be missing.
The documentation will be updated soon.

You can use the `/portals convert` command to port your portals to the latest version. Do not worry. The original data will not be deleted, and you can revert to older versions if you run into problems.

:::

Here is a YouTube video made by [LtJim007](https://www.youtube.com/channel/UCZvGH5UFnZGHL7t11RLhg2w) explaining the basics.

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/nkOeMUkYz3Y" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Expand Down
9 changes: 9 additions & 0 deletions docs/portal-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ description: Information on all portal tags included in Advanced Portals.

# Portal Tags

**V2.0.0+ / recode info**

The current documentation is related to versions below 2.0.0. While most should apply to the latest version, some features may have changed or be missing.
The documentation will be updated soon.

You can use the `/portals convert` command to port your portals to the latest version. Do not worry. The original data will not be deleted, and you can revert to older versions if you run into problems.

:::

Below is a list of currently accepted tags for portals. Only the name: tag is necessary though other tags may be needed to give the portal's functionality.

Example use: `/portal create name:testportal desti:somedesti triggerblock:WATER`
Expand Down
11 changes: 11 additions & 0 deletions docs/worldedit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ description: Information on the optional WorldEdit integration in Advanced Porta

# WorldEdit Integration

**V2.0.0+ / recode info**

The current documentation is related to versions below 2.0.0. While most should apply to the latest version, some features may have changed or be missing.
The documentation will be updated soon.

You can use the `/portals convert` command to port your portals to the latest version. Do not worry. The original data will not be deleted, and you can revert to older versions if you run into problems.

This feature is completely missing from the recode currently, and will be added back in the future.

:::

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".
Expand Down
8 changes: 6 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ const config = {
label: 'Bukkit.org',
href: 'https://dev.bukkit.org/projects/advanced-portals',
},
{
label: 'Modrinth',
href: 'https://modrinth.com/plugin/advanced-portals',
},
{
label: 'GitHub',
href: 'https://github.com/sekwah41/Advanced-Portals/releases',
Expand All @@ -83,8 +87,8 @@ const config = {
href: 'https://discord.sekwah.com/',
},
{
label: 'Twitter',
href: 'https://twitter.com/sekwah',
label: 'Bluesky',
href: 'https://bsky.app/profile/sekwah.com',
},
],
},
Expand Down

0 comments on commit d6a4243

Please sign in to comment.