v0.4.36: suppress command/preload chat broadcast
All checks were successful
build / build (push) Successful in 1m18s

Command-block and player usage no longer spams chat:
- Command feedback (videoPlace/videoDelete/videoMute) now uses
  sendSuccess(..., false) so only the executor sees it; command blocks
  write to their own output + server log instead of broadcasting to ops.
- Removed client-side [videopreload]/[videocache] notifyChat spam in
  VideoCache; download status remains in the client log via LOG.

Co-Authored-By: Claude Opus 4 <noreply@anthropic.com>
This commit is contained in:
tkrmagid
2026-06-05 17:48:21 +09:00
parent 9d50f41bf7
commit 305d3429c8
5 changed files with 5 additions and 33 deletions

View File

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