Homes

Homes for your minecraft server

673

Homes

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 (<mm> 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. - Sou can add new permissions with the /addperm command ingame.

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!

ADS