2024-11-14 20:07:26 +01:00
|
|
|
# PickShadow Server Kit (PSSK)
|
2024-10-09 11:03:01 +02:00
|
|
|
This repository contains PickShadow's server-side code.
|
2024-04-23 17:15:46 +02:00
|
|
|
|
|
|
|
## Index
|
2024-10-09 11:03:01 +02:00
|
|
|
- [About](#about)
|
|
|
|
- [PSSE](#psse)
|
|
|
|
- [PSPE](#pspe)
|
|
|
|
- [PSDS](#psds)
|
2024-04-23 17:15:46 +02:00
|
|
|
- [Contributing](#contributing)
|
|
|
|
|
2024-10-09 11:03:01 +02:00
|
|
|
## 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.
|
2024-04-23 17:15:46 +02:00
|
|
|
|
|
|
|
## Contributing
|
2024-10-09 11:03:01 +02:00
|
|
|
Please don't.
|