- Rich features:
land create
,land info
,land buy
,land sell
,land rename
,land member add
,land member remove
,land security setting
,land tp
,land tp setting
,land ownership transfer
,land public
... - Ultra protection:
fire protection
,explosion protection
,wither protection
,block interaction
,block breaking
,entity interaction
,player attacks
... - Full GUI: Beautiful GUI forms for easy operation rather than commands.
- Hot reload support: Operators can edit/update
config.json
orland.json
in game directly.
[Required pre-plugin] UMoney
[Optional pre-plugin] ZX_UI
Put .whl
file into the endstone plugins folder, and then start the server. Enter the command /utp
to call out the main form.
Now, you can get the release version form this repo or
. Minebbs
Plugins/
├─ uland/
│ ├─ config.json
│ ├─ land.json
ULand allows operators or players to edit/update relevant settings through GUI forms with ease, here are just simple explanations for relevant configurations.
config.json
{
"land_buy_price": 20, // the unit price of the purchase of the land (per square block)
"land_create_timeout": 60, // the max time in seconds taken to create a land
"max_area": 40000, // the max legal area of a single land
"max_land_per_player": 25, // the max number of lands each player can have
"is_land_sell_rate_on": true // whether to enable the floating price (0.0~2.0) of land sell
"land_sell_cool_down_timeout": 3 // land sell cooldown in days (When the previous configuration is set to true)
}
land.json
{
"DENHJE": {
"DENHJE的领地": {
"dimension": "Overworld",
"range": "(-7977, ~, 2323) - (-8017, ~, 2275)",
"area": 1920,
"land_expense": 38400,
"land_buy_time": "2025-02-24",
"land_tp": [
-7977,
67,
2323
],
"permissions": [
"xubaobao0310"
],
"public_land": false,
"fire_protect": true,
"explode_protect": true,
"anti_wither_enter": true,
"anti_right_click_block": true,
"anti_break_block": true,
"anti_right_click_entity": true,
"anti_player_attack": true
}
}
}
English version is under construction...