A simple Home plugin for Endstone servers with Economy Pilot integration
- multithreaded SQLite database for fast and simple operations
- Economy Pilot integration
- home teleport prices based on distance from home
- customisable home command timeout
Drag and drop the .whl file that you can get from releases and put it in your endstone's plugin folder
config/
├─ home-pilot.toml
databases/
├─ home-pilot/
│ ├─ home_database.db
- Configuration file `home-pilot.toml`
- Database file `home_database.db`
# DO NOT TOUCH
config_version = "0.0.1"
# [MAIN]
# sets the home command timeout in seconds
home_timeout = 10
# [ECONOMY]
# if you have the Economy Pilot plugin, you can enable it here
economy_enabled = false
# sets the minimum warp price, before the distance calculation, 0 to disable
min_home_teleport_price = 100
# sets the distance calculation price multiplier, set to 0.0 to disable
home_teleport_price_multiplier = 1.0
-
Player commands
/sethome
- if executed by the player it will give the players current balance
/home
- if executed by the player, this command will teleport the user home (it will also deduct some balance from the player if the economy mode is set to true in the config)
/tprice
- if executed by the player, it will give the user the amount of balance it will cost to teleport back home (only works when the economy mode is set to true in the config) -
Administrator/Server commands [needs op]
/delhome <player: str>
- if executed by the server or an administrator, it will remove a players home,
for example/delhome legitbox7811