diff --git a/docs/compiling.mdx b/docs/compiling.mdx index 705714b..f8d9391 100644 --- a/docs/compiling.mdx +++ b/docs/compiling.mdx @@ -51,7 +51,7 @@ Gradle is already included in the folder with Plex. Run the following command be You should receive a message indicating the compilation was successful. The JAR file is located at ```build/libs/Plex.jar``` -Plex has no external dependencies and can be used right away after compilation. Plex works on Minecraft versions 1.16.5 to 1.18.1. You also must be running Java 17 on the server itself. +Plex has no external dependencies and can be used right away after compilation. Plex works on Minecraft 1.18.2. You also must be running Java 17 on the server itself. ## Troubleshooting If you receive an error that says Permission denied, run `chmod a+x gradlew`. Note that this only applies to macOS / Linux users. \ No newline at end of file diff --git a/docs/customization/commandblocker.md b/docs/customization/commandblocker.md index a89fa25..37a3d99 100644 --- a/docs/customization/commandblocker.md +++ b/docs/customization/commandblocker.md @@ -7,6 +7,8 @@ title: Command Blocker Plex features an advanced command blocker with support for matching and RegEx statements. It is recommended that you use this only in conjunction with ranks. If you are using permissions, there is not as much of a need for a command blocker. ## Default file +The default `commands.yml` file is below. + ```yaml title=/plugins/Plex/commands.yml # # Command Blocker diff --git a/docs/intro.md b/docs/intro.md index 01988af..6907e9e 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -5,6 +5,6 @@ title: Introduction # Welcome to Plex -Plex is a new freedom plugin. It is an alternative to [TotalFreedomMod](https://github.com/TotalFreedomMC/TotalFreedomMod). It has many of the features that make a freedom server unique, but also many features that TotalFreedomMod doesn’t have. For example, there is full support for using a permissions plugin instead of ranks. It is also much more performance oriented. You can use Redis to store punishments and store player data in MongoDB, MariaDB, or SQLite. Plex is also fully customizable as you can change almost all of the messages within the plugin. Plex is not a rewrite or "debloat" of TotalFreedomMod. In fact, it features almost no code from TotalFreedomMod. Plex is an entirely new experience. +Plex is a new freedom plugin. It is an alternative to [TotalFreedomMod](https://github.com/TotalFreedomMC/TotalFreedomMod). It has many of the features that make a freedom server unique, but also many features that TotalFreedomMod doesn’t have. For example, there is full support for using a permissions plugin instead of ranks. It is also much more performance oriented. You can use Redis to store indefinite bans and store player data in MongoDB, MariaDB, or SQLite. Plex is also fully customizable as you can change almost all of the messages within the plugin. Plex also has a module system which can be used to add additional functionality. Plex is not a rewrite, "debloat", or related to TotalFreedomMod. Plex is an entirely new experience. Use the sidebar to navigate the documentation. diff --git a/docs/versions.md b/docs/versions.md index 5ddb675..44b3786 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -13,4 +13,5 @@ Plex builds against the latest Minecraft version available. A table has been pro | 0.6 | 1.18 - 1.18.1 | | 0.7 | 1.18 - 1.18.1 | | 0.8 | 1.18.2 | -| 0.9 | 1.18.2 | \ No newline at end of file +| 0.9 | 1.18.2 | +| 1.0 | 1.18.2 | \ No newline at end of file