What's New
Fully Configurable Command System
The command system has been completely rewritten. All commands are now user-configurable — no more hardcoded test demos.
New Commands
/dapi create text|block|item— Create displays with custom content/dapi edit <id> <property> <value>— Modify text, block, item, scale, billboard, glow/dapi move <id>— Teleport display to your location/dapi animate <id> <type>— Apply animations (pulse, spin, bounce, float, shake, fadein, fadeout, growin)/dapi popup <text>— Create popup text/dapi near [radius]— Find nearby displays
Features
&color code support in text commands#RRGGBBhex color support for glow effects- Full tab completion for all arguments
- Custom ID assignment with
id:namesyntax
Bug Fixes
- Fixed potential NPE in list/near commands
- InteractiveDisplay: HashMap to ConcurrentHashMap for thread safety
- FollowDisplay: Added null check on target location