Residence


About
Residence is different from most protection plugins in that it aims for the users to be able to protect their own homes without having to bother the admin to do it. Residence has support for a variety of different protection types including preventing movement through areas, all of which can be configured by the land owner, and limited by the admin.
Links
- Vault: Vault
- Spigot Page: Spigot Page
- GitHub Source: GitHub
- IRC discussion channel: irc://irc.esper.net/Residence
Addons
- Dynmap Residence - Dynmap plugin that shows residences on the webmap.
- ResExtras - Control snow, ice, animals, mobs, and more within a residence.
- Residence Fly - Controls flying within a residence. Leaving will cause a player to fall.
- Residence Signs - Easy buying/selling/renting with signs.
- ResTown - Controls which users can build outside of a residence.
- ResProtect - Protects animals via flags
- ResCreative - Grants creative on entering a residence.
- ResPerm - Adds additional permissions to a player on residence change.
- SimpleClansResidence - Integrates Residence and SimpleClans
- Flags - Apparently adds flags or something
Want your addon listed here? Contact a developer via PM.
Past Contributors
- smbarbour (Code)
- inorixu (Code)
- lemon42 (Code)
- Daniel Few (Wiki)
- Linaks (Residence Logo)
- SirHedgehog (Code)
- GSValore (Code)
- Samkio (Wiki Video)
- JustinGuy (Code)
- Tonkovich (Code)
Support
Support has been turned over to Dart21 and his branch, any questions should be directed to him
-
View User Profile
-
Send Message
Posted May 7, 2012@Royalgamer06
If you have an IRC client installed (like ChatZilla or mIRC) the link will work fine.
-
View User Profile
-
Send Message
Posted May 7, 2012@Royalgamer06
I cannot support My Worlds with the current release of Residence. It is handling worlds in an incompatible way.
-
View User Profile
-
Send Message
Posted May 7, 2012@only1man1
If the PVP flag is set to off, splash potions will be negated. This is intentional.
-
View User Profile
-
Send Message
Posted May 7, 2012@Shao17000
This typically happens on interdimensional teleportation within a residence. Residence tries to calculate the distance travelled between point A and point B, and if they are in different dimensions, it can't calculate it.
-
View User Profile
-
Send Message
Posted May 7, 2012I always get this error message when i teleport into a residence 2012-05-07 18:51:14 [SEVERE] Could not pass event PlayerMoveEvent to Residence 2012-05-07 18:51:14 [SEVERE] Could not pass event PlayerMoveEvent to Residence i have essentials, residences, dimension door, travelportals, indestructaworld
-
View User Profile
-
Send Message
Posted May 7, 2012BUG! / GLITCH throvable potions dont work in residences please fix it
-
View User Profile
-
Send Message
Posted May 7, 2012Hi i cant seem to give myself admin commands. Like adding an area as server owned. Cant do it. I have it set in config to use permissions and i am using latest version of permissionsbukkit. i also have the group Owner added to residence and is caps correct with the version in my permissions. it is pluggin into permissions threw bukkit and i have the permissions node for admin. But it tells me im not admin anyhow.
-
View User Profile
-
Send Message
Posted May 6, 2012@silentnight18
Just fork the repo. smbarbour I'm sure wouldn't mind a fence gate added if you submitted a pull request :)
@Royalgamer06
I'm sorry I don't have the time.
-
View User Profile
-
Send Message
Posted May 6, 2012I was playing on a server with Residence, and now run my own server with it. I love this mod and intend to keep using on my server as long as it remains updated. But, if it can be made better, myself and those that play on my server would be greatly appreciative.
Here is a consolidated list of issues that have been brought to my attention regarding the plugin:
Snowballs still cause knockback in a Res, pushing players outside of the claim.
Fishing rods can pull players in a Res, pulling players outside of the claim.
Enderpearls can damage other players when thrown at them in a Res.
Snow golems leave snow in a Res.
Cats can be attacked, even though wolves can't in a Res.
Tilled dirt turns into normal dirt, breaking wheat, melon plants, and pumpkin plants in a Res.
Farm animals in Res can still be killed.
Enderman pick up blocks in a Res.
Of course I don't know every setting, so if there is something I can do to fix any of these issues myself, I'd love to know.
-
View User Profile
-
Send Message
Posted May 6, 2012@Darrennick
I am also having this issue on occasion, Residence for some reason will just save a blank yml for some of my worlds.
@bekvon
Any chance we could get a quick update for adding fence gates to the "use" flag? It is causing a bit of a disturbance on my server, nothin that can't be managed, but I wouldn't mind it being added. =P
Also, if you are still looking for help on Residence, I think I have looked through the Residence Source Code...... quite enough to probably offer some valid assistance haha.
-
View User Profile
-
Send Message
Posted May 6, 2012No idea what caused it. But the plugin decided to delete pretty much all of my residences. Caused huge distribution to the server.
-
View User Profile
-
Send Message
Posted May 5, 2012@Royalgamer06
I would change to multiverse until the problem can be tracked down. Multiverse is the original, and best supported multi world plugin to date. It has the most support when it comes to plugins, and has a lot of nice features. Residences won't save in worlds if they aren't existent when Residence starts up. lets look at it this way:
Startup Residence sees:
world world_nether world_the_end
once MyWolds starts, the server then sees:
world world_nether world_the_end yourworldhere yourworldhere2
Residence won't see yourworldhere because your multiworld plugin started up after residence.
-
View User Profile
-
Send Message
Posted May 5, 2012@nate302
Thank you so much. I made the changes, and it finally all works. I think some of the confusion came from using Residence on the same server for a long time, and trying to go about easy ways of upgrading it as new versions came out, and the config file changed a bit. But all works fine now :)
-
View User Profile
-
Send Message
Posted May 5, 2012http://www.youtube.com/watch?feature=player_embedded&v=mIjFbHcNZh8
I made a tutorial really quickly on how to create a simple residence. Use it if you are tired of explaining to new people on how to make one. xD
-
View User Profile
-
Send Message
Posted May 5, 2012@DaJe
you have three major problems.
1) there are only two residence permission nodes. residence.create gives permissions to all non admin ./res commands. residence.admin gives permissions to ./resadmin. To restrict what a group can do when it comes to leases, rents, etc, you need to fix your residence config. Which is your next problem.
2) your residence config only has one group setup, your "default" group. In your permissions plugin, they don't have any residence permissions, so I'll assume they aren't meant to use the plugin. You should change "default" to your first group, and then make a portion of the config for each group. Make sure to include every option. I've made a sample fix of both for you to look at here:
permissions:
http://pastebin.com/mVsFVwqh
config:
http://pastebin.com/4aGtxS2q
3) your permission nodes in your permissions file are over excessive. You are granting a tree, then adding in the branches as well, which have already been included with the tree. Example:
residence.admin
residence.*
residence.create
- resdienxe.subzone - residence.area - residence.info - residence.lease - residence.list - residence.pset - residence.select - residence.set
none of these exist!
if you want a reference as to the permission nodes, there are only two. residence.create, and residence.admin
https://github.com/bekvon/Residence/blob/c23d480cd8f961a2769563d0e67197e455bff4fd/src/plugin.yml
-
View User Profile
-
Send Message
Posted May 4, 2012@nate302
Alright then, so my previous post said this
Here is my Residence config http://pastebin.com/mu3QBvxy
And here is my Essentials GroupManager config http://pastebin.com/dL0CdEr3
-
View User Profile
-
Send Message
Posted May 4, 2012@DaJe
As always when seeking help, please pastebin a copy of your config.yml, and your permissions.
@Royalgamer06
Try setting up a server with only a few select plugins: vault, permissions, residence. If you are still unable to build it is more than likely your config setup with your permission system than it is residence. Once you have identified what the problem is, add in the rest of your plugins back in.
-
View User Profile
-
Send Message
Posted May 4, 2012Herocraft will be testing Residence and hopefully integrating soon!
-
View User Profile
-
Send Message
Posted May 4, 2012@foldagerdk
You can have Residences inside a WorldGuard region, but the Residence will not override the WorldGuard protection (nor vice versa).
-
View User Profile
-
Send Message
Posted May 4, 2012@ignasiux
This issue is usually caused by using an older configuration file. I recommend making a backup of the configuration and letting Residence recreate the file.