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
Both 2.4.2 and 2.5 are messed up for me.
2.4.2 deletes all residences when the server restarts. 2.5 doesn't save new residences, they are lost once the server is restarted.
edit: I just realized that at some point in time what i was sujjesting was added.I decided a while ago to not go with this but now im getting it.
Is the spout GUI working or is it just the frame for someone to build on? And if it works what do i do to use it?
TNX feildmaster you are the best :D
i have to report 3 bugs
1. /res tp Name = crash 2. if server is not properly shutdown is delete all residence in res.yml file 3. now work in multiworlds :( this is for version 2.4.2 im now going to try the new one(v2.5 in-dev) :)
Tnx again for update :)
Can you add different inventory(on/off configuratible) for different residences ? MySQL support ? Per World PVP ???
yes you could add an possibility to convert worldguard regions into residence zones :)
What I want changed: It would be nice if it would use worlguard regions, we use it and can't switch, so it would be cool if it used worldguard regions. Also buying a whole chunk would be nice.
Can't get paintings to place within a residence zone. I delete the zone they place perfectly, but when the area is zoned, even with build flags to true, you can't place a painting. Simply states that your not allowed to do it.
Has the dev build been updated??? Which CB Build are you guys using for it? thanks.
After updating now i get this problem..
@Sejsel
Awesome, I see whats changed, I'll merge this into the main Development build :)
Please update this plugin! Our server depends on it.
Somebody, compile it please.. I really suck at that, however the issue should be fixed: https://github.com/Sejsel/Residence
I guess I'm not the first to report this error, awesome! Same error with latest bukkit as these folk:
I'm seeing the following error on CB1550. 2011-12-02 08:22:39 [INFO] [Residence] Found Permissions Plugin! 2011-12-02 08:22:39 [INFO] [Residence] Permissions running in Legacy mode! 2011-12-02 08:22:39 [INFO] [Residence] Successfully linked with iConomy! Version: 5.01 2011-12-02 08:22:39 [SEVERE] Error occurred while enabling Residence v2.4.2 (Is it up to date?): net/minecraft/server/FontAllowedCharacters java.lang.NoClassDefFoundError: net/minecraft/server/FontAllowedCharacters at com.bekvon.bukkit.residence.Residence.validString(Residence.java:339) at com.bekvon.bukkit.residence.protection.ClaimedResidence.load(ClaimedResidence.java:790) at com.bekvon.bukkit.residence.protection.ResidenceManager.loadMap(ResidenceManager.java:459) at com.bekvon.bukkit.residence.protection.ResidenceManager.load(ResidenceManager.java:438) at com.bekvon.bukkit.residence.Residence.loadYml(Residence.java:1781) at com.bekvon.bukkit.residence.Residence.onEnable(Residence.java:237) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188) at com.bekvon.bukkit.residence.Residence.setEnabled(Residence.java:1702) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:182) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:165) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:337) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:324) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:161) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:388) at net.minecraft.server.ThreadServerApplication.run(SourceFile:457) Caused by: java.lang.ClassNotFoundException: net.minecraft.server.FontAllowedCharacters at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 17 more
same error with all bukkit release above #1534
Think it's broken with the new bukkit releases...
22:22:02 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'resadmin' in plugin Residence v2.4.2
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:370)
at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/FontAllowedCharacters
at com.bekvon.bukkit.residence.Residence.validString(Residence.java:339)
at com.bekvon.bukkit.residence.Residence.validName(Residence.java:332)
at com.bekvon.bukkit.residence.protection.ResidenceManager.addResidence(ResidenceManager.java:158)
at com.bekvon.bukkit.residence.Residence.onCommand(Residence.java:759)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
... 12 more
Okay, I guess the BukkitDev #1534 to #1535 breaks the plugin. Could you fix this please, Thanks! It shows this error message,
[SEVERE] Error occurred while enabling Residence v2.4.2 (Is it up to date?): net/minecraft/server/FontAllowedCharacters java.lang.NoClassDefFoundError: net/minecraft/server/FontAllowedCharacters
Hey! Is there any chance this plugin will support SimpleClans? http://dev.bukkit.org/server-mods/simpleclans/ http://dev.bukkit.org/server-mods/simpleclans/pages/api/
:)
Does this plugin support claiming of "residence" plot? Since I'm trying to mimic this servers system where there are plots and players can claim open plots that has not been claimed by players. I would be very happy if you can reply!
shoul add a claim system that would be cool