Skip to content

umarurize/U_DynamicLight

Repository files navigation

U-DynamicLight

U-DynamicLight U-DynamicLight

Total Git clones GitHub Downloads (all assets, all releases)

🔔Introductions

  • 30+ glowing items support
  • Offhand mode support
  • Localized languages support
  • No damage to data: Since dynamic light implemented through network packets delivery, it will not do any damage to your Bedrock level.

🔨Installation

Check your Endstone's version
  • U-DynamicLight [<250619] adapts Endstone 0.7.2 - 0.8.2
  • U-DynamicLight [>=250619] adapts Endstone 0.9.0+

Put .whl file into the endstone plugins folder, and then start the server.

Enter the command /offhand to switch glowing items which are allowed by the server to offhand.

If a player both has glowing items in mainhand and offhand, the light emission level with be set to the greater of the two.

💻Download

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

📁File structure

Plugins/
├─ u-dynamic-light/
│  ├─ config.json
│  ├─ lang/
│  │  ├─ zh_CN.json
│  │  ├─ en_US.json

📝Configurations

config.json

{
    "item_allow_offhand": [
        "minecraft:torch",
        "minecraft:soul_torch"
    ],  // items are allowed to be switched to offhand
    "refresh_tick": 20 // light refresh interval in ticks
}

Server owner can edit and save config.json,and enter the command /ud to reload configurations/

🌐Languages

  • zh_CN
  • en_US

Off course you can add your mother language to U-DynamicLight, just creat XX_XX.json (such as ja_JP.json) and translate value with reference to en_US.json.

You can also creat a PR to this repo to make your mother language one of the official languages of U-DynamicLight.

💥Glowing items

😍Specially thanks

Readme Card

GitHub License

About

A dynamic light plug-in with 30+ glowing items for endstone server.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages