Skip to content

A light 2D land system plugin with rich and interesting features for endstone server.

License

Notifications You must be signed in to change notification settings

umarurize/ULand_2D_Light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

header


ULand 2D Light ULand 2D Light

Minecraft - Version PyPI - Version

Introductions

  • 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 or land.json in game directly.

Installation

[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.

Download

Now, you can get the release version form this repo or Minebbs Minebbs.

File structure

Plugins/
├─ uland/
│  ├─ config.json
│  ├─ land.json

Configuration

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
        }
    }
}

Wiki

English version is under construction...

🔗https://docs.qq.com/pdf/DQktCeFdUYW1wZ1h2

GitHub License

About

A light 2D land system plugin with rich and interesting features for endstone server.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages