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 19, 2012@kakodaimonon
Dude, are you using VAULT!!!
EDIT: As far as i know, residence runs with VAULT, without it your permissions and maybe economy for residence will get messed up.
-
View User Profile
-
Send Message
Posted Mar 19, 2012does the lease work on server time or log in time?
-
View User Profile
-
Send Message
Posted Mar 19, 2012Is the latest source for Residence still being pushed to github? The plugin.yml I see there doesn't match the current version.
-
View User Profile
-
Send Message
Posted Mar 19, 2012@inorixu
Still getting lag. Will try to catch it on the log. One thing at a time.
-
View User Profile
-
Send Message
Posted Mar 19, 2012@inorixu
PermissionsEx
-
View User Profile
-
Send Message
Posted Mar 19, 2012@kakodaimonon
Can you tell me your permission plugin name?
-
View User Profile
-
Send Message
Posted Mar 19, 2012@wesley4220336
2.5.5beta Fixed the delay caused by "PlayerInteractEvent" Event. Add "Brewing Stand" to "use" flag
-
View User Profile
-
Send Message
Posted Mar 19, 2012I'm getting an exception when placing a torch next to ice
20:40:17 [SEVERE] Could not pass event BlockPlaceEvent to Residence org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441) at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:96) at net.minecraft.server.ItemBlock.interactWith(ItemBlock.java:71) at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83) at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:301) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:723) at net.minecraft.server.Packet15Place.handle(SourceFile:39) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) at net.minecraft.server.ThreadServerApplication.run(SourceFile:490) Caused by: java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.getPrimaryGroup(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; at com.bekvon.bukkit.residence.permissions.OrigionalPermissions.getPlayerGroup(Unknown Source) at com.bekvon.bukkit.residence.permissions.PermissionManager.getPermissionsGroup(Unknown Source) at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroupNameByPlayer(Unknown Source) at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroupNameByPlayer(Unknown Source) at com.bekvon.bukkit.residence.listeners.ResidenceBlockListener.onBlockPlace(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ... 14 more
and also when I type /res in chat I get an exception, but typing res in the server works? 20:42:16 [SEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'res' in plugin Residence v2.5.5 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:469) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:907) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:867) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:850) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33) at net.minecraft.server.NetworkManager.b(NetworkManager.java:229) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) at net.minecraft.server.ThreadServerApplication.run(SourceFile:490) Caused by: java.lang.NoSuchMethodError: com.nijiko.permissions.PermissionHandler.getPrimaryGroup(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; at com.bekvon.bukkit.residence.permissions.OrigionalPermissions.getPlayerGroup(Unknown Source) at com.bekvon.bukkit.residence.permissions.PermissionManager.getPermissionsGroup(Unknown Source) at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroupNameByPlayer(Unknown Source) at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroupNameByPlayer(Unknown Source) at com.bekvon.bukkit.residence.permissions.PermissionManager.getGroup(Unknown Source) at com.bekvon.bukkit.residence.Residence.onCommand(Unknown Source) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 12 more
-
View User Profile
-
Send Message
Posted Mar 19, 2012what does the update fix?
-
View User Profile
-
Send Message
Posted Mar 19, 2012@inorixu Nice! Didn't realise that setting those globally was not enough. Changed them all and all is well. Thank you for your help!
-
View User Profile
-
Send Message
Posted Mar 19, 2012@dockter
You might want to have a look at ecocreature. On my server I use ecocreature so that players lose money every time they kill a villager.
-
View User Profile
-
Send Message
Posted Mar 19, 2012Also, any way you can add a flag to protect the Villagers?
People have a bad habit of killing them on our server.
-
View User Profile
-
Send Message
Posted Mar 19, 2012@dockter
Minebook.me server sides will try to give some thing to if you guys fix the lag problem.
Thanks
-
View User Profile
-
Send Message
Posted Mar 19, 2012@inorixu
$25.00 donation coming your way if you can.
-
View User Profile
-
Send Message
Posted Mar 19, 2012@dockter
I think we can
-
View User Profile
-
Send Message
Posted Mar 19, 2012Can you add a flag to protect farm animals?
-
View User Profile
-
Send Message
Posted Mar 19, 2012@riscmi
I'm not sure whether it is because UTF8 support has led to the problem, there are two people the same problem(you and @Disparate).
Add any flag to an empty flag node can avoid this problem.
-
View User Profile
-
Send Message
Posted Mar 19, 2012@Disparate
CreatorDefault:
-
View User Profile
-
Send Message
Posted Mar 19, 2012@inorixu
Thanks for your help, after testing around... and testing more I decided to simply delete the old config, let Residence create a new one and change the config after that - now it works.
Whatever the reason was before(it was working before the restart oO) it works fine now.
Thanks for your help!
-
View User Profile
-
Send Message
Posted Mar 19, 2012@inorixu
Config: http://pastebin.com/0Qy4K2c6
I ran the /res limits command as various ranks and it was always odd. It showed the group of the player correctly but always said they could not create residences (even though they could).
Cheers for your help
(EDIT - To add to this, even though all my OP+ guys have the admin permissions node, no one can use resadmin either)