REPO_JP-AllPlayerCommands icon

AllPlayerCommands

Host-only all-player commands: kill/revive/heal/summon/truck, knockback/damage/heal+/emote/TTS, tumble/wings, HP max, flicker, anim/pupil. ホスト専用全員コマンド。キル/蘇生/回復/召喚/トラックTP、KB/ダメ/回復量/表情/TTS、タンブル/羽、最大HP、点滅、アニメ/瞳孔

By REPO_JP

CHANGELOG

Changelog

[1.2.0] - Major Expansion

Added

  • New action commands

    • Knockback All (/kba, /knockbackall, /knockall, /impulseall)
    • Damage All (/dga, /damageall, /hurtall, /hitall)
    • Heal Amount All (/hga, /healamountall, /healaddall, /healplusall)
    • Expression All (/exa, /expressionall, /faceall, /emoteall)
    • TTS All (/ttsa, /ttsall, /sayall, /speakall)
  • New player-state control commands

    • Tumble All (/tba, /tumbleall) with timed mode
    • HP Max All (/hpmaxall, /hpmaxa)
    • Flicker All (/flickerall, /flickera)
    • Anim Speed All (/animspeedall, /animspeeda, /asall, /animall)
    • Pupil All (/pupilall, /pupila, /eyesall)
    • Falling All (/fallingall, /fallinga, /fallall)
    • Reset Push All (/resetpushall, /resetpusha, /rpa, /pushresetall)
  • New wings visuals command

    • Tumble Wings All (/tumblewingsall, /wingsall, /wa)
    • Pink mode keep-alive loop (0.5 second reapply)
  • Chained short command parser

    • Supports /raka style combinations using ra, ha, ka

Changed

  • Summon All and Truck All now force a stand-up step before teleport actions
  • HP max synchronization now reads current HP/max HP via reflection cache before UpdateHealthRPC
  • Player target resolution now has a fallback path (SemiFunc.PlayerGetList() then Resources.FindObjectsOfTypeAll<PlayerAvatar>())
  • Per-player execution is wrapped with stronger failure isolation to keep batch commands running

Notes

  • This mod remains host-only
  • Commands are still triggered by chat send events
  • No config entries are exposed in this version

[0.1.0] - Initial Release

Added

  • Host-only chat commands that apply actions to all players

    • Kill All (/ka, /killall, /killallplayers, /killplayerall)
    • Revive All (/ra, /reviveall, /reviveallplayers, /reviveplayerall)
    • Heal All (/ha, /healall, /healallplayers, /healplayerall)
    • Summon All to Host (/sa, /summonall, /summonallplayers, /summonplayerall)
    • Return All to Truck (/ta, /truckall, /truckallplayers, /returntotruckall)