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. For more information, please see the project's Dev Bukkit entry at:http://dev.bukkit.org/server-mods/uhome/
Hello Panoeal, The plugin is available for download on BukkitDev - use the link in the first post and look for the "files" page.
Hey boladao, Currently, you will need to edit the source manually to translate the plugin. The MyHome locale files and code are still included, but I haven't had an opportunity to actually put them to work, so they don't do anything at the moment. I will see about adding locale file support in the future, no promises on timescale for now I am afraid!
The source is pretty much everything on the github repo (link at the bottom of the BukkitDev page) - you can use a text editor to edit the files, or an IDE like netbeans or eclipse. You might be able to work out what you have to change - it's spread across multiple files
v1.3 is running fine on the latest RB. For extra assurance, v1.3.1 (the beta version) is actually in use on my live server right now without issue (with bukkit 1609). As stated on the DBO page, there shouldn't be any major updates for a few weeks, but v1.3 shouldn't have any major issues, and is fine to use until then.
Ok cool A suggestion for when you do update, is to consider adding Vault support for permissions and economy.
ok, i am an OP on my server, so its giving my all the bypass permissions, even if i set a negative node to my name(using Bpermissions) i still don't have a cool down effect like everyone else, im trying to make it fair for everyone, can someone help?
The negative node should work, although it really depends on what you've added and how BPerms interprets that. Post the relevant part of your permissions and maybe I can see what's wrong.
Another thing you can do that would be useful is to see how uHome is reading your permissions. You can do this (provided you are using the latest version) with 'home debug' in your server's console. Then, try a few commands that don't work, and you should see messages in your console telling you about every permission check we do. Do the command again to disable this mode (or restart the server).
im using this, this according to Bperms this should revoke my permission of bypass, but i think my being OP is overwriting this, can i just disable bypass as a whole? Code: zeldafan99: permissions: - ^uhome.bypass.cooldown - ^uhome.bypass.warmup - ^uhome.bypass.warmup.damage - ^uhome.bypass.warmup.movement
You can disable the default permissions manually by editing the plugin.yml file inside the uhome.jar. You need to delete all the line containing default:. Note that this is unsupported, and doing it incorrectly may prevent the plugin from loading. Otherwise, what you've shown me above should work, but it really depends on how bperms works, and possibly the rest of your permissions file. I'll see if I can get codename_B to shed some light. In the meantime, the log output from 'home debug' would be useful.
How i set the permissions so EVERYONE can use it?! people told me that when the set there homes , didnt pass anything they typed /sethome then /home
hi i own a server and i noticed in another server that i believe has this that they allow certain permissions groups to have a certain amount of homes such as a guest can have 3 homes while a mod can have 5. Could you plz tell me how to do this as it would be really helpful if you could. Thanks in advance!!!, oh annd btw great plugin
Hey jijipopo, the permission needed is "uhome.own" - just add that to every group in your permissions plugin, and they should be able to use the regular commands without issue. Hey UnknownAK, you're looking for home limits. There's an explanation on these in the dev bukkit pages linked at the top of this topic. It will be slightly different depending on what version you are using, so check you're reading the right page first. In short: set what number of homes you would like each limit to have in your config.yml, and then give the relevant permission node to that group (e.g. "uhome.limit.c").