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 Jul 26, 20122012-07-26 19:46:40 [SEVERE] Error occurred while enabling Residence v2.4.2 (Is it up to date?)
java.lang.NoSuchMethodError com.bekvon.bukkit.residence.Residence.getConfiguration()Lorg/bukkit/util/config/Configuration;
at com.bekvon.bukkit.residence.Residence.onEnable(Residence.java:170)
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
at com.bekvon.bukkit.residence.Residence.setEnabled(Residence.java:1702)
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256)
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238)
at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:552)
at org.bukkit.Bukkit.reload(Bukkit.java:182)
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
View User Profile
-
Send Message
Posted Jul 25, 2012I may have missed this, but is it possible to have an economy cost per flag on a region?
-
View User Profile
-
Send Message
Posted Jul 25, 2012Add this, is the only one of two thing what I waiting for :( Second thing is Residence 3 and MySQL, but this ticket is more important...
-
View User Profile
-
Send Message
Posted Jul 25, 2012@Fortunis
Yes thats right! /res or /resadmin remove mainzonename.subzonename and you can do the self to set the owner of a subzone. /res or /resadmin setowner mainzonename.subzonename this is usefull when you´d like to create a village, town, big city, etc.
-
View User Profile
-
Send Message
Posted Jul 25, 2012it's good to make your own res it's helpfull :)
-
View User Profile
-
Send Message
Posted Jul 25, 2012@PyrostasisTDK
If i remember correctly (cause i havnt used residence in about 6 month, my current server doesnt use residence but im trying to get them to convert 8D) you do /res remove mainzonename.subzonename
-
View User Profile
-
Send Message
Posted Jul 24, 2012Im sure this is an easy question, but how do you delete a subzone? Can find it anywhere and /res remove subzonename doesnt seem to work
-
View User Profile
-
Send Message
Posted Jul 23, 2012@nate302
Thanks nate, Ill try the sub regions deal. That should work just fine
-
View User Profile
-
Send Message
Posted Jul 23, 2012All residence bugs caused by world edit will be fixed in the next build. As well as reimplementing the world edit selection integration.
-
View User Profile
-
Send Message
Posted Jul 23, 2012I'm getting the same error as pyrostasis, however, only with a small region less than 10x10x10 blocks, whether I try to use it for a region or a subregion. Strangely enough, creating a residence region for the whole hotel (still within the worldguard region and still using the worldedit selection points) worked fine. Any ideas why? (If you like, I'm happy to bring you on the server so you can test it and provide you with the config file and server log after testing)
-
View User Profile
-
Send Message
Posted Jul 23, 2012@PyrostasisTDK
Yea, we're looking into the bug :) As a note though, Residence inside a WorldGuard region simply won't work. If Worldguard disables anything such as build, Residence can't enable it. You'll either want to use Residence for the entire area and create subzones, or use priority based WorldGuard regions.
-
View User Profile
-
Send Message
Posted Jul 22, 2012Just got the plugin and trying to sort some stuff out. We have an area protected via Wordguard. We are wanting to set individual residences inside said area.
We've created little shops and have selected the left and right click points with worldedit however when we /res create shop1 it says we dont have points selected.
This is on my admin group character that has permissions, Im hoping this is an easy fix. The selections work fine for worldedit, but its like residence is completely ignoring the worldedit selections.
I tried using /res select worldedit and get "An internal error occurred while attempting to perform this command"
and I believe this is the log in the console
org.bukkit.command.CommandException: Unhandled exception executing command 'res' in plugin Residence v2.6.4 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:141) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113) at net.minecraft.serverhook.NetServerHandlerProxy.a(NetServerHandlerProxy.java:83) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.IllegalArgumentException: Null selection not allowed at com.sk89q.worldedit.bukkit.WorldEditPlugin.setSelection(WorldEditPlugin.java:384) at com.bekvon.bukkit.residence.selection.WorldEditSelectionManager.worldEdit(WorldEditSelectionManager.java:37) at com.bekvon.bukkit.residence.Residence.onCommand(Residence.java:781) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 14 more
-
View User Profile
-
Send Message
Posted Jul 21, 2012Great plugin guys keep up the outstanding work!
<3 (No Homo)
-
View User Profile
-
Send Message
Posted Jul 20, 2012@webnews2
Thank you this answers exactly what I needed to know. Very helpful.
-
View User Profile
-
Send Message
Posted Jul 20, 2012@shrela
you need to install vault.
-
View User Profile
-
Send Message
Posted Jul 20, 2012Hi i've got the same Error as Pato51423. Please fix this error. I also can't make any residences because it says i have to mark two points. The problem is i already marked them and it showed me position 1 set and position two set (or something like that). I have WorldEdit installed.
-
View User Profile
-
Send Message
Posted Jul 20, 2012Hello! I have been running my server for awhile with no permissions at all. I'd really like to invite more people onto my server and so I'd like to get residence working. Ultimately I only want 2-3 user groups and I want people to be able to set up residence on any project they value.
Right now as it stands no one has any build permission at all even outside of a residence and inside a residence even the owner cannot build.
I am willing to donate to someone who can get my residence working or send me working con-figs or who can explain what I'm doing wrong so it is actually setup :)
I am using updated minecraft, bukkit, bukkitperm and residence and I think they should all be compatable.
Here is the link to the configs im using now. residence http://pastebin.com/reGRWfh3 permissions http://pastebin.com/EhRfmvLT
Thanks !!
-
View User Profile
-
Send Message
Posted Jul 20, 2012Hello, I installed it successfully but when I reload the server I get this error.
11:22:59 [INFO] [Residence] Failed to update language file: Chinese.yml, Error: while parsing a block mapping in "<string>", line 323, column 25: -' Usage: /res subzone <residenc ... ^ expected <block end>, but found BlockEntry in "<string>", line 324, column 25: - 'If residence name is left off ... ^
11:22:59 [SEVERE] null org.bukkit.configuration.InvalidConfigurationException: while parsing a block mapping in "<string>", line 323, column 25: -' Usage: /res subzone <residenc ... ^ expected <block end>, but found BlockEntry in "<string>", line 324, column 25: - 'If residence name is left off ... ^
at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:138) at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:105) at com.bekvon.bukkit.residence.Residence.checkNewLanguageVersion(Residence.java:2121) at com.bekvon.bukkit.residence.Residence.onEnable(Residence.java:238) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at com.bekvon.bukkit.residence.Residence.setEnabled(Residence.java:1879) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238) at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:552) at org.bukkit.Bukkit.reload(Bukkit.java:182) at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479) at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:475) at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: while parsing a block mapping in "<string>", line 323, column 25: -' Usage: /res subzone <residenc ... ^ expected <block end>, but found BlockEntry in "<string>", line 324, column 25: - 'If residence name is left off ... ^
at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:575) at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:399) at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:53) ... 20 more Please Help Me as soon as possible.
-
View User Profile
-
Send Message
Posted Jul 20, 2012http://pastebin.com/fSMZz9nm
when using the /res select worldedit command
Residence v2.6.4 CraftBukkit version 1.2.5-R4.0-b2222
also would it be possible to add the use of residence commands thru the console. in particular the "res setowner" command.
Thanks
-
View User Profile
-
Send Message
Posted Jul 19, 2012@DingoSlayer0
If you are resetting the entire server, residence saves upon disabling, so you want to do a /resload to reload the save files