For the complete documentation index, see llms.txt. This page is also available as Markdown.

Levels

Levels

Levels can be configured in the levels.yml file of Lands. The level of a land or nation can be retrieved using this method: MemberHolder#getLevel

Level Requirements

You can also add new level requirements programmatically. These must be added before Lands is fully enabled. The best way to achieve this, is registering the requirements at your onLoad method in your main class.\

Last updated