Update README.md
This commit is contained in:
parent
7c7a339793
commit
0f7029f1ee
1 changed files with 17 additions and 6 deletions
23
README.md
23
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.
|
||||
|
|
Loading…
Reference in a new issue