Installation Guide
Step 1: Download
Download the latest
PxlochsRevival.jar file from the resource page.
Step 2: Install
Place the JAR file in your server's
plugins/ folder.
Step 3: Start Server
Start or restart your Minecraft server.
Step 4: Configure (Optional)
The plugin automatically creates
plugins/PxlochsRevival/config.yml on first run. You can customize:
- Language (Turkish, English, or add your own)
- All game messages
- Color schemes
---
Configuration Examples
Changing Language to English:
Edit plugins/PxlochsRevival/config.yml
settings:
language: en
Adding a New Language (German example):
messages:
de:
PLAYER_DIED: "&e{player} &cist gestorben!"
REVIVE_COMMAND: "&aZum Wiederbeleben: &e/revive {player}"
# ... add all messages
Customizing Messages:
messages:
en:
PLAYER_DIED: "&c&l{player} HAS FALLEN!" # Custom message
COST_INCREASED: "&e&lCost is now {cost} diamonds!"
---
Commands & Permissions
All commands have default permissions (no special permissions required).
/revive <player>
Description: Revive a dead teammate
Aliases: /rev, /resurrect
Usage: /revive PlayerName
Cost: 20 Iron (early game) or 5+ Diamonds (after achievement)
/lives
Description: Check revival rights and costs
Aliases: /liv
Shows: Your rights, teammate's rights, current cost, nights passed
---
Gameplay Mechanics
Revival System:
- Player dies → becomes spectator
- Teammate uses /revive command with required materials
- Dead player respawns at death location
- -1 revival right for that player
Cost Progression:
- Start: 20 Iron Ingots per revival
- After "Diamonds!" achievement: 5 Diamonds per revival
- Every 2 nights: +1 Diamond cost
World Reset Triggers:
- Player dies with 0 revival rights remaining
- Both players die simultaneously
- Result: 10-second countdown → Worlds deleted → Server shutdown
---
Troubleshooting
Q: Revival rights reset to 3/3 after server restart
A: This should not happen in version 1.0.0+. If it does, please report it on GitHub.
Q: World deletion failed
A: On some hosting panels (e.g. Pterodactyl), manual deletion may be required:
- Stop server
- Delete /world, /world_nether, /world_the_end folders
- Restart server
Q: Night counter not working
A: At least one player must be online for night tracking to work.
Q: Can I use this with more than 2 players?
A: The plugin is designed for 2 players. Modifying for more players requires source code changes.
---
For Developers
This plugin is open source! Visit our
GitHub repository to:
- View source code
- Report issues
- Submit pull requests
- Fork and customize
Built with:
- Java 17
- Spigot API 1.20.1
- Maven build system