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
- Teleport to homes
- Navigation to home with cool particles
- Create homes in other dimensions and / or worlds
- Rename homes with middle click
- 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:
- /addhome [Name] | Add home
- /homes | Open the main GUI with all features
- /checkhomes [Player] | View homes of a player (Even Offlineplayers!) and delete / teleport to it.
- /reloadvalues | Reload values from the options file.
Config
- Currently only config support for saving data because there is no need for db. Example:
Code (Text):
homes:
Example1:
X: '174.78694353928665'
Y: '65.0'
Z: '-150.7085900761925'
world: 'world'
Homes can also be added via writing into the Config, however it could cause an error.
Message Config
To edit messages simple edit the messages.yml. IMPORTANT: You need to keep the placeholders like %homename% IMPORTANT: Also after changing the config reload the server.
Options Config
- Allows you to change maximum home size, particles and more
Code (YAML):
options:
particle:
enabled
: 'true'
particle
: FLAME
delay
: '10'
info
: '//
All Available Particles
: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html'
homerank:
enabled
: 'false'
defaultsize
: '5'
homes:
rank_player:
maxsize
: '20'
rank_vip:
maxsize
: '50'
navigation:
particle:
spacing
: '0.5'
length
: '5'
particle
: SOUL_FIRE_FLAME
If you want to disable the custom home amount for individual ranks just set homerank.enabled to "false"
If you want to add more ranks with custom amount for individual ranks just add the rank in the options.yml file.
It is IMPORTANT to not use . for your permissions. Instead use underscores like in my example
Permissions Config
- Allows you to change permissions. Leave blank after : to make permission not have any effect.
Code (YAML):
homes:
create
: homes.create
use:
teleport
: homes.teleport
navigate
: homes.navigate
admin
: homes.admin
´
For recommendations write in the discussion tab or create a issue on github
Pictures
View attachment 794738