Land ownership plugin? - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Requests (https://forum.cuberite.org/forum-3.html) +--- Thread: Land ownership plugin? (/thread-320.html) |
Land ownership plugin? - loki1405 - 02-01-2012 Anyone working on any kind of land claiming plugins, or does anything at all like this exist. I'm not really familiar with LUA so I hate to try to write it from scratch, but if something exists I can use as a framework I can extend it how I want. I'm trying to do a land claiming plugin that works similar to how you claim land in factions. If I could do that, I could finally migrate off of that terrible java server. Thanks for all your work, this is custom server is an awesome project. I thought about building one myself but it just seemed too daunting to even start. RE: Land ownership plugin? - Luthrandel - 02-02-2012 I started on one a while back as part of an mmorpg server plugin package. Never got very far into the project but some of the region stuff should be helpful. No idea what's been changed since the last time I touched it so no guarantee of it working with the newest mcserver version. If your curious (and/or feeling brave) the file can be found here (dropbox link). EDIT: Forgot to add, I don't care what happens to this file so feel free to do whatever with it and its contents. No credit required. Notes:
RE: Land ownership plugin? - FakeTruth - 02-03-2012 Impressive, using quad trees I think you should create a separate thread for this. It's a huge plugin, it should be shown! RE: Land ownership plugin? - Luthrandel - 02-03-2012 IIRC, too many things were left unfinished for a release. Just to name a few; there's no referencing regions by name in commands, no command to delete regions, no proper z-index sorting of stacked regions, and no way for players to claim regions outside of the admin region config command. It would be a little inconvenient to use as is. I may finish it someday but time is something college leaves me with little of this semester. Don't bet on me being the one to do that any time soon. :/ RE: Land ownership plugin? - FakeTruth - 02-03-2012 Ah, I understand RE: Land ownership plugin? - loki1405 - 02-07-2012 Beautiful, thanks!!! |