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)
- Knockback All (
-
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)
- Tumble All (
-
New wings visuals command
- Tumble Wings All (
/tumblewingsall,/wingsall,/wa) - Pink mode keep-alive loop (0.5 second reapply)
- Tumble Wings All (
-
Chained short command parser
- Supports
/rakastyle combinations usingra,ha,ka
- Supports
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()thenResources.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)
- Kill All (