#DynamicProperty Wizard (for Creators)

1 messages · Page 1 of 1 (latest)

reef plaza
#

This is a utility that you can drop into your own Add-Ons and BehaviorPacks that lets you view and edit DynamicProperties on Entities, including Players.

This is the initial Alpha release. The Property Wizard code is included with a simple RPG stub so you can see how it can be used. The example gif shows editing a Property (call Luck) to change the value from 6 to 16.

Have a look, let me know what you think.

https://github.com/abrightmoore/Property-Wizard-for-Bedrock-Creators/

GitHub

In-game Minecraft Bedrock editor for Entity DynamicProperties - abrightmoore/Property-Wizard-for-Bedrock-Creators

midnight urchin
#
import * as mc from "@minecraft/server";
import * as mcui from "@minecraft/server-ui";
#

you should only import what you use not everything

#

other than that goodjob

reef plaza
#

Cheers - appreciate the feedback. Code review/cleanup is overdue for sure. I'll cross post when I'm back at a computer.