Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 1.20 Support

MC Plugin Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 1.20 Support 7.4.4
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars

+ Added: basic-mode option in config.yml, which does disable all advanced features, except claiming and trusting players.

Code:
    # Enabling this option will disable all advanced features. Meaning that only the bare
    # minimum of features will be enabled. This option is meant for servers that want to
    # have a very simple setup and only want players to use the claiming and trusting players
    # feature of the plugin. Enabling this option will forcefully disable some features,...
+ Added: Support for Minecraft 1.20
More tweaks and additions for 1.20 are coming next week.
+ Added: API: CaptureFlagPlace and CaptureFlagBreak Event
+ Added: API: CaptureFlagCapturedEvent
- Fixed: [#2346] Untrusted players were able to teleport dragon egg with left click
- Fixed: [#2347] Breaking a flowering azala results in HARVEST flag instead of BLOCK_BREAK flag
- Fixed: [#2340] Declaration timeout option wars.yml
- Fixed: [#2322] hex color considered as text - max lore length option in config
- Fixed: [#2323] Default eco format for items and exp
- Fixed: [#2321] Bed respawn bypasses banned player status
+ Added: [#2317] Players from parent roles (add to new area) aren't added to new areas
- Fixed: Not being able to teleport dragon eggs in claim
- Fixed: [#2314] Land params with spaces in menus
- Fixed: [#2310] Fixed bed dupe items caused by event handler in bukkit
- Fixed: Option in wars.yml: "invading.flags.role-flags"
+ Added: {uuid} placeholder to permission-plugin commands in config.yml
+ Added: [Suggestion] Max distance for nation members (lands) to the capital of the nation
# Set a maximum distance between the capital and the land that they want to invite to their nation.
# 0 disables this option.
max-distance: 0
+ Added: [Suggestion] Don't allow transferring of land ownership if players max chunks limit is too low for the land. Takes level and nation into account.
+ Added: [Suggestion] Return none from translation file for %lands_land_role% if wilderness
This update contains some important changes. Please read the changelog and make adjustments to the config, if needed.

+ Added: [Suggestion] Remind players that their chest isn't protected.
By default this is enabled.

Code:
# Introduce new players to claiming.
introduction:
 # Notify these players until they reached this playtime.
  # 0 disabled this section completely.
  max-playtime_time: 10m
  # Reminders can be sent multiple times, but they have a cooldown to prevent spam and annoyance.
  reminder:
   # Send a warning that the placed container isn't protected when placing it in wilderness.
    # Will only be sent if the player isn't part of any land already.
    container-placement: true
Top Bottom