Set Homes
SetHomes
A simple homes plugin with the ability to create, delete, and teleport to many different homes. Have the ability to control a blacklist of worlds in which players will be restricted from setting homes. Using the config you can control setting such as a maximum number of homes, teleport cooldown, teleport delay, and their respective messages that get displayed to the user.
Installation
Simply place the downloaded jar into your server plugins folder.
NOTE! For "MAX HOMES" to work you must meet one of the soft dependencies below, and setup groups for the respective permissions plugin. You will then also need to setup max-homes in the config.yml. An example max-homes setup can be found below the default config
Soft Dependencies
Only choose one option below
- LuckPerms permission plugin
- Vault plugin, as well as, a permissions plugin supported by Vault
Commands
- /sethome [HomeName] [HomeDescription] - This command will allow the issuer to set a home with a given name and description of their choosing at your standing location. If no name and description are given then you will set a default home at your standing location.
- /home [HomeName] - This command will teleport the user to the given "HomeName". If no home name is given then the user is teleported to their default home that was set by /sethome
- /home-of [PlayerName] [HomeName] - This command will allow players with the "homes.home-of" permission to teleport to any players set home. If no home name is provided it will assume the default home as the desired destination.
- /delhome [HomeName] - This command will delete the home at the given home name. If no home name is given then it will attempt to remove the default home.
- /delhome-of [PlayerName] [HomeName] - This command will allow players with the "homes.delhome-of" permission to delete any players set home. If no home name is given it will assume the default home as the home desired for deletion.
- /uhome <HomeName> <HomeDescription> - This command will allow players with the "homes.uhome" permission to update any of there already set homes. If no description is given, and there was one previously set before it will reuse the old one.
- /uhome-of <PlayerName> <HomeName> - This command will allow players with the "homes.uhome-of" permission to update a home for any player. If no home name is supplied then it will update the supplied players default home.
- /homes [PlayerName] - This command will list all of the players currently set homes if there are any. Players with the "home.gethomes" permission can use the extra PlayerName parameter to list the homes of a specific player.
- /blacklist [Add/Remove] [WorldName] - This command is used to both add and remove worlds to/from the blacklist. If passed no other arguments it will list all worlds currently blacklisted.
- /setmax <GroupName> <Amount> - This command will allow players with the "homes.setmax" permission to set a maximum number of allowed homes for a specific permission group. For example if you wanted to only allow the default permission group 4 homes you execute the command, "/setmax default 4".
- /strike - Have fun admins.
Permissions
- homes.* - A player given this permission will be allowed all commands under the Set Homes plugin
- homes.home - A player with this permission is allowed to teleport to named homes
- homes.sethome - A player with this permission is allowed to set named homes
- homes.strike - Give the power to others!
- homes.blacklist_list - A player given this permission will be able to list worlds in the blacklist
- homes.blacklist_add - A player given this permission will be able to add worlds to the blacklist
- homes.blacklist_remove - A player given this permission will be able to remove worlds from the blacklist
- homes.config_bypass - A player given this permission can set homes in blacklisted worlds, and doesn't have to wait for cooldown or teleport delays. They will also be able to exceed the max home limit.
- homes.gethomes - Give the ability to list any players active homes
- homes.home-of - Give the ability to teleport to one of any players active homes
- homes.delhome-of - Give the ability to delete one of any players active homes
- homes.uhome - Give the ability to update homes
- homes.uhome-of - Give the ability to update other players homes
- homes.setmax - Give the ability to set a maximum number of homes for a permission group
Default Config
# -------------------------- # SetHomes Config # -------------------------- # Messages: # You can use chat colors in messages with this symbol §. # I.E: §b will change any text after it to an aqua blue color. # Color codes may be found here https://www.digminecraft.com/lists/color_list_pc.php # Time: # Any time value is based in seconds. # Things to Note: # Set any integer option to 0 for it to be ignored. # The max-homes does not include the default un-named home. # Use %s as the seconds variable in the cooldown message. max-homes: default: 0 max-homes-msg: §4You have reached the maximum amount of saved homes! tp-delay: 3 tp-cooldown: 0 tp-cancelOnMove: false tp-cancelOnMove-msg: §4Movement detected! Teleporting has been cancelled! tp-cooldown-msg: §4You must wait another %s second(s) before teleporting!
Example Max-Homes setup
max-homes: default: 1 free: 3 subscriber: 5 admin: 0
F.A.Q
- Q: How can I give players permission to set named homes?
A: You will need to install a permissions plugin, either LuckPerms, or Vault & a Vault supported permissions plugin then apply the permission "homes.sethome" to the (player or group) you would like to allow the usage of multiple homes for.
Change Log
- Added support for Minecraft/Craftbukkit V1.16.3.
- Added support for LuckPerms permission plugin
- Made LuckPerms default permission plugin, and set Vault as a rollback before disabling all together
- Changed colors, and layout of list homes message to be more readable
- Fixed error, where SetHomes could not load without Vault
- Removed auto-updater functionality because it was not working properly
- Added server log messages for permissions plugin hooking, and no perms plugin found
Donations
I work on this plugin with the little amount of free time that I have. Please feel free to donate any amount you desire by using the link just below the download button to show your support, and help me stay motivated to keep this project going. Thank You!
Hello
it's a great plugin but i've got a problem:
i have installed all stuff needed for the plugin but i also have worldguard installed.
Is there a way to use you plugin even with the worldguard one installed?
It only says "An internal error occured while attemting to perform this command."
Please help :|
In reply to gaudizocker:
Hello,
Could you please post a link to a paste of the console when this happens? This will help me better determine what the issue really is. Thank you.
Best Regards,
Xquiset
Hello, thats a great plugin, but I have a problem. When I do /setmax "group" "max",
it says to me that the group does not exist, (with all the groups), I actually use LuckPerms, and the groups names were corrects
In reply to Jackof35:
Hello,
This is a bug with the current version of the plugin. When I get the next version approved this will be fixed. For now you can either build from source on GitHub, or try and setup the max homes in the config instead. Sorry for the trouble!
Best Regards,
Xquiset
it keeps saying that the group does not exist
In reply to ihateantonios:
Hello,
This is a bug with the current version of the plugin. When I get the next version approved this will be fixed. For now you can either build from source on GitHub, or try and setup the max homes in the config instead. Sorry for the trouble!
Best Regards,
Xquiset
Hey, loving the plugin. Is there any way to change the number of max homes without a permission plugin? When i start the server the console says it's skipping the max-home config becuase there was nopermissions-plugin found. And if not, which permission plugin do you recommend that is easy to use?
In reply to Toubs202:
Hello,
Unfortunately, it is not currently possible to use the max homes feature without a permissions plugin. This is because it relies on having a group to determine the max home value. I would recommend using LuckPerms, there is a link in the description above, it is not to difficult to use in my opinion. There are also some decent tutorials out there on it I believe.
Best Regards and good luck,
Xquiset
Is this compatible with pex?
Great plugin!
Now I don't have to use essentials!
:)
Edit: only regret is that there's no 1.8 release but still, guwd plugin
In reply to dragoni_penguin:
Hi,
I am glad you're enjoying the plugin. It does indeed support PEX however you will need to install Vault for the plugin to recognize PEX. If you don't want to use Vault then you will need to use LuckPerms to utilize the max-homes per group functionality.
Best Regards,
Xquiset
Hi I can't add other group. How you can add other group for adding more home possibility per grade. Thanks for the help.
In reply to MecanOStarCrafter:
Hello,
Could you please post a copy of your config.yml here? Also are you using the "/setmax" command?
Best Regards,
Xquiset
hi,
How to give your friends permissions to set named homes?
In reply to drdoggg:
you need to have vault and luck perm if I remember well.
Hi,
I need a little help, I have essential X, Luckperms, Vault and Set Home. I just upgrade my server from 1.15 to 1.16, so I can use the command /homes (and then It's list all my home I had) but when I use /home (name of any home I have) It's don't work because It's use essential X home command now. I looked everywhere I could look but same problem, the please somebody can help me to solve this thank you very much.
In reply to Forge_User_11497170:
Hello,
Within the config.yml of essentials there is a section for disabling commands. You can add the home command to that list, so the version from "SetHomes" will take over. The section within the config looks something like this
Hope this helps,
Xquiset
In reply to Xquiset:
Hello
No it didn't work, i don't know how but when i put the command on the disabled command it still work
I think maybe it's good but nothing version for 1.8!
One of the players on my server informed me that he got this error when he tried to access one of his "homes" (home 1), he is the only one with this problem. As an administrator I can use a command to go to the location of your "home" but it also gives me the same error.
An internat error occurred while attempting to perform this command
25.10 21:28:43 [Server] ERROR null
25.10 21:28:43 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'home-of' in plugin SetHomes v1.2.9
25.10 21:28:43 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at org.bukkit.craftbukkit.v1_16_R2.CraftServer.dispatchCommand(CraftServer.java:802) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnection.handleCommand(PlayerConnection.java:1908) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnection.a(PlayerConnection.java:1719) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.TickTask.run(SourceFile:18) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.ba(MinecraftServer.java:1135) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.executeNext(MinecraftServer.java:1128) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.sleepForTick(MinecraftServer.java:1089) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:1003) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.3.jar:git-Paper-219]
25.10 21:28:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
25.10 21:28:43 [Server] INFO Caused by: java.lang.NullPointerException
25.10 21:28:43 [Server] INFO at java.util.Objects.requireNonNull(Objects.java:203) ~[?:1.8.0_252]
25.10 21:28:43 [Server] INFO at com.samleighton.xquiset.sethomes.SetHomes.getHomeLocaleFromConfig(SetHomes.java:370) ~[?:?]
25.10 21:28:43 [Server] INFO at com.samleighton.xquiset.sethomes.SetHomes.getPlayersNamedHomes(SetHomes.java:231) ~[?:?]
25.10 21:28:43 [Server] INFO at com.samleighton.xquiset.sethomes.commands.GoHome.teleportHomeOf(GoHome.java:286) ~[?:?]
25.10 21:28:43 [Server] INFO at com.samleighton.xquiset.sethomes.commands.GoHome.onCommand(GoHome.java:109) ~[?:?]
25.10 21:28:43 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.3.jar:git-Paper-219]
That error only occurs with one player, the others are fine.
In reply to Overglitch_:
Hello,
Sorry for the much delayed reply. I believe there is a value for this players particular home that is somehow missing. You will need to find out the Minecraft UUID of this player and look in your homes.yml, located in the SetHomes plugin folder, and see if all the values for this players home appear to be set correctly.
Best Regards,
Xquiset