Alcazar is a simple PvP utility plugin for Paper servers. It supports Minecraft 1.17.1 and up.
- Advanced death messages
- Inventory saving / loading
- IRC-style WHOIS lookup
- Configurable maximum inventory limit
- Download Alcazar from the releases page.
- Set up MySQL (or MariaDB), creating a database and table (
uuid VARCHAR(128), inventory_name VARCHAR(64) UNIQUE, si TEXT, sa TEXT
). - Configure generated config.yml with your jdbc url.
- Done!
Alcazar does not require a patched server jar. Simply run mvn clean install
.
This software is licensed under the terms of the MIT license.
You can find a copy of the license in the LICENSE file.
This plugin was inspired by DevotedPVP, initially created by DevotedMC.