PySnip is an robust, open-source and cross-platform server implementation for Ace of Spades. It is fully customizable with extensions and scripts.
- Many administrator features
- A lot of epic commands
- A remote console (using SSH)
- Map rotation
- Map metadata (name, version, author, and map configuration)
- Map extensions (water damage, etc.)
- A map generator
- An IRC client for managing your server
- A JSON query webserver
- A status server with map overview
- Server/map scripts
- Airstrikes
- Melee attacks with the pickaxe
- New gamemodes (deathmatch / runningman)
- Rollback feature (rolling back to the original map)
- Spectator mode
- Dirt grenades
- Platforms with buttons
- Ban subscribe service
- A ton of other features
Go to releases and download desired version. It's because it will always give you errors when you try to compile PySnip on Windows. Use piqueserver or pyspades.
Grab it from repo.
git clone https://github.com/PixivBera/_aos_servers
cd PySnip_ABBS_towCreate virtualenv
virtualenv -p python2 venv
source ./venv/bin/activateInstall dependencies
pip install wheel Cython twisted jinja2 pillow image pygeoip pycrypto pyasn1 requests
(optional dependencies: cryptography bcrypt)Compile
./build.shRun
./run_server.shFor PySnip problems, pull request on https://github.com/NateShoffner/PySnip. If you need help for modification info of the server(ex: ABBS), contact me on the Discord - Supernova#0417
