FAQ - LandlordPlugin/LandLord GitHub Wiki

Frequently asked questions

LandLord doesn't work.

alt text

Checklists:

1.13.2 and newer:

  1. Have you downloaded LandLord-latest.jar from the official build server?
  2. Are you using the newest version of spigot/paper 1.13.2/1.14.x/1.15.x? Avoid unofficial sources. BuildTools is the only reliable source.
  3. Are you using beta worldguard?
  4. Are you using beta worldedit?
  5. Check 1.- 4. again
  6. Reach out to the team via spigot forum or discord.

1.12.2:

  1. Have you downloaded LandLord-legacy.jar from the official build server?
  2. Are you using the newest version of spigot 1.12.2? Avoid unofficial sources. BuildTools is the only reliable source.
  3. Are you using worldguard 6.2.2?
  4. Are you using [worldedit 6.1.9](https://dev.bukkit.org/projects/worldedit/
  5. Check 1.- 4. again
  6. Reach out to the team via spigot forum or discord.

My worldname contains a space or any other special characters

Please rename your world.

Can I configure landlord to claim larger chunks than 16*16?

No. Talk to Mojang to increase chunk size. There is /ll multiclaim however, which enables you to claim multiple lands at once.

I installed the plugin but cant claim.

In case you didnt touch the config yet, the claims shop is activated by default. That means, you need to buy claims before being able to claim a land. To buy claims click on the message in the chat.
If that doesnt work check out if you have a "landlord.player.limit.x" permission, where x is a number. Also read the next point for an example.
Every aspect of this subsystem can be configured in the config.

You can't claim more than -1. OR You can't claim more than 10.

You have to define the hardcap permissions. If you want your players to not be able to claim more than 10 lands, give the player the permission landlord.limit.x (where x is the new maximum). If you want them to claim less than 10 you need to negate the default permission landlord.limit.10 as well.

I/My users can't click on the chat

If you're using Geyser (or similar) to allow bedrock players on your server, you need to switch the confirmation mode to GUI, as bedrock doesn't have clickable text components.

Landlord doesnt work with FAWE-WG.

I have no clue, whats up with FAWE-WG. If somebody knows whats behind this miracle, please let me know.

Unclaiming a land regenerates it

Please check the config (CommandSettings.Unclaim.regenerate). If that boolean is not present add it.

The cost functions are to complicated for me.

Go with LINEAR or LIMITED. Linear means, that the price for the next land scales linear. That means - for example - that every land is 500Coins more expensive then the previous one.
You can check out, what limited growth does here.

I can't build in the normal world.

Press Ctrl+F inside the config file, and enter "SecureWorld".

I want my users to be able to fly inside their claims.

Check out the worldguard fly flag. Its an extra plugin, but will provide you with (almost) everything you need.
In order to integrate said plugin with worldguard, add the flag to the config option "Flags".
If you also want to make it toggleable, add an entry to the "Manage" config option. Just copy paste one of the aboves and rename the flagname to the flagname of your worldguard flag you added before. The names must match 100%!

I want my users not to be able to claim in certain worlds

Please open the config in your preferd text editor and start reading. In line 12 you will notice the option "disabled-worlds"

Hoppers are destroyed when trying to transfer items between chunks.

This is a known "issue" in worldguard. They consider it a feature. You can enable the option "ignore-hopper-item-move-events" in the Worldguard config to fix this problem.
Please be aware that this may enables theft!

Denying permissions doesnt work

Please check if you are op. Op overrides anything.

I get stacktrace about skulls: Name and ID cannot both be blank

Minecraft Bug

Where can I find a list of all particles/materials?

Particles
Materials

I am to lazy to read the config and the documentation so I'll just message you

Don't do that. I'm usually not very forthcoming to laziness, so please do your homework before you contact the team of landlord. If however you are certain that its a bug within landlord please add as much information as possible (version numbers, steps to reproduce, other plugins, landlord config...). Even if the solution is easy, I will reply to you and I will give you a solution, if the problem concerns landlord or is not already answered in this FAQ.

Hows Landlord financed?

Its not. Most of the code in this repo was written since Jul'17 only by Spatium. Hundreds of hours went into this project, constantly trying to improve.
In September 2020 SirYwell, Hadde overtook landlord as the new maintainers. They ensure that everything is working on all versions and keep the project alive together with Aurelien as a Developer. If you are enjoying landlord, please consider to donate us a few gummy bears or specialists books. You don't pay for the plugin or the support for it, but consider it as a token of appreciation for all the free work, that went into this project.
Also take a look at Landlord-Dynmap in case you fancy something in return for your donation.