
Homes
Homes for your minecraft server
- Загрузки
- 760
- Подписчики
- 0
- Обновлён
- 4 июля 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 15 августа 2025 г.
Homes
A plugin for your minecraft server that allows users to create homes
Features
This plugin allows you to:
- Add up to 90 homes per player
- Delete custom homes
- Navigation to home with cool particles
- Create homes in other dimensions and / or worlds
- Rename homes
- Everything GUI based
- ...
Permissions:
- homes.create | Create homes
- homes.use | To use the GUI features
- homes.teleport | To use the teleport feature
- homes.navigate | To use the navigation feature
- homes.admin | For other information like version control etc.
Commands:
- /addhomes [Name] | Add home with custom name
- /homes | Open the main GUI with all features
- /rename [Name] | Rename an existing home
- /addperm [Permission] [Amount] | Set home amount for users with specific permissions
- /reloadmessages | Reload messages from message config
- /reloadperms | Reload permissions from permissions config
Data & Database Config
- Saving homes via configurations or SQL database
homes:
Example1:
X: '174.78694353928665'
Y: '65.0'
Z: '-150.7085900761925'
world: 'world'
- To use the database, simply add your login credentials for the user in the SQL database in the database.yml
- Database will only work when enabled is set to "true"
database:
enabled: 'true'
host: localhost
database: yourDatabase
user: yourUser
password: 'yourPassword'
Homes can also be added via writing into the config (when enabled), however it could cause an error
Message Config
- To edit messages simply edit the messages.yml file
- This plugin also has Kyori Adventure Mini-Message support ( tag before messages)
- Placeholders need to be kept
- Reload config with /reloadmessages
messages:
//Minimessage example
prefix: <mm><gradient:#41D1FF:#55FDB2>Homes</gradient> <gray> | <reset>
//Normal message example
home_no_space: §cYou don't have enough space to add more homes
Options Config
- Allows you to change maximum home size, particles and more
options:
info: 'All Available Particles: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html'
particle:
enabled: 'true'
particle: FLAME
spawnDelay: '10'
navigation:
spacing: '0.5'
length: '5'
particle: SOUL_FIRE_FLAME
homes:
maxhomes: '99'
block: CYAN_BED
- The options 'maxhomes' will only be affected, if custom permissions amounts in the permission.yml is disabled!
- You can change the block to any other block that exists for 1.21.1
Permissions Config
homes:
create: homes.create
use: homes.use
teleport: homes.teleport
navigate: homes.navigate
admin: homes.admin
permissions:
enabled: 'TRUE'
default: '40'
- Allows you to change permissions. Leave blank after : to make permissions not have any effect.
- When permissions.enabled is "FALSE" the custom maxhomes amount of the options.yml will be used for maximum homes.
- You can add new permissions with the /addperm command ingame.
- If you add custom permissions you have to add them to your luckperms group with the name homes.permissions.!
GUI Config
gui:
slot0: AIR
slot1: ENDER_EYE
slot2: BLACK_STAINED_GLASS_PANE
slot3: OAK_BUTTON
slot4: NAME_TAG
slot5: BLACK_STAINED_GLASS_PANE
slot6: AIR
slot7: COMPASS
slot8: BLACK_STAINED_GLASS_PANE
- Allows you to change the action GUI with Materials of your choice. Name is to "AIR" if you want to have the slot empty.
- Note: The GUI Index for the actions are currently not changeable!
For recommendations or bugs please create a issue on the issues tab on GitHub!
If you like this plugin, feel free to leave a star on GitHub!
Ченджлог
3.1Релиз1.21.9, 1.21.10, 1.21.11 · 4 июля 2026 г.
- Fixed issue where the home amount doesn't get updated when deleting homes
- Added missing glass pane in home deletion gui
For recommendations or Bugs please create a Issue on the Issues Tab in Github!
3.0Релиз1.21.9, 1.21.10, 1.21.11 · 20 июня 2026 г.
- Completely rewritten the Plugin
- Better Config handling for future updates
- Added GUI Config to specify Custom Items
- Fixed Second Site for GUIs
- Fixed that rewriting of homes is only working when a home was selected
- Fixed home creation, so you won't get a success message if a home with the same name already exists
2.1Релиз1.21.9, 1.21.10, 1.21.11 · 15 декабря 2025 г.
- Fixed bug where the /homes command didn't work
- v. 2.1
If you find any more bugs or have a feature request let me know in the GitHub issues tab!
Комментарии
Загружаем…