Lands - Land claim plugin icon

Lands - Land claim plugin 7.15.15

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

Page 1 ... 20 21 22 23 24 ... 35
6.18.1 Oct 7, 2022
Luckperms Context, PlaceholderAPI

+ Added: [Suggestion] Luckperms context: lands_land_area_role_name
Wiki: https://github.com/Angeschossen/Lands/wiki/Luckperms-Context
+ Added: You can now use placeholderAPI placeholders in events.yml

- Fixed: Untrusted players being able to tame mobs, depending on if the mob is considered an animal or monster, the
flag ATTACK_ANIMAL or ATTACK_MONSTER will be checked.
- Fixed: Untrusted players being able to use vehicles, other than lores and boats.

6.18.0 Oct 4, 2022
Max. Allies and Enemies

+ Added: [Suggestion] You can now define a allies and enemies limit:

      lands.allies.<number>:
        description: Maximum amount of allies per land / nation.
      lands.enemies.<number>:
        description: Maximum amount of enemies per land / nation.
6.17.0 Oct 1, 2022
First join Items, Rent and Sell Signs

+ Added: [Suggestion] Being able to change the first line of rent and sell signs
Those signs have been moved to the list section to make this possible.

+ Added: [Suggestion] You can now give claimblocks on first join

+ Added: More options to giving items on first join

  # Give players items at first join.
  # Setting the slot of an item to a value lower than 1, will not give the item on first join.
  # But this does not disable those items completely. To completely disable those items
  # follow the instructions here: https://github.com/Angeschossen/General/wiki/GUI-Menus#disable-items
  give-items:
    # The selection tool allows them to claim.
    selection:
      slot_4: 0
      amount: 1
    # The info tool shows information about a claim when clicking on it.
    info:
      slot_5: 0
      amount_2: 1
    # The camp block creates a temporary claim at placement.
    camp:
      slot_6: 0
      amount_3: 1
    # Claim blocks claim the chunk they were placed into permanently, until the player unclaims the chunk.
    claimblocks:
      slot_7: 0
      amount_4: 4



+ Changed: [Suggestion] Do not close all inv views on plugin reload.
+ Changed: Only send pvp warning for untrusted players

6.16.8 Sep 30, 2022
Monster Projectiles, Personal Flags, Bossbar Fixes

- Fixed: [#2100] Potential issue with economic task execution if days > 1
- Fixed: [#2106] Monsters that shoot projectiles not able to attack creeper in claim
- Fixed: [#2112] Wrong camp radius upon placement since data holder not saved
- Fixed: player's personal flags not loading in some cases
- Fixed: no message at /war declare, if mutual
- Fixed: [#2121] bossbar messages not updating correctly and not being removed

6.16.7 Sep 24, 2022
Typo

- Fixed: value typo in config

6.16.6 Sep 24, 2022
Fixes

- Fixed: [#2106] Snowman not able to attack monsters in claims
- Fixed: [#2107] Weeping vines ignoring plant growth flag
- Fixed: [#2110] /l spawn not sending message when player hasn't enough money
- Fixed: Rental expiration not calling untrust event
- Fixed: Natural flags not showing in menu

6.16.5 Sep 20, 2022
Luckperms Context

+ Added: [Suggestion] Four new Luckperms contexts
    NOTE: Old ones were renamed to match the gernal name space.
    Please see the wiki and update accordingly: https://github.com/Angeschossen/Lands/wiki/Luckperms-Context

6.16.4 Sep 19, 2022
Selection Area Assign, Events, Fixes

+ Added: [Suggestion] being able to check permissions in conditions in event.yml
Please read the wiki for more info.

+ Added: [Suggestion] Warning message at /lands assign, if selection height is smaller than 2.

- Fixed: [#2096] Grouping and decimal seperator linked to language, not enforced
- Fixed: [#2103] Taxes info for untrusted
- Fixed: [#2105] Error on startup due to missing rent sign

6.16.3 Sep 17, 2022
3D Markers BlueMap

+ Added: [Suggestion] Being able to display claims as 3d markers at BlueMap
      # Should 3D markers be used to visualize claims? That means that they extend to the min and max height of the claim.
      3d: true

- Fixed: [#2098] Pays taxes option for role not enabled by default
- Fixed: Wrong target for LandOwnerChangeEvent

6.16.2 Sep 16, 2022
Auto Accept Membership Requests Flag

+ Added: [Suggestion] New option in membership requests menu to auto accept membership requests

- Fixed: Squaremap color error
- Fixed: show-lands in some setups for dynmap
- Fixed: Combat tag time
- Fixed: [#2097] Previous time reward permission not getting removed from LuckPerms

6.16.1 Sep 14, 2022
PAPI, Admin, Combat Tag

+ Added: [Suggestion] PAPI placeholders for land and nation id
https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders

+ Added: [Suggestion] Ignore /l setowner requirements if player has lands.admin.land_edit permission
https://github.com/Angeschossen/Lands/wiki/Permissions#administrator-permissions

+ Added: [Suggestion] Option to kill player, if they log out while having combat tag set on them

      # If a player attacks another player, he will be tagged for x (timeunit) so that, regardless of land settings,
      # other players can attack him.
      # 0s = disabled
      tag_time: 0s
      # Should a player be killed, if they log out while having a combat tag set on them?
      quit-kill: false
6.16.0 Sep 13, 2022
Dynmap, BlueMap Configuration

+ Added: [Suggestion] File with dedicated options for dynmap, bluemap, squaremap to allow them to work better together.
    File: web.yml

- Fixed: [#2094] {nation} placeholder dynmap

6.15.0 Sep 10, 2022
6.15.0 Sep 10, 2022
Banned Players, Spawn

+ Added: [Suggestion] Can't invite player that is banned.
+ Added: [Suggestion] Can't accept invite from area, where player is banned
+ Added: [Suggestion] Can't ask to join land, that is looking for members, if banned.
+ Added: [Suggestion] Don't allow spawn teleport if not trusted and land is engaged in war.
- Fixed: [#2088] Unknown message: not-exist
- Fixed: [#2111] Max chunks amount offset at claim
- Fixed: [#2070] Capture flag not removed correctly

6.14.7 Sep 6, 2022
Minor Fixes

+ Improved: Make sure destination is safe when disabling fly and therefore teleporting
- Fixed: [#2086] API event error unknown method 3rd party
- Fixed: [#2084] Wrong teams at declaration event if mutual enabled

6.14.6 Sep 3, 2022
Events Player Groups, Entities

+ Added: [Suggestion] Being able to manually specify animals and monsters in config:

entities:
  # You can specify here which entities should be considered an animal or monster.
  # This affects all parts of the plugin, that involves these entity groups.
  # If the list contains "default": New entities of future updates, that are part of this category will be added automatically.
  animals_list:
    - 'default'
  monsters_list:
    - 'default'



+ Added: player_target player group for events.yml for those events that involve a target player.
See the default file on github for reference. The player group isn't added automatically.
+ Added: war_loser_online, war_loser_trusted player group for warendevent in events.yml
+ Improved: [#2081] Comments about bank.enabled in config.yml
- Fixed: [#2083] WarDeclareEvent called before acception, if mutual
- Fixed: [#2082] Sorting context error if nations disabled

6.14.5 Aug 29, 2022

+ Improved: Fertilization check when using bone meal.
- Fixed: [#2104] Not recognizing nether world with different names

6.14.4 Aug 27, 2022
+ Added: API: Container additions, such as claims and areas
Required for latest BetterFarming.

+ Added: Ignore claim limit and costs at /l merge, if editor is server admin editor
6.14.3 Aug 26, 2022
Relation, Playtime

+ Added: [Suggestion] %lands_relation% placeholder
https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders

+ Added: New permission to allow usage of disabled features, such as setting areas up for rental.
          lands.admin.disabled-features:
            description: Allow to use disabled features, such as setting areas up for rental.

+ Improved: Use playtime from server stats to take whole playtime into account.
- Fixed: [#2099] Error at config validation

6.14.2 Aug 25, 2022
Events

+ Added: events.yml: You can now use lists in conditions:
    condition: '["abc", "def"] contains "abc"'
    https://github.com/Angeschossen/General/wiki/Events#lists

+ Added: events.yml: Two new text operators:
    https://github.com/Angeschossen/General/wiki/Events#text-operators

Page 1 ... 20 21 22 23 24 ... 35
You might also like...