mirror of
https://github.com/plexusorg/Website.git
synced 2024-11-14 00:23:34 +00:00
Minor changes
This commit is contained in:
parent
57b833a17e
commit
b8271038a4
@ -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 |
|
||||
| masterbuilderworld | plex.masterbuilderworld | OP | Teleport to the masterbuilderworld |
|
||||
| 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 |
|
||||
| notes | plex.notes | Admin | Manage notes for a player |
|
||||
| opall | N/A | Admin | Op everyone on the server |
|
||||
|
@ -8,7 +8,7 @@ Plex builds against the latest Minecraft version available. A table has been pro
|
||||
|
||||
| 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.0.3 | 1.18.2 |
|
||||
| 1.0.2 | 1.18.2 |
|
||||
|
@ -123,7 +123,7 @@ const config = {
|
||||
},
|
||||
{
|
||||
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: {
|
||||
theme: lightCodeTheme,
|
||||
|
@ -14,8 +14,8 @@
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^2.0.0-beta.21",
|
||||
"@docusaurus/preset-classic": "^2.0.0-beta.21",
|
||||
"@docusaurus/core": "^2.0.1",
|
||||
"@docusaurus/preset-classic": "^2.0.1",
|
||||
"@mdx-js/react": "^1.6.21",
|
||||
"clsx": "^1.1.1",
|
||||
"prism-react-renderer": "^1.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user