HomeJavaModsPwingGraves
# 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
Economy Integration
Set costs for:

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
  1. Create checkpoint system for dungeons
  2. Set up hub spawn points
  3. Create personal respawn locations for player homes
  4. Design custom respawn mechanics for minigames
Support
Need help? Have questions?

Coming Soon
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

PwingGraves is a free Minecraft Java mod. Compatible with Minecraft 1.20, 1.20.6, 1.21. Downloaded 177 times (via Spigot). Download it and open it directly in the game.

Explore more