SystemHomes

Quick rating

SystemHomes

No reviews yet

small homes/warps and tpa plugin for Paper

Mod Loaders
Paper
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 or later
Latest Version
0.5.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Seb's SystemHomes Plugin

GitHub Actions Workflow Status

A customizable plugin for Minecraft Paper servers. This plugin allows players to sethomes, warps, playerwarps and tpa.

Features

  • Manage homes with /sethome, /home, and /homes.
  • Teleport to other players with /tpa, /tpaccept, and /tpdeny.
  • Manage global warps with /setwarp, /warp, /delwarp, /warps, and /spawn.
  • Manage player warps with /setpwarp, /pwarp, /delpwarp, and /pwarps.
  • Do /spawn to /warp spawn
  • Automatically import legacy data from the old SystemHomes on startup.
  • Check GitHub releases for updates on startup.
  • Store all global warps in one warps.yml file.
  • Store player warps per player UUID in playerwarps/<uuid>.yml.

Commands

TPA Commands

Command Description
/tpa <player> Request to teleport to another player.
/tpahere <player> Request to teleport another player to yourself.
/tpaccept Accept a teleport request.
/tpdeny Deny a teleport request.

Home Commands

Command Description
/sethome <name> Set a home with a specific name.
/delhome <name> Delete a home with a specific name.
/home <name> Teleport to a specific home.
/homes List all your homes.

Warp Commands

Command Description
/setwarp <name> Set a global warp with a specific name.
/delwarp <name> Delete a specific warp.
/warp <name> Teleport to a specific warp.
/warps List all available warps.
/spawn Teleports to the spawn warp.

Player Warp Commands

Command Description
/setpwarp <name> Set a player warp with a specific name.
/delpwarp <name> Delete a player warp.
/pwarp <name> Teleport to a player warp.
/pwarps List all available player warps.

Configuration

The plugin's settings can be customized in the config.yml file. Below is an example configuration:

# Language file to use from the lang/ folder (e.g. "en" loads lang/en.yml).
language: en

# All home settings.
home:
  enable: true
  teleport-delay: 2
  max-homes: 3

# All tpa settings.
tpa:
  enable: true
  # Time in seconds before a tpa request expires.
  request-expire-time: 30
  # Time in seconds before the player gets tped.
  teleport-delay: 2

# All warp settings.
warp:
  enable: true
  teleport-delay: 2
  spawn-delay: 0

# All player-warp settings.
pwarp:
  enable: true
  teleport-delay: 2
  max-warps: 3

Language Files

Language files live in plugins/SystemHomes/lang/. The bundled en.yml is used as the base, and when the plugin starts it will only append any new keys that were added in a newer version.

Permissions

Admin Permission Description
systemhomes.admin.* Grants access to all admin perms.
systemhomes.admin.reload Grants access to reload.
systemhomes.admin.warp Grants access to set and delete warp.
systemhomes.admin.pwarp Grants access to delete and modify all PlayerWarps.
Player Permissions (default) Description
systemhomes.player.* Grants access to all player perms.
systemhomes.player.tpa Grants access to use tpa and tpahere.
systemhomes.player.home Grants access to use and set homes.
systemhomes.player.warp Grants access to use warps.
systemhomes.player.pwarp Grants access to use player warps.

The command permissions used internally are systemhomes.cmd.home, systemhomes.cmd.tpa, systemhomes.cmd.warp, and systemhomes.cmd.pwarp. The systemhomes.player.* aliases above grant those command nodes automatically.

Legacy Import

If a SystemHomes folder exists next to the new plugin data folder, the plugin will import:

  • homes from homes.yml
  • warps from warps.yml
  • player warps from playerwarps.yml

Imported data is written into the new storage layout automatically.

Installation

  1. Download the plugin's .jar file.
  2. Place the .jar file in your server's plugins folder.
  3. Restart or reload your server.
  4. Edit the config.yml file in the plugins/SystemHomes folder to customize settings.
  5. Use the commands in-game to enjoy the plugin!

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

GNU GPLv3 License

This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.

Screenshots

Gallery

  • List of commands
    List of commands all the commands avaible

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works