# PwingGraves - A No BS Checkpoint/Respawn System
## Overview
PwingGraves is a powerful yet straightforward checkpoint and respawn management system that gives you complete control over player respawn locations. Perfect for RPG servers, custom maps, dungeons, and any scenario where you want to create strategic respawn points. Fully Translatable
## Features
- Create custom respawn points anywhere in your worlds
- Personal respawn points system for players
- High-priority respawn handling
- World-specific configuration
- Vault economy integration for respawn costs
- Skript support for custom scripting
## Commands
/graves create <name> - Create a respawn point at your location
/graves remove <name> - Remove an existing respawn point
/graves list - View all respawn points in your world
/graves tp <name> - Teleport to a respawn point
/graves admin - Open the admin management GUI
## Configuration
Each world has its own configuration file in the /plugins/PwingGraves/worlds/ directory.
Example world config:
```yaml
enabled: true
use-world-spawn-if-no-points: true
respawn-points:
- name: DungeonEntrance
location:
world: world
x: 100
y: 64
z: -200
Permissions
- pwinggraves.create - Create respawn points
- pwinggraves.remove - Remove respawn points
- pwinggraves.list - List respawn points
- pwinggraves.tp - Teleport to respawn points
- pwinggraves.admin - Access admin features
Economy Integration
Set costs for:
- Creating respawn points
- Teleporting to respawn points
API for Developers
PwingGraves provides a clean API for developers:
RespawnPoint point = PwingGravesAPI.createRespawnPoint(player, location, "SpawnName");
boolean valid = PwingGravesAPI.isRespawnPointValid(point);
Location nearest = PwingGravesAPI.getNearestRespawnPoint(location);
Usage Examples
- Create checkpoint system for dungeons
- Set up hub spawn points
- Create personal respawn locations for player homes
- Design custom respawn mechanics for minigames
Support
Need help? Have questions?
Coming Soon
- Advanced GUI customization
- Hologram integration
- Particle effects for respawn points