A straightforward Spigot plugin that gets you home
GetMeHome has all the features you would need for a simple home plugin. The configuration is very simple to understand and set up! This plugin was tested to work on Minecraft 1.7 and up, and it will continue being updated to be future-proof!
There are plenty of home plugins out there, but this plugin was built out of necessity for a survival server. There was no reliable home plugin to rely on for clean storage and messages that also supports multi-home. Any home plugin that I found was either too bloated or too simple. I decided to take it on my own, and so, GetMeHome was born.
GetMeHome features:
/home, /sethome, /delhome, and /listhomeslimit.yml
/setdefaulthome to change default homedelay.ymlThere are several configuration options that you can set.
message.prefix: Default: "&6[GetMeHome]". The tag used for all messages from GetMeHome.message.content-color and message.focus-color: Change message colors without any hassle!welcome-home-radius: Default: 4. Distance away from home point to show the "Welcome home" message. Can be disabled by setting it to -1.For additional information, check config.yml.
limit.yml and delay.ymlThese two files follow the same exact structure.
- perm: permission.node value: Home Limit operation: set | world | add | subtract (optional) worlds: [world_name(s), ...] (optional)
Home limit in limit.yml does not support "subtract" operation.
Examples are shown in limit.yml and delay.yml.
The default permissions should work well with your needs. All usable permission nodes are listed below.
Everyone is given these permissions by default.
getmehome.user: Allows all commands a user needs to use the plugin features. This enables the following permission nodes:
getmehome.command.homegetmehome.command.sethomegetmehome.command.delhomegetmehome.command.listhomesgetmehome.command.setdefaulthomegetmehome.command.home: Allows going home.
/home [name]getmehome.command.sethome: Allows setting home.
/sethome [name]getmehome.command.delhome: Allows deleting own home.
/delhome [name]getmehome.command.listhomes: Allows listing list of own homes.
/listhomesgetmehome.command.setdefaulthome: Allows changing the default home.
/setdefaulthome <name>getmehome.delay.instantother: No delay for /home to other player's home. (default: op)getmehome.delay.allowmove: Allows moving while waiting for /home warmup (default: false)By default, these permissions are given only to server operators.
getmehome.reload: Allows reloading plugin configuration. This discards homes not yet saved on the file!
/getmehome reload to reload./getmehome clearcache to clear home cache. This doesn't do anything for now.getmehome.command.home.other: Allows going to other player's home.
/home <player> <name>getmehome.command.sethome.other: Allows setting other player's home. This ignores the target player's home limits, so be sure to check the number using /listhomes <player>!
/sethome <player> <name>getmehome.command.delhome: Allows deletion of other player's home. There is no confirmation prompt, so be careful!
/delhome <player> <name>getmehome.command.listhomes.other: Allows listing of other players' homes.
/listhomes <player>For more information, please visit the project page on GitHub.
Hope this comes in handy!
~Simon