Hi, i am quite new to Denizens, I tried to put on a custom sound to the server through Denizen but it doesn't seem to be working. From the logs in shows that it's running sucessfully, however it stays silent. I wonder if anyone could help to check where was I wrong, tqvm. If not,can anyone share a working example?
the text below is the code.
tester_npc:
type: assignment
actions:
on assignment:
- trigger name:click state:true
on click:
- execute as_op "gmsp <player.name>" silent
- playsound <player> sound:cat custom sound_category:records
the text below is the code.
tester_npc:
type: assignment
actions:
on assignment:
- trigger name:click state:true
on click:
- execute as_op "gmsp <player.name>" silent
- playsound <player> sound:cat custom sound_category:records