Minor changes

This commit is contained in:
Telesphoreo 2022-08-03 00:57:13 -05:00
parent 57b833a17e
commit b8271038a4
5 changed files with 1258 additions and 1027 deletions

View File

@ -31,7 +31,7 @@ This page is a comprehensive list of all of Plex's permission nodes. Note that s
| lockup | plex.lockup | Admin | Lockup a player on the server | | lockup | plex.lockup | Admin | Lockup a player on the server |
| masterbuilderworld | plex.masterbuilderworld | OP | Teleport to the masterbuilderworld | | masterbuilderworld | plex.masterbuilderworld | OP | Teleport to the masterbuilderworld |
| mobpurge | plex.mobpurge | Admin | Purge all mobs. | | mobpurge | plex.mobpurge | Admin | Purge all mobs. |
| mute | plex.mute | OP | Mute a player on the server | | mute | plex.mute | Admin | Mute a player on the server |
| namehistory | plex.namehistory | OP | Get the name history of a player | | namehistory | plex.namehistory | OP | Get the name history of a player |
| notes | plex.notes | Admin | Manage notes for a player | | notes | plex.notes | Admin | Manage notes for a player |
| opall | N/A | Admin | Op everyone on the server | | opall | N/A | Admin | Op everyone on the server |

View File

@ -8,7 +8,7 @@ Plex builds against the latest Minecraft version available. A table has been pro
| Plex Version | Minecraft Versions | | Plex Version | Minecraft Versions |
| ------------ | ------------------ | | ------------ | ------------------ |
| 1.1.1 | 1.18.2 - 1.19 | | 1.1.1 | 1.18.2 - 1.19.1 |
| 1.1 | 1.18.2 | | 1.1 | 1.18.2 |
| 1.0.3 | 1.18.2 | | 1.0.3 | 1.18.2 |
| 1.0.2 | 1.18.2 | | 1.0.2 | 1.18.2 |

View File

@ -123,7 +123,7 @@ const config = {
}, },
{ {
label: 'Discord', label: 'Discord',
href: 'https://discord.gg/HZsdUnsRKc', href: 'https://discord.gg/MzjRjFAcrZ',
}, },
], ],
}, },
@ -145,7 +145,7 @@ const config = {
], ],
}, },
], ],
copyright: `Copyright © ${new Date().getFullYear()} Plex. Symbols from <a href="https://fontawesome.com/license">FontAwesome</a>. Built with Docusaurus.`, copyright: `Copyright © ${new Date().getFullYear()} Plexus Development. Symbols from <a href="https://fontawesome.com/license">FontAwesome</a>. Built with Docusaurus.`,
}, },
prism: { prism: {
theme: lightCodeTheme, theme: lightCodeTheme,

View File

@ -14,8 +14,8 @@
"write-heading-ids": "docusaurus write-heading-ids" "write-heading-ids": "docusaurus write-heading-ids"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "^2.0.0-beta.21", "@docusaurus/core": "^2.0.1",
"@docusaurus/preset-classic": "^2.0.0-beta.21", "@docusaurus/preset-classic": "^2.0.1",
"@mdx-js/react": "^1.6.21", "@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"prism-react-renderer": "^1.2.1", "prism-react-renderer": "^1.2.1",

2273
yarn.lock

File diff suppressed because it is too large Load Diff