You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
Plugins Lands ⭕ Land claim plugin ✅ Grief Prevention Protection GUI Management Nations Wars - 26.x Support
Version: 7.25.19
- Author ArteffCods
- Creation date
- Fixed: [#2387] wrong placeholder value at /lands rent remove tenant
- Fixed: [#2387] don't reset tenant role for admin lands
- Fixed: leaderboard parse placed off by 1
- Fixed: leaderboard head wrong orientation if there's no land or nation on that place
tag [#2383]
- Fixed: [#2380] leaderboards signs start at 2 not 1.
- Fixed: [#2377] capture flag bossbar not being removed from land members that aren't inside the capture area
- Fixed: locale spelling error
[#2366]
+ Added: [Suggestion] being able to limit when a war declaration can be sent:
Code (YAML):
# "from" and "to" define the hours of each day between which a declaration can be sent.
# Minimum: 0 (00:00 AM)
# Maximum: 23 (11:00 PM)
# Setting one of these to -1 will disable this option.
send-time:
from: -1
to: -1
+ Added: [Suggestion] Option to disable land mainblocks
Code (YAML):
mainblock:
# Disable the placement of NEW mainblocks. This doesn't remove existing ones.
enabled_3: true
# Cost to repositon the mainblock after land creation.
reposition-costs: 0
+ Added: [Suggestion] /lands deposit all and /lands withdraw all
- Fixed: top lands hologram only showing place 2-10
- Fixed: [#2390] folia playtime reward task error
- Fixed: [#2382] attached melon and pumpkin stem not counted towards harvest flag
- Fixed: [#2385] land deletion not removing land from menu immediately
+ Added: land mainblocks that open the land menu on interaction
These blocks also have a hologram. In the future, this might as well include a storage. These blocks aren't destructible.
![]()
![]()
If you want to charge your players for repositioning the mainblock (config.yml):
Code (YAML):
# Cost to repositon the mainblock after land creation.
mainblock-reposition-costs: 0
+ Added:...