From 7382567eaa577a709e5989c7da8d4d3474b4a69d Mon Sep 17 00:00:00 2001 From: DavidDGTNT <29644042+dugo3number2@users.noreply.github.com> Date: Wed, 30 Jun 2021 17:46:39 -0500 Subject: [PATCH] Changed Nukkit to Spigot --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dc75a4..2c180a5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,41 @@ -# KygekPingTPS-Spigot -Up-and-coming Java Edition version of KygekPingTPS by DavidDGTNT +### NOTICE: This is the Spigot (Java Edtion) version of KygekPingTPS. Please see [here](https://github.com/KygekTeam/KygekPingTPS) for PocketMine-MP version. + +# KygekPingTPS + +A plugin to check the server TPS and other players' ping. This plugin will be useful if you need to check the server TPS by command or check your or other players' network ping. + +# Features + +- Check server TPS using command +- Check your network ping using command +- Check other players' network ping using command +- Works in console +- Invalid player name detection +- Customizeable command messages +- Commands messages instantly updated after change + +# How to Install + +1. Download the latest version (It is recommended to always download the latest version for the best experience, except you're having compatibility issues). +2. Put the `KygekPingTPS.jar` file into the `plugins` folder. +3. Restart or start your server. +4. Done! + +# Commands & Permissions + +| Command | Description | Permission | Default | +| --- | --- | --- | --- | +| `/ping [player]` | Current ping of a player | `kygekpingtps.ping` | true | +| `/tps` | Current TPS of the server | `kygekpingtps.tps` | true | + +# Upcoming Features + +- Automatic plugin update checker on server startup + +# Additional Notes + +KygekPingTPS plugin is made by KygekTeam and licensed under GPL-3.0. + +- Join our Discord server here for latest updates from KygekTeam. +- If you found bugs or want to give suggestions, please visit here or join our Discord server. +- We accept all contributions! If you want to contribute please make a pull request in here.