uHome
uHome - The Ultimate Multi-Home Plugin
Is teleporting to your homes making you suffocate? Having trouble getting in and out of minecarts? Update to v1.5.3 and set loadChunks: true in your uHome config.yml!
Introduction
uHome is a fork of the wonderful MyHome plugin by tkelly and spathizilla, modified to provide multiple homes to players that are simple to use and easy for server operators to control. Developed for use on my server, Ultimate Minecraft, some features have been removed that were previously available in MyHome, namely publicizing of homes and economy support, which were removed as they were not needed on the server. Currently, economy support is implemented in v1.5a and above, and will be available in release versions shortly.
Version Support
uHome 1.5.3 is known to be compatible with all releases of CraftBukkit 1.4.7.
Feature Summary
- Creation of multiple private homes (warps) for each player.
- Bukkit SuperPerms support, including permissions variables.
- Works out of the box without config changes and no permissions plugin necessary
- Home creation limit, with support for different levels through permissions nodes.
- Command cool-downs and warm-ups, also variable according to permissions nodes.
- MySQL and SQLite support.
- Simple default home support - players can use /sethome and /home, without parameters, to warp to a default named home.
- Importing of homes from MyHome.
- Inviting of players to homes.
- Locale Support - customise uHome to talk your language, or fit your server's theme.
- Multi-world support, you decide if players can move between worlds with their homes.
- Auto completion of home names when warping.
- All commands work with online and offline players, case insensitively.
- Use Minecraft's vanilla command blocks with uHome to make teleporters in your world!
Installation & Setup
Simply download and place the uHome.jar into your plugins folder in your Bukkit directory. A configuration file is generated when running the plugin for the first time, which contains many options to adjust the behaviour of the plugin to your needs. Hopefully, the defaults provided should prove a good basis for most users. Easy permissions setup is possible by giving your players 'uhome.own' and your admins 'uhome.admin'. A 'uhome.all' node is provided that will also give the group/player no limits in addition to the player and admin command rights. If you're not a user of permissions, uHome allows all players to do basic actions by default, while giving ops full access.
For information on setting up permissions based (per group) limits, see the section entitled "Other Permissions" below.
For more configuration information, check out the Configuration page.
Need Help?
If you have any queries, you can use the comments section below and I should reply fairly quickly, as I check this page almost daily. If you'd like live support, you can ask me in IRC, either in #bukkit or #uhome under the username 'ks'. If you come across bugs, or have a feature request, create a ticket using the "Tickets" tab at the top of the page.
Live Support: irc.esper.net #uhome (May not be online, sorry!)
Commands & Permissions
Basic Commands: /home - (uhome.own.warp) - Takes you to your "home" home. /home set - (uhome.own.set) - Sets your "home" home to your current position. /home delete - (uhome.own.delete) - Deletes your home "home". /home help - Display help Multihome Commands: /home <name> - (uhome.own.warp) - Takes you to your home with the name <name>. /home list - (uhome.own.list) - Displays the homes you own. /home set <name> - (uhome.own.set) - Sets a home called <name> to your current position. /home delete <name> - (uhome.own.delete) - Deletes your home named <name>. /home limit - (uhome.own.set) - Displays the number of homes you can set. /home warp <name> - (uhome.own.warp) - Takes you to your home with the name <name>, avoiding conflicts with other commands. Invite Commands: /home invite <player> <name> - (uhome.own.invite) - Allows <player> to warp to your home called <name>. /home uninvite <player> <name> - (uhome.own.uninvite) - Removes <player> from <name>'s invited players list. /home invites [page] - (uhome.own.listinvites) - Displays the homes that you have been invited to. /home requests [page] - (uhome.own.listinvites) - Displays the players that you have invited to your homes. /home lock <name> - (uhome.own.unlock) - Locks a home, so that only those invited can warp to it. (Default behaviour.) /home unlock <name> - (uhome.own.unlock) - Unlocks a home, so that anybody who knows the name of the home may warp to it. Admin Commands: /home <player> - (uhome.admin.warp) - Warps to a player's default home (provided you have no homes with similar names). /home list <player> - (uhome.admin.list) - Lists a player's homes. /home delete <player> <name> - (uhome.admin.delete) - Delete's a player's home. /home reload - (uhome.admin.reload) - Reload uHome's configuration - Do not use this for swapping to MySQL /home <player> <name> - (uhome.admin.warp) - Takes you to the home of <player> called <name>. /home set <player> <name> - (uhome.admin.set) - Sets another player's home to your location. /home limit <player> - (uhome.admin.list) - Displays the maximum number of homes <player> can set. /home invites <player> - (uhome.admin.listinvites) - Displays the invites <player> has received. /home requests <player> - (uhome.admin.listinvites) - Displays the invites <player> has sent. /home info <player> <name> - (uhome.admin.info) - Displays information on the given home, including it's co-ordinates. /home debug - **(Console Only)** - Toggles debug logging to investigate permissions errors. Can create a lot of messages. /home <player> <owner> <name> (uhome.admin.send and uhome.admin.warp) - Sends the given player to another player's home. Can be used from the console, and from command blocks!
Other Permissions
Variable Permissions: (uhome.limit.[a-e]) - Gives the player the home limit reflected by the config. E.g. if limitB=10, and the player has the permission "uhome.limit.b", the player can make up to 10 homes. (uhome.cooldown.[a-e]) - Gives the player the cooldown time reflected by the config, as above. (uhome.warmup.[a-e]) - Gives the player the warmup time reflected by the config, as above. Bypassing Timers/Limits Permisions: (uhome.bypass) - Bypass all limits (cooldowns, warmups, bed usage and home limit) (uhome.bypass.cooldown) - Permission to bypass /home cooldowns (uhome.bypass.warmup) - Permission to bypass /home warmup (uhome.bypass.warmup.damage) - Permission to ignore damage when warming-up (uhome.bypass.warmup.movement) - Permission to ignore movement when warming-up (uhome.bypass.bed) - Permission to use /sethome when bed usage is forced. (uhome.crossworld) - Allows a player to move between worlds with homes. Admin Permissions: (uhome.all) - Has access to all commands in uHome (uhome.admin.reload) - Is able to reload uHome config.
Limits Explained
Limits and variable permissions are powerful and actually very simple to use. However, they may seem confusing at first, so for information on how to use them visit the Configuration page.
Importing From Other Plugins
uHome v1.5a and above support importing homes from both CommandBook and MyHome. For information on how to do this, please read the page Importing From Other Plugins. Would you like to see import support from other home plugins? Create a ticket!
Current Usage Stats
Stats provided from v1.5 and above only!
Credits
A huge thankyou to the original authors - tkelly and spathizilla, for their work on the base plugin. :)
Thanks to CubeNation for adding economy implementation via Vault.
Thanks to linkinkov & Schmarotzer for the Russian translation.
Another thanks to those users who consistently send good feedback, bug reports and feature requests. You know who you are!
Source code available on GitHub, feel free to fork, butcher and re-release to your liking. https:github.com/ks07/uHome
Want to see it in action? Visit Ultimate Minecraft
Dear authors, don't know if my recent server instability is related to your plugin, although my server did start crashing frequently after adding it. But my users love uHome! Is there any chance this could be related to uHome? please see full stack trace below.
Could put "*" so you can invite everyone for a home, for example: / home invite *
@ks07
Does uHome have an API?
@Dasko222
Hey dasko, this is not possible with Bukkit's plugin system at this point in time. Sorry!
Hey there ks07 and linkin, I'm going to need a relatively fast response but I got a server that is not dedicated that has multiple worlds, I use essentials homes on all of them but for my pvp world I want to just use yours, would that be possible to use essentials /home /sethome for all the other worlds but your for my pvp?
Having an issue where no matter what perm is set for a group with correct permission, all groups can only set the amount of homes specified for the limit I set for group a in the config. Any ideas why this is happening?
@BoomerBR
Until uHome implements this, tpAnimalsdoes something like this.
I don't think Home invites are working, I could be wrong but I could never get them working properly with the permissions. Home limits work fine though.
Also, does uHome have an API? that plugin devs could hook into?
Not at this point in time, I will look into allowing horse teleportation soon.
Have anyway to make this teleport horses while the player is mounting them? This will be very usefull if a player tamme a horse, and want to carry the tammed horse to they home.
@RBBohn
Can't you just use warps for that? I guess you'll have Essentials :)
Running nicely on 1.6.1.
@SmoothNanners, I need to go through and check all the extra fluff is working. Only really use the core features myself!
Any Update? I would like to see that plugin is still running
When I set the "bedsDuringDay" config setting to true in uHome 1.5.3, it doesn't work. Players can't use their beds to set their home during the day, but it works normally at night. Also, the cancel home teleport setting for movement and attack doesn't work either. Does anyone else have this problem?
@nejcneo
I can switch them manually for you if you still need to move them. If you know how, you will need to update the world column with the new name of the world.
As for your permissions woes, the nodes are given priority based on their ordering within your config.yml. In the default settings, a is above b, thus if a player has both a and b, then they will be given the number set for a.
Therefore, to fix your permissions, you can either rearrange the limits in your config.yml such that b is above a in the list. Alternatively, set a = 20, and b = 10 and swap the permissions nodes you have given your players.
@RBBohn You can use the /home unlock command, if enabled in the config, to allow anyone to warp to the given home.
@ks07
Sqlite, and Is possible to fix permissions. If you use Trees in Permissions, then someone have 2 permissions at once (a, b). And i setted a = 10 homes, b = 20homes. And he can't do more than 10 homes. so permissions are conficting
How about public homes?
A command to invite everyone to a home (Use: VIP's having a SHOP, they have to invite everyone, one by one ;/)
@nejcneo
Hey necjneo,
are you using mysql or sqlite?
How Can you transfer homes from World into New World. I am changing Worlds because of new Version of Minecraft. Otherwise is possible that you would make Transform program to change world for Homes. That would really help me a lot! Thank you
Hi, I try to set up the time befor port to any home point, but it dosen't work yet.
What's the right point in the config and the right permission?
Sorry but my english is not so good!