Lands - Land claim plugin icon

Lands - Land claim plugin 7.15.6

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

Page 1 ... 10 11 12 13 14 ... 34
6.44.0 Jan 15, 2024
WarHandler API

- Fixed: [#2489] edit tenant flag
- Fixed: [#2492] keep exp if keep-inventory
+ Added: WarHandler to API to allow 3rd party developers to add their own elements to wars

6.43.1 Jan 13, 2024

- Fixed: [#2487] don't create tenant role if rent AND sell is disabled

6.43.0 Jan 12, 2024
Keep Inventory, Unclaim Radius

+ Added: [Suggestion] option for keeping inventory inside land:

  # Should players keep their inventory, if they die inside a land?
  keep-inventory: false



+ Added: [Suggestion] /lands unclaim radius <radius>
+ Added: [Suggestion] support for new hologram type in CMI for 1.20+

- Fixed: [#2482] spawner disable option in config.yml

6.42.16 Jan 5, 2024

+ Added: [Suggestion] short-unit format

    # The short format will use the normal format if the value is lower than 1000.
    # This format is only used in cases where there is not much space, like on signs.
    # This will convert balances like the following:
    # 1000000000 = 1B whereas {value} = 1 and {unit} = B
    # 1000000 = 1M
    # 1000 = 1k
    short-unit: '${value}{unit}'
6.42.15 Jan 4, 2024
Short Eco Format

+ Added: [Suggestion] short-unit format

    # The short format will use the normal format if the value is lower than 1000.
    # This format is only used in cases where there is not much space, like on signs.
    # This will convert balances like the following:
    # 1000000000 = 1B whereas {value} = 1 and {unit} = B
    # 1000000 = 1M
    # 1000 = 1k
    short-unit: '${value}{unit}'




- Fixed: 3rd party plugins not able to set default state for flag

6.42.14 Dec 30, 2023

- Fixed: [#2481] [#2483] rental time resetting at rent interaction

6.42.13 Dec 29, 2023
Upkeep Alert

+ Added: [Suggestion] warning before upkeep collection if funds are insufficient

[code=YAML]    # Altert the land or nation, if their funds are insufficient for upkeep.
    # Default: Alerts them 5 hours before upkeep collection, if their balance is insufficient.
    insufficient-altert_time: 5h[/code]



- Fixed: [#2480] rent sign removal sets it back

6.42.12 Dec 27, 2023
Rental Time, Camp

- Fixed: [#2474] [#2454] rented time reset at reboot
- Fixed: [#2448] camp expiration delayed

6.42.11 Dec 24, 2023
Mohist
- Fixed: Mohist startup
+ Improved: Storage saving
6.42.10 Dec 23, 2023
Mohist

- Fixed: [#2467] error on 1.18 at boat handling
- Fixed: database init on mohist

6.42.9 Dec 22, 2023
Rental Time

- Fixed: [#2462] rental time ticking too fast

6.42.8 Dec 21, 2023
View Particles

- Fixed: [#2460] [#2459] /land view particles not showing

6.42.7 Dec 19, 2023
LandBlock API

+ Added: API for the new landblocks
- Removed: Deprecated CaptureFlagBreakEvent in favor of LandBlockRemoveEvent
- Removed: Deprecated CaptureFlagPlaceEvent in favor of LandBlockPlaceEvent
- Fixed: [#2451] Error at AsyncTabCompleteEvent

6.42.6 Dec 15, 2023
Fly Flag, Teleportation

- Fixed: [#2447] fly flag display state warning
- Fixed: Only allow players with the correct flag to open the land storage
- Fixed: [#2442] active teleportation at cmd execution

6.42.5 Dec 11, 2023
Toggleable Flags Tenant

+ Added: You can now specify flags to be toggleable for the tenant role (roles.yml)

      # Allow lands to toggle specific flags for this role? They can only do this while the area is NOT rented.
      # WARNING: Keep in mind that this could allow lands to rent out areas, in which tenants can't do much or nothing depending
      # on the "allow-edit" list. You can add "all" to the list to allow them to toggle all flags for this role.
      # NOTE: They still need the generl toggle permission for the flags. These can be found in the wiki: https://github.com/Angeschossen/Lands/wiki/Permissions#toggle-role-flags
      allow-toggle-flags: []



- Fixed: [#2240] assigning areas for an admin land

6.42.4 Dec 7, 2023
Land Storage Fix
It is recommended to update, if you use the land storage.

- Fixed: [#2437] error at /lands unclaim all
- Fixed: Land storage item grouping at save
6.42.3 Dec 5, 2023

- Fixed: [#2436] Top leaderboard hologram only displaying 9
- Fixed: Some minor issues regarding rent signs

6.42.2 Dec 4, 2023
Rent Signs and Fixes

This update migrates the land rent and sell signs and holograms to the new landblock system. It's recommended to backup your database, if
you use the rent system.

- Fixed: [#2435] Don't show player inbox on join, if player has inbox disabled
- Fixed: [#2433] Entering boats counts as interact_general
- Fixed: [#2429] Wither animal attack flag bound to entity griefing flag
- Fixed: [#2429] Spawner spawn flag setting
- Fixed: [#2425] rent signs disappearing in rare cases

6.42.1 Nov 30, 2023
Storage, Mainblock

+ Added: Option to toggle land storage

  # If enabled, allows land members to store items in the /lands storage command.
  # The storage can also be accessed by clicking on the land mainblock's barrel.
  # WARNING: If you disable this option, all items in all land storages will be deleted.
  storage: true



+ Added: Land's can now toggle the mainblock hologram
You may want to update this item in the GUI file:

        mainblock_reposition:
          name: '&c&lEdit Mainblock'
          lore: '&8✖ &bLEFT CLICK[newline]   &7Remove or reposition the mainblock.[newline]    &8• &7Placing it again costs:&c {cost}[newline]&8✖ &9RIGHT CLICK[newline]   &7Toggle the hologram: {hologram}'
6.42.0 Nov 29, 2023
Land Post Messages, API

+ Added: [Suggestion] Land members can now add inbox messages of the type "POST"
    Land members will also get notified upon login if there are any new posts.
    Also the land mainblock will prefer posts for the {inbox} placeholder.

+ Added: API: PlayerCooldown: https://github.com/Angeschossen/LandsAPI/commit/f19e87fd9d1ee513974d4adfee4ddd25684c539d

Page 1 ... 10 11 12 13 14 ... 34
You might also like...