Redcraft Homes & Warps
PluginLicenseRef-All-Rights-Reserved

Redcraft Homes & Warps

A lightweight Paper plugin for player homes and public warps with admin tools, configurable limits, and a safe teleport warmup.

19
Downloads
0
Followers
1 months ago
Updated
📦
1
Versions

📖About Redcraft Homes & Warps

Red Home Warp

A modern, lightweight home and warp plugin for Paper servers.

Red Home Warp gives players simple commands for personal homes and shared warps, while giving admins full control over moderation and management.

Highlights

  • Personal homes per player
  • Public warps usable by everyone
  • Configurable home and warp limits
  • 3-second teleport warmup
  • Teleport is canceled on movement or damage during warmup
  • Admin and OP override tools for management
  • Persistent YAML storage (homes.yml, warps.yml)

Compatibility

  • Platform: Paper
  • API version: 1.21
  • Java: 21

Features

Homes

Players can:

  • Set homes with /sethome <name>
  • Teleport to homes with /home <name>
  • List homes with /homes
  • Delete homes with /delhome <name>

Admins (or OPs) can also:

  • Set homes for other players: /sethome <player> <name>
  • Teleport to another player's home: /home <player> <name>
  • View another player's homes: /homes <player>
  • Delete another player's home: /delhome <player> <name>

Warps

Players can:

  • Create warps with /setwarp <name>
  • Teleport to warps with /warp <name>
  • List all warps with /warps
  • Delete their own warps with /delwarp <name>

Admins (or OPs) can:

  • Overwrite/delete warps owned by other players

Teleport Warmup and Cancel Rules

When using /home or /warp, teleport does not happen instantly:

  • A 3-second warmup starts
  • If the player moves, teleport is canceled
  • If the player takes damage, teleport is canceled

This helps prevent combat abuse and improves fairness.

Commands

Command Description
/sethome <name> Set your home
/sethome <player> <name> Set a home for another player (admin/op)
/home <name> Teleport to your home (with warmup)
/home <player> <name> Teleport to another player's home (admin/op, with warmup)
/homes List your homes
/homes <player> List homes of another player (admin/op)
/delhome <name> Delete your home
/delhome <player> <name> Delete another player's home (admin/op)
/setwarp <name> Set a warp
/warp <name> Teleport to a warp (with warmup)
/warps List all warps
/delwarp <name> Delete a warp (own warp, or any as admin/op)

Permissions

Permission Default Description
redhomewarp.home true Access to home commands
redhomewarp.warp true Access to warp commands
redhomewarp.admin op Admin control for homes and warps

Configuration

File: plugins/Red_Home_Warp/config.yml

limits:
  max-homes-per-player: 3
  max-warps-per-player: 3
  • max-homes-per-player: Maximum homes a non-admin player can own
  • max-warps-per-player: Maximum warps a non-admin player can own
  • Admins/OPs bypass these limits

Data Files

  • plugins/Red_Home_Warp/homes.yml
  • plugins/Red_Home_Warp/warps.yml

Installation

  1. Download the plugin .jar
  2. Put it into your server's plugins folder
  3. Start or restart the server
  4. Edit config.yml if needed
  5. Use /reload confirm or restart to apply config changes safely

Why Red Home Warp?

Red Home Warp focuses on clean gameplay and practical administration:

  • Fast to set up
  • Easy for players to understand
  • Safe teleport behavior in PvP and survival
  • Clear permission model for staff teams