Denizen: build 1791
Paper: git-Paper-514 (MC: 1.19.4)
I want to detect when a player buys items from a ChestShop shop, and run some commands when that happens.
But, for some reason i am unable to detect the console output. It seems like only Denizen console output is detected by the event?
I enabled redirect_logging in the config and also set it to true. I set up a simple event to narrate a message to myself whenever console output is detected.
Script:
debug: false
type: world
events:
after console output:
- narrate targets:<player[8950c8ae-482c-4287-aa0d-2ee258788322]> "hello"```
i put some miscellaneous plugins on my test server for testing console output. But from my testing, no console output other then Denizen output was detected. full latest.log:
https://pastebin.com/XqQz91f6
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.