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 Jan 31, 2013@rodier
You error is problem with config.yml or other file .yml
"at com.bekvon.bukkit.residence.Residence.loadYml(Residence.java:685)"
-
View User Profile
-
Send Message
Posted Jan 31, 2013@Dood76
its not working even on 1.4.6
-
View User Profile
-
Send Message
Posted Jan 30, 2013When I type /res ? Nothing happens. I am using craftbukkit 1.4.7-R0.1
-
View User Profile
-
Send Message
Posted Jan 30, 2013Can you create the option for ilimit residences for x world?
-
View User Profile
-
Send Message
Posted Jan 30, 2013Still trying to add Tekkit IDs to Residence... unsuccessfully... My post is few posts below. Please help me :(
-
View User Profile
-
Send Message
Posted Jan 30, 2013@TOOTHPlCK1
They use to work, but not anymore. Stopped functioning somewhere between 1.4.5 and 1.4.7.
Any possibility of changing the creating areas problem I have? It seems like something that would be good for everyone, not just myself. Just makes sense. Thanks for all your hard work and I hope you get some time for coding on the side during your school semester.
-
View User Profile
-
Send Message
Posted Jan 29, 2013@jaimecamara
If you're just trying to disable creatures, I'm pretty sure you can do this with bukkit.yml, and if not there are plugins available that prevent them from spawning. I do know multi-verse allows this per world.
-
View User Profile
-
Send Message
Posted Jan 29, 2013@Chaznuts
I don't think color codes were ever supported, but I will add it to my list, my semester just started and now I have classes to attend so it may or may not be a bit.
-
View User Profile
-
Send Message
Posted Jan 29, 2013@Bukk94
Will look into
-
View User Profile
-
Send Message
Posted Jan 29, 2013Hello i have problem with residence on my Tekkit server. I wrote into config IDs what i want to protect but it's not work. I am doing it like this
>On previous version work that. But now it's not work and players have access to these items (they can open it). Can you help me somehow? Or tell me what i am doing wrong?
-
View User Profile
-
Send Message
Posted Jan 29, 2013@Toothpick could you please take a look at this: http://dev.bukkit.org/server-mods/residence/tickets/386-new-inherit-flag-that-make-all-better/#comments
Also, any word on the progression of using Vault for groups? Also, is MySQL a possibility in the near future? It's been sitting in here forever:
-
View User Profile
-
Send Message
Posted Jan 27, 2013@This_Guy_is_Pixelated
Go into the Residence config file in your plugin folder and change the limits which should be around line 150-175
@TOOTHPICK1
Any response to my question, @Chaznuts? Thanks either way.
-
View User Profile
-
Send Message
Posted Jan 27, 2013hey i am the owner of my server and my res limits r 16x16 wich kinda sucks so how do i make my res limits unlimited?????
-
View User Profile
-
Send Message
Posted Jan 27, 2013@jaimecamara
Soon but not yet/
-
View User Profile
-
Send Message
Posted Jan 27, 2013I would like to know how can I block the CreatureSpawnEvent because it is the very mill my server! So I really want to turn off and nothing else!
-
View User Profile
-
Send Message
Posted Jan 26, 2013@WoodenAxeServer
Sadly no. The original writer stored them all in one hashmap, I am currently working on separating it out into separate world hashmaps without breaking anything.
-
View User Profile
-
Send Message
Posted Jan 26, 2013@TOOTHPlCK1 Do movement/permissions lookups happen per-world? What I mean is, I have 2 worlds with thousands of residences/subzones in each. There would be no sense iterating all the residences from the second world on permissions checks if the player is in the first world. Does it work like this already? Naively looking at the code it seems to look at all the residences when really that working set could be cut in half at the beginning by checking the world... but i may be mistaken... thoughts?
https://github.com/bekvon/Residence/blob/master/src/com/bekvon/bukkit/residence/protection/ResidenceManager.java#L48
-
View User Profile
-
Send Message
Posted Jan 23, 2013Hello! I have a couple questions for your amazing plugin. First of all, did the color coding in entering/leaving messages recently break? My other plugins are still showing the color coding perfectly, but I see all the "&" signs for the res messages now where color coding use to be.
Also, is there any way you can limit adding areas to residences when the new area addition isn't touching the existing residence? This currently allows a residence to be scattered however big and where ever the player wants while still keeping their current residence count at 1. It is a big problem and I would really love to have it looked at or fixed. Thank you for your time and effort with this great plugin and I hope you consider looking into my problems.
-
View User Profile
-
Send Message
Posted Jan 22, 2013@TOOTHPlCK1
cool ;)
-
View User Profile
-
Send Message
Posted Jan 22, 2013Hello Dev Team, I have a problem with the config.
I want to set different perms for different groups. I'm using PEX. In ur config u write "# These groups correspond to the Permissions groups defined in your '<worldname>.yml'" The problem is, that I don't have a <worldname>.yml, only a res_worldname.yml. And if u meant this file, how to add Permission groups?