Description
β οΈThis mod is in early stage of development, you can use all functions that are listed below, but they may be changed in future. Code quality might be very poor sometimes and it will be improved in future.
Features
- β Sharing homes with players.
- β Max home limits per group or player via permissions.
- β Using GUI for teleportation and viewing all home information.
- β Editing home icons for GUI with support for modded items.
- β Ability to easily configure the mod and view player locations.
- β Teleport timeout with ability to prevent teleportation if player moved or got damaged.
Planned features
- [ ] Ability to define teleport timeout using permissions.
- [ ] Ability to define
/homecommand aliases in config. - [ ] Rewrite code for better readability.
Languages
- π¬π§ English
- π·πΊ Russian
- π¨π³ Chinese (@Neubulae)
Commands
You can use homabric.teleport.bypass permission to bypass teleport timeout.
Players
- /h OR /home
homabric.base.use - /h <name?>
homabric.base.byName - /h set <name?>
homabric.base.set - /h remove <home>
homabric.base.remove - /h p <player> <home>
homabric.base.others - /h list
homabric.base.list - /h allow <player> <home>
homabric.base.allow - /h disallow <player> <home>
homabric.base.disallow - /h setIcon <home> <item identificator>
homabric.base.setIcon
Admins
You can access to admin commands by using /homabric.
- /homabric
homabric.admin.use - /homabric reload
homabric.admin.reload - /homabric teleport <player> <home>
homabric.admin.teleport - /homabric set <player> <home>
homabric.admin.set - /homabric remove <player> <home>
homabric.admin.remove - /homabric list <player>
homabric.admin.list
Classic Commands
You can disable these commands in configuration file by setting enableClassicCommands to false.
- /sethome <name>
homabric.base.set - /removehome <home>
homabric.base.remove - /playerhome <player> <home>
homabric.base.others - /listhome
homabric.base.list - /allowhome <player> <home>
homabric.base.allow - /disallowhome <player> <home>
homabric.base.disallow
Configuration
I developed this mod with simplicity in mind, I decided to store home data inside the configuration file instead of NBT in Entity or World, this allows server owners fast migration between maps without loosing data and editing them which saves a lot of time.
β οΈ Starting from version 2.0.0 the configuration file are now split into two different ones.
Migration from 1.x.x
Due to breaking changes in 2.0.0 you are required to manually edit your config file and move players section from original config to new one called homabric.homes.conf.



