`run_command` from event is not activating when ran on Realms. (Dedicated Server)
Partner Rank: 1
No workaround is known.
Verification builds:
Linux Dedicated Server publish_4929530 1.16.100.04_rc4 R16 Update 1 Release Candidate 4
Holiday Creator Features toggle is set to TRUE on the world.
Summary:
run_command from behavior event is not activating when ran on Realms. (Dedicated Server)
Impact:
We use run_command in behavior events in the Holiday Map 'Terra Swoop Force',
!This makes 'Terra Swoop Force' unplayable on Realms. (Dedicated Server)
Repro Steps:
Get the 'Terra Swoop Force' map; then create a dedicated server with the map loaded.
Try pressing any red button in the map.
For example, when activating the red button under the Noxcrew logo it should run the event noxcrew:to_noxcrew_pressed
In file behavior_packs\N-TSF-BP\entities\mechanisms\small_red_button.json
"noxcrew:to_noxcrew_pressed": {
"add": {
"component_groups": [
"noxcrew:pressed"
]
},
"run_command": {
"command": "playsound voices.noxcrew @a[scores={playerLoc=0}]",
"target": "other"
}
},
Observed Results:
run_command is not activated on from event when ran on Realms (Dedicated Server)
Expected Results:
run_command is activated on from event when ran on Realms (Dedicated Server)
Screenshots/Videos attached: Yes
Regression Build:
Unknown
2020-11-06, 03:34 AM
2020-11-23, 08:37 PM
2020-11-23, 08:37 PM
0
1
-