
Lands - Land claim plugin 7.15.15
Feature rich GUI, Taxes, Settings, Flags, Easy to use, Titles, Rewards, Dynmap, Upkeep, Rent, Wars
+ Changed: moved /l admin give to /l admin player <player> give
- Fixed: [#2089] Wrong points to win placeholder value
- Fixed: [#2090] Error when opening all nation's menu when nations disabled
- Fixed: [#2091] Fixed command async execution for events
- Fixed: [#2070] Being able to place multiple capture flags in one capture region
+ Added: Support for new BlueMap version
Older versions are no longer supported.
+ Added: [Suggestion] events.yml file where you can cancel events and execute commands
when these events happen.
https://github.com/Angeschossen/General/wiki/Events
+ Added: [Suggestion] Permissions to restrict teleportation
https://github.com/Angeschossen/Lands/wiki/Permissions#teleportation
If some teleportation is missing, and you would like to restrict it, #suggestions channel in the Discord server.
+ Added: [Suggestion] New flag for shearing entities: shear
Please make wanted changes in roles.yml to make it apply to new land creations in the future.
- Fixed: [Suggestion] Players falling down when fly is disabled, instead of being teleported safely to the ground
- Fixed: issue with land_enter flag when at the time of claiming players were inside the claim
- Fixed: [#2080] [#2081] Wrong flag for damaging iron golems
For the plugin called MobHunting
+ Added: Translate color codes for papi placeholders when used in menus or chat
+ Improved: Only save player flags when they differ from default
- Fixed: [#2062] Error when adding new flags column
- Fixed: [#2072] Unknown message: player-not-exist
+ Added: Top lands and nations sorting to "all" menu
+ Added: Personal settings menu
+ Added: [Suggestion] Personal flag to toggle receiving invites
+ Added: [Suggestion] Personal flag to toggle seeing land enter and leave messages
+ Added: [Suggestion] API: land.claimChunk method to claim chunks
+ Added: [Suggestion] API: getNations method to retrieve a list of all nations
+ Added: [Suggestion] Lands can now set an icon in the various options menu
This icon will display everywhere the land is represented in the menu.
- Fixed: [#2058] War end even asynchronous error
+ Added: [Suggestion] Being able to change icons by just dragging an item to the slot
- Fixed: [#2051] Being able to modify relations during war
- Fixed: [#2053] Issue with temporary failure items not getting reset when changing page
+ Added: [Suggestion] Inactive players categories to specify different behaviour depending on their playtime. Disabled by default.
# Delete inactive Lands, if the owner is offline since x days.
# NOTE: When changing any of these settings, it's recommended to take a backup of the database, in case you misconfigure anything accidentally.
# Otherwise, you're risking irreversible land deletion.
# NOTE: These settings require server reload / restart.
expiration:
# How long does an owner need to be offline, to be considered inactive?
# This option allows you to create different categories of inactive players depending on their playtime.
# Format: 'playtime:offline-time'
#
# Example:
# owner_list:
# - '15m:7d'
# - '30m:14d'
# - '12h:30d'
# - '1d:60d'
# - '2d:80d'
#
# '15m:7d' and '30m:14d' means that land owners that have less than 15 minutes of playtime, will be considered inactive, if they're offline since at least 7 days.
# Owners that have more than 15 minutes of playtime and less than 30 minutes will be considered as inactive, if they're offline since at least 14 days.
# And so on...
# Inactive land owners get, depending on your configuration, either untrusted and a new owner is set or their land get's deleted.
# An empty list disables this option.
owner_list: []
# How long does a land member need to be offline, to be considered inactive?
# Inactive land members get untrusted.
member_list: []
- Fixed: [#2044] Error at accepting membership request
+ Added: [Suggestion] Players can now request membership through the /lands list menu, if the land has the looking for members category set.
+ Added: Menu to manage player related things such as: members, banned players, invites, membership requests
So this moves the members and invitees item of the land menu to this menu. You might want to adjust item slots in the land menu
to prevent empty spaces. You can do so in the GUI file.
+ Added: Menu to manage membership requests
- Fixed: Flag descriptions of 3rd party plugins
- Fixed: Issue with listener registration
+ Added: [Suggestion] Role attribute to decide which role are paying taxes
+ Added: [Suggestion] API: WarEndEvent
- Fixed: [#2030] Error at /lands delete with item eco enabled in rare cases
- Fixed: [#2034] Error: no-item
- Fixed: [#2025] Click sounds
- Fixed: [#2025] Rent holo sign drop
+ Added: [Suggestion] PlaceholderAPI placeholder to show max lands etc.: https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#general
- Fixed: [#2013] Sounds not playing for some items
- Fixed: [#2021] Hoglins not covered by monster spawn flag
+ Added: PlaceholderAPI placeholder lands_land_name_plain
https://github.com/Angeschossen/Lands/wiki/PlaceholderAPI-Placeholders#land
- Fixed: Issue with capture block removal
- Fixed: [#2010] Not able to read book from lectern if interact_container not set
- Fixed: [#2011] Time not found upkeep.no-pay
- Fixed: [#2016] Anvil protection
+ Added: Option to disable mythic mobs spawn cancellation
# Should the spawning of mythic mobs be cancelled, if the affected area has spawning disabled?
# It's not possible to distingush between hostile and friendly mobs with MythicMobs, so this might
# lead to unexpected results, depending on your use-case.
mythicmobs: false
- Fixed: [#2005] Fire spreading into wilderness, even if disabled
https://github.com/Angeschossen/General/wiki/GUI-Menus#execute-command-as-console
- Fixed: [#2016] Able to declare at allies already in a war
+ Added: [Suggestion] Separate points for capture block breaking and explosion
# Capture block points
capture-block:
# Get x points, if you capture a capture block.
capture: 5
# Get x points, if you break a capture block of the enemy.
break: 3
# Get x points, if you explode a capture block of the enemy.
explode: 5
- Fixed: [#2027] /lands menu here opening menu for owner instead of executor
- Fixed: Sorting context not found: ratio_kd and ratio_wl. Use ration-dk and ratio-wl instead.