Skip to content

Bukkit의 Persistent Data Holder API를 사용해 구현한 간단한 sethome, back의 기능을 하는 플러그인입니다. (Paper, 1.17)

Notifications You must be signed in to change notification settings

Lapis0875/SimpleHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleHome

Simple way to save your waypoint.

Translated versions:

Features

1. Save waypoint

You can save only one waypoint.

  • /waypoint register : Save current position as your waypoint.
  • /waypoint tp : Teleport to saved waypoint (Dimension-aware, so you can teleport to your waypoint(overworld) from other dimension(nether, the end, etc.).
  • /waypoint show : Show saved waypoint and death location. No output message if both waypoint is not saved.

2. Save death location.

If you die, plugin will automatically save your death location.

  • /waypoint deathlocation show : Show your death location.
  • /waypoint deathlocation tp : Teleport to your death location. (Dimension-aware like /waypoint tp)

3. Remove Waypoint.

You can use these commands to manually remove waypoints.

  • /waypoint clear waypoint : Remove waypoint.
  • /waypoint clear deathlocation : Remove death location.

About

Bukkit의 Persistent Data Holder API를 사용해 구현한 간단한 sethome, back의 기능을 하는 플러그인입니다. (Paper, 1.17)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages