1.2.0, fixes #1
This commit is contained in:
30
docs/BUILDING.md
Normal file
30
docs/BUILDING.md
Normal file
@ -0,0 +1,30 @@
|
||||
## SimplifyTools - Building
|
||||
Some of these dependencies only needed
|
||||
#### Dependencies:
|
||||
- (1.18.2) - spigot-api-1.18.2-R0.1-SNAPSHOT-shaded.jar (from Spigot Repo Downloads Automatically OR **BuildTools** compiled `Spigot\Spigot-API\target\`)
|
||||
- (1.18.2) - brigadier-1.0.18.jar (from **BuildTools** compiled `spigot-x.xx.x.jar\META-INF\libraries\`)
|
||||
- (1.18.2) - craftbukkit-1.18.2-R0.1-SNAPSHOT.jar (from downloaded `craftbukkit-x.xx.x.jar\META-INF\versions\`)
|
||||
- (1.16.5) - spigot-1.16.5.jar (**BuildTools** compiled)
|
||||
- (1.15.2) - spigot-1.15.2.jar (**BuildTools** compiled)
|
||||
- (1.14.4) - spigot-1.14.4.jar (**BuildTools** compiled)
|
||||
##### Installing Dependencies:
|
||||
You can install the dependencies to your maven repository through CLI like this:
|
||||
|
||||
- mvn install:install-file -Dfile=spigot-api-1.18.2-R0.1-SNAPSHOT-shaded.jar -DgroupId=org.spigotmc -DartifactId=spigot-api -Dversion=1.18.2-R0.1-SNAPSHOT -Dpackaging=jar
|
||||
|
||||
|
||||
- mvn install:install-file -Dfile=craftbukkit-1.18.2-R0.1-SNAPSHOT.jar -DgroupId=org.bukkit -DartifactId=craftbukkit -Dversion=1.18.2-R0.1-SNAPSHOT -Dpackaging=jar
|
||||
|
||||
|
||||
- mvn install:install-file -Dfile=brigadier-1.0.18.jar -DgroupId=com.mojang -DartifactId=brigadier -Dversion=1.0.18 -Dpackaging=jar
|
||||
|
||||
|
||||
- mvn install:install-file -Dfile=spigot-1.16.5.jar -DgroupId=org.spigotmc -DartifactId=spigot -Dversion=1.16.5-R0.1-SNAPSHOT -Dpackaging=jar
|
||||
|
||||
|
||||
- mvn install:install-file -Dfile=spigot-1.15.2.jar -DgroupId=org.spigotmc -DartifactId=spigot -Dversion=1.15.2-R0.1-SNAPSHOT -Dpackaging=jar
|
||||
|
||||
|
||||
- mvn install:install-file -Dfile=spigot-1.14.4.jar -DgroupId=org.spigotmc -DartifactId=spigot -Dversion=1.14.4-R0.1-SNAPSHOT -Dpackaging=jar
|
||||
|
||||
- mvn install:install-file -Dfile=spigot-1.17.1.jar -DgroupId=org.spigotmc -DartifactId=spigot -Dversion=1.17.1-R0.1-SNAPSHOT -Dpackaging=jar
|
@ -1,4 +1,9 @@
|
||||
# SimplifyTools - Changelog
|
||||
- 1.2.0
|
||||
- Added TPS command `/st tps`
|
||||
- Added `{MOTD}`, `{TPS}` variable for TAB customization in the config
|
||||
- Refactored code for multi version support (1.12 - 1.19.3)
|
||||
- Fixes [#1](https://github.com/LabodiDavid/SimplifyTools/issues/1)
|
||||
- 1.1.0
|
||||
- Updated to 1.18.2
|
||||
- Minor changes
|
||||
|
@ -1,8 +1,9 @@
|
||||
## SimplifyTools Commands
|
||||
## SimplifyTools - Commands
|
||||
You can use the following commands to use the features of SimplifyTools.
|
||||
- **/st**: The main SimplifyTools command.<br />Requires `st.st`
|
||||
- **/st help**: Displays all SimplifyTools related commands.<br />Requires `st.help`
|
||||
- **/st ping**: Displays your ping to the current server.<br />Requires `st.ping`
|
||||
- **/st tps**: Displays plugin calculated TPS.<br />Requires `st.tps`
|
||||
- **/st stats**: Displays your gameplay statistics.<br />Requires `st.stats`
|
||||
- **/st save-all**: Saves the players, worlds data on the server.<br />Requires `st.save`
|
||||
- **/st pmanager** <LOAD/UNLOAD>: A built-in plugin manager.<br />Requires `st.pmanager.*`
|
||||
@ -10,7 +11,7 @@ You can use the following commands to use the features of SimplifyTools.
|
||||
- **/st pmanager unload** <PLUGIN-NAME>: Plugin unload.<br />Requires `st.pmanager.unload (can be inherited from st.pmanager.*)`
|
||||
- **/st reload**: Plugin settings reload.<br />Requires `st.reload`
|
||||
|
||||
## SimplifyTools Wildcard Permissions
|
||||
## SimplifyTools - Wildcard Permissions
|
||||
|
||||
- **st.*** - Wildcard permission for all commands, permissions for this plugin.
|
||||
- **st.pmanager.*** - Wildcard permission for the plugin manager commands.
|
||||
|
BIN
docs/img/1.gif
BIN
docs/img/1.gif
Binary file not shown.
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.7 MiB |
Reference in New Issue
Block a user