v0.4.25: add volume argument to /videoPlace, -1 mutes
Some checks failed
build / build (push) Has been cancelled

New signature:
  /videoPlace <pos> <facing> <width> <height> <volume> <url>

volume is int -1..100. 0..100 sets percent and clears mute; -1 is a CLI
shortcut that sets muted=true (underlying volume kept at 0.5 so a later
/videoMute false restores audible level without re-typing). Matches the
percent scale shown in the config GUI.
This commit is contained in:
tkrmagid
2026-05-17 03:31:13 +09:00
parent ecd254cb78
commit 5722c299d3
2 changed files with 19 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ org.gradle.configuration-cache=false
# Mod
mod_id=video_player
mod_version=0.4.24
mod_version=0.4.25
maven_group=com.ejclaw.videoplayer
archives_base_name=video_player