- 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.
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.
Now, you can get the release version form this repo or
. Minebbs
Plugins/
├─ u-dynamic-light/
│ ├─ config.json
│ ├─ lang/
│ │ ├─ zh_CN.json
│ │ ├─ en_US.json
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/
-
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.