From 0f7029f1eeefaa6046998d09418527987dae2846 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Wed, 9 Oct 2024 11:03:01 +0200 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e828bf..047a8d7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,23 @@ -# PickShadow Server Extension -PSSE is intended as an all-in-one PaperMC Bukkit plugin for JeremyStarTM's PickShadow network. +# PickShadow's server code +This repository contains PickShadow's server-side code. ## Index -- [Used where?](#used-where) +- [About](#about) + - [PSSE](#psse) + - [PSPE](#pspe) + - [PSDS](#psds) - [Contributing](#contributing) -## Used where? -This plugin is used on JeremyStarTM's **PickShadow** network. Before you ask: No you can't join. +## About +### PSSE +**P**ick**S**hadow **S**erver **E**xtension is installed on every subserver. +It provides various commands, listeners and even minigames, depending on it's mode. +### PSPE +**P**ick**S**hadow **P**roxy **E**xtension is installed on every proxy. +It provides various global commands and manages the underlying proxy software. +### PSDS +**P**ick**S**hadow **D**ata **S**torage is a standalone HTTP server. +It saves and retrieves data and passes messages around the network. ## Contributing -Please don't lol +Please don't.