From b3a1191a8f531ede4e106dc62e5e40f0c9b78e10 Mon Sep 17 00:00:00 2001 From: hanna <49120638+hanna1488@users.noreply.github.com> Date: Sat, 30 Jan 2021 12:26:15 +0100 Subject: [PATCH] Create README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..48ff74f --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +This is the main plugin that I made for my anarchy server and I thought I would make it open source. +For now the plugin is not configurable but I will add support for that in the future + +### Features +- Patches + - Anti illegals (removes unobtainable items and reverts illegal enchantments) + - Anti nether roof (similar to void damage) + - Boatfly patch + - Elytrafly patch (normal ely fly still works) +- Commands + - Discord + - Help + - Joindate + - Kill + - Stats (shows server age, size, number of unique players who joined and RAM usage) +- Misc + - Random respawn + - Armor stand limiter (to prevent lag) + - Custom tab (shows uptime, TPS, ping, number of players and a MOTD) +- Chat + - Custom join and death message + - Greentext (put '>' before your message) + - LGBT text (put '$[g,t,b,p,n,l]' before your message) + - Advanced anti spam (blocks spam that contains random strings as well) + + +#### More features will be added soon.