Revise a few things

This commit is contained in:
Telesphoreo 2022-04-09 12:38:09 -05:00
parent 04df5eb99d
commit 9548a790dd
4 changed files with 6 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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 doesnt 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 doesnt 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.

View File

@ -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 |
| 0.9 | 1.18.2 |
| 1.0 | 1.18.2 |