The /trigger command outputs the error-message 'You cannot trigger this objective yet' even if the trigger is enabled.
Steps to reproduce the bug:
Install Spigot Server (Version as above)
Install VanillaTweaks in datapacks folder (e.g. Coordinates HUD)
Reload Server in the case it was running during installation of datapack
Check wether the trigger is enabled (by issuing '/scoreboard player @a enable ch_toggle')
Output: 'Nothing changed. That trigger is already enabled'
Issue command '/trigger ch_toggle'
Output: 'You cannot trigger this objective yet'
Minimal Commands:
Register a trigger (this will not do anything, but that should not be a problem):
/scoreboard objectives add test trigger
Output: 'Created new objective test'
Enable trigger for next player:
/scoreboard players enable @p test
Output: 'Enabled trigger test for Username'
Test the trigger:
/trigger test
Output: 'You cannot trigger this objective yet'
Since the trigger was enabled before, this should not appear.
Enabling command blocks does not change anything.