Lands - Land claim plugin icon

Lands - Land claim plugin 7.15.8

Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars

Page 1 ... 15 16 17 18 19 ... 34
6.29.9 May 19, 2023
Pl3xMap Support

+ Added: [Suggestion] Support for Pl3xMap in web.yml

  Pl3xMap:
    enabled_4: true
    # Set the spawn icon
    # You can disable this by setting icon to ''
    spawn:
      # Set the icon
      # NOTE: This needs to be the absolute image address. Recommended imgage size: 32 x 32 pixels
      # Example: 'path-to-server\bluemap\web\assets\steve.png'
      icon_4: ''
      # Set the icon for a nations capital.
      # NOTE: This needs to be the absolute image address. Recommended imgage size: 32 x 32 pixels
      # Example: 'path-to-server\bluemap\web\assets\steve.png'
      icon-capital_4: ''
    land:
      # Opactiy of the land. Needs to be between 0 (lowest) and 1 (highest).
      opacity_7: 0.6
    border:
      # Opactiy of the land border. Needs to be between 0 (lowest) and 1 (highest).
      opacity_8: 0.9
      # Thickness of the border.
      thickness_4: 2
6.29.8 May 13, 2023
6.29.8 May 13, 2023

+ Added: [Suggestion] Capture capture flag if defenders all logout while being in the capture area
+ Changed: Don't allow throwing lingering potions in claim, if pvp disabled, even if no animal or player is near

6.29.7 May 6, 2023
Category, Captureflag

- Fixed: [#2317] lands shouldn't have a category set by default
- Fixed: [#2317] /l top balance placeholder
- Fixed: [#2327] error at capturing area on paper

6.29.6 May 5, 2023
Hex Color, Bed Respawn

- 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

6.29.5 Apr 29, 2023
Parent Role, Dragon Eggs

+ 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

6.29.4 Apr 29, 2023
Flag Sorting

+ Added: [#2317] Role flags are now sorted by the display list in roles.yml

- Fixed: Wrong placeholders for war surrender
- Fixed: /l trust admin bypass
- Fixed: [#2319] Untrusted players being able to trigger respawn anchors

6.29.3 Apr 22, 2023
Bed Placement

- 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"

6.29.2 Apr 12, 2023
Max Distance Nations

+ 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

6.29.1 Mar 31, 2023
6.29.0 Mar 28, 2023
Wars, Selection, Introduction

+ Added: /lands unclaim all command
/lands unclaimall might be removed in the future.

+ Added: [Suggestion] /lands selection expand <y-min> <y-max> command
+ Added: [Suggestion] %lands_land_icon% PlaceholderAPI placeholder
+ Added: [Suggestion] Bamboo is now covered by plant growth flag

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

# 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




+ Changed: [Suggestion] Since the old pillage/invading section in wars.yml was a bit confusing, it has been restructured with
better names and organized. You may need to re-configure this section if you want to change something.

# Invading means that the enemy is invading their opponent. Depending on the options "role-settings_list", "block-place_list" and "block-break_list"
# they will be able to do certain actions in these lands, like opening chests.
# If you want to limit what they're able to do, edit "role-settings_list", "block-place_list" and "block-break_list" in this section.
invading:
  # Limit when invading enemies are able to do certain actions (editable in the "flags" section below).
  restrictions:
    # Set a minimum amount of players of the defenders, which need to be online before the attackers can interact in the land.
    # This value is applied to the land that is currently being invaded. Not the whole team (collection of lands).
    # NOTE: If you want to allow pillages WHILE no defender is online, set this option to 0.
    # NOTE: This setting requires server reload / restart.
    min-players: 1
    # Set a time period where players are still able to attack the land after the last player of the target land left the server.
    cooldown_logging_time: 1m

  # Limit what invading enemies are able to do.
  flags:
    # Allow players doing the following things in the enemy land (only during war).
    # Available actions: https://github.com/Angeschossen/Lands/wiki/Roles-and-their-Flags#action-flags
    # NOTE: Adding BLOCK_PLACE or BLOCK_BREAK to this list will allow invaders to break, place ALL blocks. If you want to specify blocks, please use the lists below.
    # NOTE: In war the attackers and defenders also have the flags of the untrusted role of the area they're invading.
    role-flags_list:
      - ITEM_PICKUP
      - ATTACK_PLAYER
      - LAND_ENTER

    # Allow the placement of specific blocks if the land part of a war.
    # NOTE: This is only needed if BLOCK_PLACE is NOT in the role-settings_list above.
    # Values: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    block-place_list:
      - LADDER
      - VINE
      - SCAFFOLDING

    # Allow breaking of specific blocks if the land part of a war.
    # NOTE: This is only needed if BLOCK_BREAK is NOT in the role-settings_list above.
    # Values: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    block-break_list:
      - LADDER
      - VINE
      - SCAFFOLDING
6.28.20 Mar 23, 2023
Ally Role

- Fixed: [#2279] /l setowner cooldown
- Fixed: [#2283] Ally role flags for newly created lands

6.28.19 Mar 17, 2023

- Fixed: Declaration timeout time missing in wars.yml
- Fixed: Interaction with enchanting table
- Fixed: Eating in claims you're not trusted in

6.28.18 Mar 6, 2023

+ Improved: [#2291] Protection for unsupported blocks from mods (hybrid servers)
- Fixed: [#2298] Role color name comparison in /l admin land * resetflag
- Fixed: Missing default slots for invite accept menu

6.28.17 Mar 5, 2023

+ Changed: Auto set spawn anyway, even if loc is not safe
- Fixed: [#2306] Error

6.28.16 Mar 3, 2023
6.28.16 Mar 3, 2023
Banned Players - Combat Tag

+ Changed: Respect banned status even if players are in combat (combat tag)
- Fixed: [#2299] Sign update for rented areas
- Fixed: [#2305] Invites menu missing item

6.28.15 Feb 27, 2023
Spawn Loc

- Fixed: [#2302] Error at adjusting land spawn loc

6.28.14 Feb 27, 2023

+ Added: API Selection and selection.claim
- Fixed: Missing argument translations
- Fixed: [#2294] Vault deposit response at bank withdraw
- Fixed: [#2293] Ally sync for players

6.28.13 Feb 22, 2023
Random Teleportation
- Fixed: Missing parameter translation: amount
- Fixed: [#2286] Missing relations option in config
+ Improved: [#2317] safe loc detection
+ Improved: Teleportation destination load speed
Page 1 ... 15 16 17 18 19 ... 34
You might also like...