Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.3 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.3 KB

zP-Homes

A home plugin using a database to give players the option to set infinite homes Back at Home is a minecraft server plugin for spigot/papermc/bukkit

  • current version supports 1.8.9-1.21
  • tested on 1.20.4

Players can set infinite amounts of homes

  • homes are safely stored inside a mysql or mariadb
  • featuring fast performance even when huge amounts of homes are set

Installation

- place zPHomes.jar inside your plugin/ folder - launch your server - setup your database configuration(mysql/mariadb) in plugins/zPHomes/config.jar - add permissions to groups or playerz { - node zPhomes.user - }

Supported commands

  • /sethome

  • /sethome homename

  • /newhome homename -> (same as sethome but won't allow the override of homes)

  • /home homename

  • /homes -> (Prints a list of all homes of the player)

Completed development

  • home moderation

  • /homemanager area 90 -> shows all homes of players in 90 blocks

  • /homemanager delhome homename username -> deletes home of player

  • home permissions

  • permission node for users zPHomez.user

  • permission node for homemanager zPHomez.manager (dont give to players)

Under development

  • worldguard support
  • Permission based home limit
  • Bulkupdater for renamed worlds
  • export feature into json
  • clickable /homes menu