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 29, 2014Pastebin of error message, including all version numbers; http://pastebin.com/LVReu3MN
-
View User Profile
-
Send Message
Posted May 28, 2014Appears to be broken in 1.7.9 as I'm getting an unhandled exception when trying to create a residence.
-
View User Profile
-
Send Message
Posted May 22, 2014Why I can't change color of sentence at the input of some Residence?
-
View User Profile
-
Send Message
Posted May 18, 2014Update please to version 1.7.9
-
View User Profile
-
Send Message
Posted May 17, 2014Have a error in console when the plugin protect the chest or similar with chestshop give the error: check the error and solve this error laggins my server:
-
View User Profile
-
Send Message
Posted May 15, 2014@BloodRainy
/res gset MyGroup move true
Where MyGroup its a defined group in your permissions and your residence config file.
Hope it helps
-
View User Profile
-
Send Message
Posted May 11, 2014How can I make this command work? /res gset group flags true/flase
-
View User Profile
-
Send Message
Posted May 7, 2014What about 1.7.2? Any update?
-
View User Profile
-
Send Message
Posted May 3, 2014How can I make this command work? /res bank deposit [amount]
Currently does not work for the players.
-
View User Profile
-
Send Message
Posted May 3, 2014Update please to version 1.7.2-R1.3
please !!!
-
View User Profile
-
Send Message
Posted Apr 29, 2014Residence signs not working for me...i have cb 1.7.2 r.0.3 beta and Residence v3.0.0m- snapshot i don't know if that error it's caused from the snapshot of residence or the add-on for signs
-
View User Profile
-
Send Message
Posted Apr 29, 2014Hey it seems like items in frames aren't protected by Residence; you might investigate into using the EntityDamageByEntityEvent, it's supposed to allow catching the entity event now (at least in Spigot)
-
View User Profile
-
Send Message
Posted Apr 29, 2014I'm assuming your latest dev, 3.0 does not work with my Spigot 1.7.9.
I'm receiving this error anytime I try to create a residence.
<<code>>[12:11:10 INFO]: tekac issued server command: /resadmin create spawntest [12:11:10 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'resadmin' in plugin Residence v3.0.0m-SNAPSHOTat org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [spigot.jar:git-Spigot-1451] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180) [spigot.jar:git-Spigot-1451] at org.bukkit.craftbukkit.v1_7_R3.CraftServer.dispatchCommand(CraftServer.java:722) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.PlayerConnection.handleCommand(PlayerConnection.java:985) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:830) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.PacketPlayInChat.handle(PacketPlayInChat.java:65) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.NetworkManager.a(NetworkManager.java:176) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.ServerConnection.c(ServerConnection.java:77) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:713) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot.jar:git-Spigot-1451] at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1451]
Caused by: java.lang.NoClassDefFoundError: net/milkbowl/vault/permission/Permission
at net.t00thpick1.residence.protection.yaml.YAMLGroupManager.getPlayerGroup(YAMLGroupManager.java:22) [?:?] at net.t00thpick1.residence.protection.yaml.YAMLGroupManager.getGroup(YAMLGroupManager.java:33) [?:?] at net.t00thpick1.residence.protection.yaml.YAMLGroupManager.getDefaultEnterMessage(YAMLGroupManager.java:105) [?:?] at net.t00thpick1.residence.protection.yaml.YAMLResidenceArea.<init>(YAMLResidenceArea.java:143) [?:?] at net.t00thpick1.residence.protection.yaml.YAMLResidenceManager.createResidence(YAMLResidenceManager.java:103) [?:?] at net.t00thpick1.residence.ResidenceCommandExecutor.commandResCreate(ResidenceCommandExecutor.java:779) [?:?] at net.t00thpick1.residence.ResidenceCommandExecutor.onCommand(ResidenceCommandExecutor.java:148) [?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [spigot.jar:git-Spigot-1451] ... 13 more
<</code>>
-
View User Profile
-
Send Message
Posted Apr 27, 2014@ZerothAngel
I have a fully fleshed out new API, much more developer friendly. All in one package.
-
View User Profile
-
Send Message
Posted Apr 26, 2014FYI Renaming the Java package from
com.bekvon.bukkit.residencetonet.t00thpick1.residencehas broken existing plugins that hook into Residence API. I have not had time to check out 3.0 yet, but has the public API totally changed? Or have they simply been moved to the new package?-
View User Profile
-
Send Message
Posted Apr 24, 2014Hi
I noticed /res tp is not tracked properly with essentials /back command. If it normal?
Y
-
View User Profile
-
Send Message
Posted Apr 23, 2014@TOOTHPlCK1
Is it possible to protect farm animals (or any mob for that matter) using Residence, and if not, what should I do to protect them? I am trying to make a public farm where you can shear sheep, collect eggs, and milk cows, yet not be able to kill the animals. Thanks in advanced!
-
View User Profile
-
Send Message
Posted Apr 20, 2014I cant wait for the 1.7 version I only use this protection plugin that is the best, Is very secure, configurable and i love resfly I hope you update it Soon
-
View User Profile
-
Send Message
Posted Apr 14, 2014Can't wait to see this plugin ready for 1.7.8+! :D Thank you for working so hard.
-
View User Profile
-
Send Message
Posted Apr 8, 2014Resolved an issue with my git repo resulting in Locale related startup errors. Residence 3.0.0a-SNAPSHOT is the first in a line of relatively stableish 3.0 builds. Over the next week I hope to get through all the quirks, then write the 2.x->3.x converter and push the 3.0.0 release build.