An "All-In-One" helper plugin for MC Spigot servers.
Go to file
2022-05-02 15:13:03 +02:00
.idea Updated pom.xml & ReadMe.md 2022-05-02 14:13:09 +02:00
.settings 1.0.0 - First Release 2021-08-01 22:08:28 +02:00
docs Implemented bStats 2022-05-02 15:13:03 +02:00
src/main Implemented bStats 2022-05-02 15:13:03 +02:00
.classpath 1.0.0 - First Release 2021-08-01 22:08:28 +02:00
.gitignore 1.0.0 - First Release 2021-08-01 22:08:28 +02:00
.project 1.0.0 - First Release 2021-08-01 22:08:28 +02:00
LICENSE Initial commit 2021-08-01 19:32:32 +02:00
pom.xml Implemented bStats 2022-05-02 15:13:03 +02:00
README.md Updated pom.xml & ReadMe.md 2022-05-02 14:13:09 +02:00
SimplifyTools.iml Implemented bStats 2022-05-02 15:13:03 +02:00

SimplifyTools

An 'All-in-one' helper plugin for Minecraft Spigot Servers with a goal of combine useful plugins to a one.

Build Status Build Status
MC Version  MC Version
Lines of code  Lines of code
Files  Files

Features

  • Tab Manager - Allows you to specify colored texts, with animations on the tab window. Also you can display the average ping, Server RAM statistics. Tab manager preview
  • Automatic/command saving - Allows you to schedule auto saving of the world/player data on your server, or you can initiate a save by a command.
  • Custom Connect/Disconnect messages - Allows you to customize the message that is broadcasted when someone joins or leaves the server. Connect messages preview
  • Plugin Manager - Allows you to unload/load plugins without a server restart.
  • Gameplay statistics - You can check your gameplay statistics such as player/mob kills, etc. (Note: The plugin just shows the stats not recording itself, so stats before installing this plugin are counted too.) Stats preview
  • Custom Advancement Messages - You can customize the advancement messages in three categories: advancement, goal, challenge. (Note: The advancement names are currently only can be displayed in english. In future versions there will be a feature to translate to any languages.) Advancement Messages preview
  • Logging - A logger with fully customizable format for dis/connect, chat, commands actions.

Check the config file for more explanation and examples


Commands & Permissions


If you have an idea or bug report Create an issue or Create a pull request


Main goal

My main goal is to create a single plugin that has many features, so it's can replace plugins that i often use on my servers while lowering the plugins count.


Building

Dependencies:

  • spigot-api-1.18.2-R0.1-SNAPSHOT-shaded.jar (from Spigot Repo Downloads Automatically OR BuildTools generated Spigot\Spigot-API\target\)
  • brigadier-1.0.18.jar (from BuildTools generated spigot-x.xx.x.jar\META-INF\libraries\)
  • craftbukkit-1.18.2-R0.1-SNAPSHOT.jar (from downloaded craftbukkit-x.xx.x.jar\META-INF\versions\)
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


3rd party libraries used by this plugin

Config-Updater by tchristofferson

SpigotUpdateChecker by JEFF-Media-GbR