Landlord
Update: 3/22/2016
Quote from Jcdesimp:Hello Landlord Users,
First off I would like to say that this plugin is not abandoned. However I may not be able to actively maintain it for a few months. I'm very busy with things at the moment. I would like to point out that landlord is open source on Github. I encourage anyone who sees any issues and feels like putting the effort in to fork it and share their fix with the world.
I realize that many of you rely on this plugin and some things may have been broken with the release of 1.9. I apologize for any inconvenience this may have caused and hope the impact it has on your servers is minimal.
Hopefully I'll be able to start contributing again soon. Thank you for using Landlord!
- Jcdesimp
Purpose
Landlord aims to keep the minecraft experience simple and fluid for players while also protecting their land. The idea is for this plugin to protect player builds with minimal gameplay interference, while also allowing them to tweak the protection details in a simple and user-friendly way.
Functionality
Players claim land in chunks at a time for a configurable cost. That's all a player needs to do to protect their builds within that chunk. Each area of claimed land will have a very basic permissions system that players can choose to tweak with but also not touch if it isn't desired. The system is based on simple ranks: "Everyone" and "Friends"
Default player land permissions resemble the following:
| Rank | Build | Hurt Animals | Open Containers | Open Doors | TNT Damage |
|---|---|---|---|---|---|
| Everyone | No | No | No | No | No |
| Friends | Yes | Yes | Yes | Yes | Yes |
| Rank | Use Redstone | PvP | |||
| Everyone | No | No | |||
| Friends | Yes | Yes |
Land owners can run a simple command that will open an "Inventory GUI" resembling the table above where users can click each element and toggle the "Yes" or "No" of each perm.
Please note that Landlord requires Java 8 to function properly.
Commands
(Aliases: /landlord, /land, /ll)
- /land help [Page #] - Display help reference
- /land claim (or buy) - Claim the chunk you are standing in.
- /land unclaim (or sell) [x,z] [world] - Unclaim the current, or specified, land. (If you own it)
- /land addfriend <player> - Add specified player as a friend of this land. (If you own it)
- /land unfriend <player> - Remove specified player from this land's friend list. (If you own it)
- /land friendall <player> - Add specified player as a friend to all your currently owned land.
- /land unfriendall <player> - Remove specified player as a friend from all your currently owned land
- /land friends - View the friends of this land. (If you own it)
- /land manage - Brings up the permissions management for this chunk. (If you own it)
- /land list [Page #] - List your owned land.
- /land info - Get basic information about this current land.
- /land map - Toggle the land map display.
- /land reload - Administrative command to reload the landlord config file.
- /land listplayer <player> - Administrative command to list land owned by specified player.
- /land clearworld <world> [player] - Administrative command to clear an entire world or all land owned by specified player in the specified world. Clearing an entire world can only be done form the console.
Permissions
- landlord.use - Required to use any commands, true by default.
- landlord.limit.override - Allows unlimited land ownership.
- landlord.limit.extra - Allow player to own up to "limits.extra" in the config.yml.
- landlord.limit.extra2 - Allow player to own up to "limits.extra2" in the config.yml.
- landlord.limit.extra3 - Allow player to own up to "limits.extra3" in the config.yml.
- landlord.limit.extra4 - Allow player to own up to "limits.extra4" in the config.yml.
- landlord.limit.extra5 - Allow player to own up to "limits.extra5" in the config.yml.
- landlord.player.* - Permission for all player permissions below allowed by default for players.
- landlord.player.own - permission for plot ownership (claim, unclaim, manage, friends, etc.).
- landlord.player.map - permission to use the land map.
- landlord.player.info - Permission to use /land info.
- landlord.admin.* - Permission for all administrative functions (enabled for OPs by default).
- landlord.admin.unclaim - permission to unclaim land you do not own.
- andlord.admin.list -permission to use /land listplayer to view other players' land.
- landlord.admin.manage - Permission to use /land manage and edit permissions on others' land.
- landlord.admin.clearworld - Permission to use /land clearworld.
- landlord.admin.bypass - Bypass whatever player permissions are on a claimed land. (Block breaking, animal kills, etc.)
- landlord.admin.reload - Permission to use /land reload.
- landlord.admin.friends - View friends of anyone's land.
- landlord.admin.modifyfriends - Permission to add/remove friends of anyone's land.

Metrics
This plugin makes use of Hidendra's plugin metrics system. The following information is collected and sent to mcstats.org unless opted out:
- A unique identifier
- The server's version of Java
- Whether the server is in offline or online mode
- Plugin's version
- Server's version
- OS version/name and architecture
- core count for the CPU
- number of players online
- Metrics version You can opt out of sending Metrics by editing plugins/Plugin Metrics/config.yml and changing opt-out to true.





-
View User Profile
-
Send Message
Posted Aug 31, 2014@rock2ya you can use per world permissions or try a plugin i saw that disables plugins on diferent worlds.
-
View User Profile
-
Send Message
Posted Aug 30, 2014is there a way, that it only protects one world and is deactivated on others?
-
View User Profile
-
Send Message
Posted Aug 29, 2014Video Tutorial on the Plugin
http://youtu.be/yIDdY9DLtiE
Credits Video: (AbsintoJ/Landlord)
-
View User Profile
-
Send Message
Posted Aug 24, 2014@t0mmie_owner
Seems like a useful feature. I'll consider implementing it in a future version.
-
View User Profile
-
Send Message
Posted Aug 24, 2014@Nentify
In terms of working with mod blocks it should prevent breaking them, in terms of using the blocks how ever I can't make an promises. You would have to do some testing on your own as it can vary depending on the mods and such.
As far as worldguard goes, Landlord can detect whether or not a player is a member of a region and if not, prevent them form making claims that intersect it. Thats the only integration it has with worldguard, it can run perfectly fine without worldguard. I would rather not make it have a dependency.
-
View User Profile
-
Send Message
Posted Aug 24, 20141. Does it work with modded blocks? 2. Are land protections integrated with WorldGuard, similar to Protection Stones? WorldGuard added modded block protection in v6, and it may make it easier to manage your plugin claiming system.
Seems like a very nice plugin, and a suitable replacement for GriefPrevention.
-
View User Profile
-
Send Message
Posted Aug 24, 2014@Jcdesimp
No problem and good to hear that! I would also like to suggest another feature, a message when you build in a non-protected area. So new players on the server will now it's possible to protect their land, and that what they build not in a purchased chunk is unprotected. What do you think about that? Also, take your time, it's a free plugin :)
-
View User Profile
-
Send Message
Posted Aug 23, 2014@t0mmie_owner
That's a feature I'm currently working on. Expect that in the next release, although like I said I'm not sure when that will be, just got back to college so I'm a bit busy currently.
-
View User Profile
-
Send Message
Posted Aug 23, 2014@Jcdesimp
Well, there have been a lot of feature suggestions lately. I would really appreciate it if you would atleast add a config to change all the messages in the plugin.
-
View User Profile
-
Send Message
Posted Aug 22, 2014@t0mmie_owner
Not really rushing anything at the moment. People seem pretty happy with the current state of the plugin and there are no known major bugs at this time. New features are of course planned but development isn't being rushed for the time being.
If you want to keep up to speed with the details of Landlord's development you can follow the project on GitHub.
-
View User Profile
-
Send Message
Posted Aug 22, 2014Any idea when the next release is coming out @Jcdesimp ?
-
View User Profile
-
Send Message
Posted Aug 20, 2014@purejack
This is a planned feature.
-
View User Profile
-
Send Message
Posted Aug 18, 2014@Jcdesimp
But what is really needed is a feature that removes the land claim if the player have not been online for a while. And you could customise the time before removal with permissions. It's gonna end up with a world with claimed land that no one uses.
-
View User Profile
-
Send Message
Posted Aug 18, 2014@purejack
Hello, at the moment this is just a limitation of the plugin. There can only be 5 "extra land" options. In the future I plan to make this more dynamic.
As for your other suggestion, something like that can be a bit laggy for some clients, if u want a quick outline of your current chunk however, "/land info" should take care of that.
-
View User Profile
-
Send Message
Posted Aug 18, 2014Hey, you can max have 7 land claims.
limits: landLimit: 2 extra: 1 extra2: 2 extra3: 3 extra4: 4 extra5: 5 extra6: 6 extra7: 7 extra8: 8 extra9: 13
It only works up to extra5 = 7 land claims Even if you have extra5+ you can't have more then 7 claims :/ No errors in console
+ Would be pretty kewl with one layer of the green particles staying after claiming on the ground, and able to turn off/on like /land border or sumthing. :D
-
View User Profile
-
Send Message
Posted Aug 14, 2014I use land v1.2 and Spigot v1.7.10 R0.1 . These error message often display in console ! I use PerWorldPlugins to allow landlord plugin enable in survival world ! But in another minigame world seem Mobarena plugin cause these issue ?
-
View User Profile
-
Send Message
Posted Aug 14, 2014@Haaaaanzz
Landlord does not prevent mob spawning.
-
View User Profile
-
Send Message
Posted Aug 14, 2014A guy on my server told me that mob spawning is disabled inside claims, is this true. And if so, is there any way to disable it?
-
View User Profile
-
Send Message
Posted Aug 13, 2014@Jcdesimp
I'll try disabling chest protection and get back to you.
-
View User Profile
-
Send Message
Posted Aug 9, 2014@Discoveries
I'll look into it. Since it seems to be a conflict with another plugin then either removing the other plugin or disabling the chest protection in the landlord config should fix it for now.