SimplifyTools/README.md

34 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

2021-08-01 22:08:28 +02:00
# SimplifyTools
2023-02-17 19:16:54 +01:00
### An 'All-in-one' plugin for MC servers.
#### TabList Customizing, Custom Advancement, Connect messages, AutoSave, Logger
[![Build Status](https://ci.ditservices.hu/job/SimplifyTools/badge/icon)](https://ci.ditservices.hu/job/SimplifyTools/) ![ MC Version](https://ci.ditservices.hu/job/SimplifyTools/badge/icon?subject=MC&status=1.12%20-%201.19.3&color=darkblue) ![Git latest release](https://img.shields.io/github/v/release/LabodiDavid/SimplifyTools) [![bStats](https://ci.ditservices.hu/job/SimplifyTools/badge/icon?subject=bStats&status=3.0&color=brightgreen)](https://bstats.org/plugin/bukkit/SimplifyTools/15108) ![ Lines of code](https://tokei.rs/b1/github/LabodiDavid/SimplifyTools?category=code)
2021-08-01 22:08:28 +02:00
## 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.
2021-08-01 22:20:16 +02:00
![Tab manager preview](docs/img/1.gif)
2021-08-01 22:08:28 +02:00
- **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.
2021-08-01 22:20:16 +02:00
![Connect messages preview](docs/img/2.gif)
2021-08-01 22:08:28 +02:00
- **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.)
2021-08-01 22:20:16 +02:00
![Stats preview](docs/img/3.gif)
2021-08-01 22:08:28 +02:00
- **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.)
2021-08-01 22:20:16 +02:00
![Advancement Messages preview](docs/img/4.gif)
2021-08-01 22:08:28 +02:00
- **Logging** - A logger with fully customizable format for dis/connect, chat, commands actions.
### [Check the config file for more explanation and examples](https://github.com/LabodiDavid/SimplifyTools/blob/main/src/main/resources/config.yml)
2022-05-01 13:28:41 +02:00
_________________
2021-08-01 22:08:28 +02:00
### [Commands & Permissions](docs/cmd_perms.md)
2022-05-01 13:28:41 +02:00
_________________
2023-02-17 19:16:54 +01:00
### [Building from source](docs/BUILDING.md)
_________________
2021-08-01 22:08:28 +02:00
### If you have an idea or bug report [Create an issue](https://github.com/LabodiDavid/SimplifyTools/issues/new/choose) or [Create a pull request](https://github.com/LabodiDavid/SimplifyTools/compare)
2022-05-01 13:28:41 +02:00
_________________
2021-08-01 22:08:28 +02:00
## Main goal
2022-05-01 13:28:41 +02:00
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.
_________________
2021-08-01 22:08:28 +02:00
## 3rd party libraries used by this plugin
2022-05-01 13:28:41 +02:00
### [Config-Updater by tchristofferson](https://github.com/tchristofferson/Config-Updater)
### [SpigotUpdateChecker by JEFF-Media-GbR](https://github.com/JEFF-Media-GbR/Spigot-UpdateChecker)