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 Mar 8, 2012I keep getting an internal error. I am on 1.2.3-R0.1 and I have Vault and PerissionsBukkit updated to 1.2.3 but I still get an internal error. No errors show up in the logs though. And im in OP mode so I should be able to access it,
-
View User Profile
-
Send Message
Posted Mar 8, 2012v2.5.2 lags the server down to 2 ticks. with a few people connected...
-
View User Profile
-
Send Message
Posted Mar 8, 2012@shutka
flag tnt false using /res set <residencename> tnt f and creepers with /res set <residencename> creeper f
protection works just fine if you have them flagged
-
View User Profile
-
Send Message
Posted Mar 8, 2012@inorixu
so your version of residence is confirmed working with /res select vert going to lv255?
-
View User Profile
-
Send Message
Posted Mar 8, 2012@inorixu
no errors on load however right click to buy is not functioning
signs are filling out once adding [ForSale] to top line tho
-
View User Profile
-
Send Message
Posted Mar 8, 2012http://dl.dropbox.com/u/4620984/ResidenceSigns-jar_1.1R6%261.2.3R0beta%20tested.zip
added config files
-
View User Profile
-
Send Message
Posted Mar 8, 2012@datwerd86
that max-hight settings working on my server...
you need restart your server...RS need create config and locale files on startup server
-
View User Profile
-
Send Message
Posted Mar 8, 2012@datwerd86
ok im sure the dev's will know how to fix it.
And if the dev's see this, can you please find a way to add Polygon selections???
-
View User Profile
-
Send Message
Posted Mar 8, 2012@craftopia
manually selecting the top block works its just /res select vert that fails and only selects 127
-
View User Profile
-
Send Message
Posted Mar 8, 2012@inorixu
http://dl.dropbox.com/u/48815182/ResidenceSigns%20ErrorPaste.txt
happens on load http://dl.dropbox.com/u/4620984/ResidenceSigns-jar_1.1R6%20tested.zip of that version
-
View User Profile
-
Send Message
Posted Mar 8, 2012@craftopia
i havent tried that
been going into the config and setting each residence that way while servers stopped
-
View User Profile
-
Send Message
Posted Mar 8, 2012@dockter
[ForSale] top line sign will fill out
right click it nothing happens :/
it loads fine no console errors but doesnt work all the same
-
View User Profile
-
Send Message
Posted Mar 8, 2012@datwerd86
What happens if you manually select the 255th block, and then goto block 0? Instead of using /res select vert
will it then protect to 256 high?
-
View User Profile
-
Send Message
Posted Mar 8, 2012@inorixu
thats exactly how i have my config set /res select vert will still only claim to lvl 127
testing your residence signs now
-
View User Profile
-
Send Message
Posted Mar 8, 2012My version of Residence Signs 1.2 can be found here:
http://www.almuramc.com/downloads.htm
Tested and confirmed functional for 1.2.3 r02 builds.
-
View User Profile
-
Send Message
Posted Mar 8, 2012check you config....
MaxUpDown: 256
# The lowest altitude this group is allowed to protect.
MinHeight: 0
# The highest altitude this group is allowed to protect.
MaxHeight: 255
-
View User Profile
-
Send Message
Posted Mar 8, 2012@datwerd86
http://dl.dropbox.com/u/4620984/ResidenceSigns-jar_1.1R6%20tested.zip
ResidenceSigns fixed,pls try it....
-
View User Profile
-
Send Message
Posted Mar 8, 2012@bekvon v2.5.2 does not support ingame selection above 127 config max height is set to 255
-
View User Profile
-
Send Message
Posted Mar 7, 2012@bekvon
class PermissionManager -> String getGroupNameByPlayer(String player, String world)
String group = this.getPermissionsGroup
the group need to lowercase, for match residence group name
-
View User Profile
-
Send Message
Posted Mar 7, 2012@bekvon:
This version: http://dl.dropbox.com/u/4620984/Residence-jar-inori2.5.2-1.1R6%261.2.3beta(ud255).zip works fine "permissions wise", your 2.5.2 seems to not read permissions correctly using Vault/Essentials GroupManager even though it appears to load them correctly onEnable()