Skip to content

DisplayAPI v1.1.0

Latest

Choose a tag to compare

@wjddusrb03 wjddusrb03 released this 29 Mar 14:36

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
  • #RRGGBB hex color support for glow effects
  • Full tab completion for all arguments
  • Custom ID assignment with id:name syntax

Bug Fixes

  • Fixed potential NPE in list/near commands
  • InteractiveDisplay: HashMap to ConcurrentHashMap for thread safety
  • FollowDisplay: Added null check on target location