#Tags
19 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Yeah when i restart or reload game everything works
It could be the tag bug maybe, if it works after a reload
Tags can bug out on the current 1.19 version.
A fix will come, but as a temporary workaround you can add this anywhere in your server scripts:
ServerEvents.loaded(e => e.server.runCommandSilent('reload'))
This will run the /reload command one time when the server starts, which will load the tags properly.
Well it looks like its ignoring that line of code for some reason
event.get('forge:saws').add('cb_microblock:stone_saw').add('cb_microblock:iron_saw').add('cb_microblock:diamond_saw')
})```
huh?
1.19: ServerEvents.loaded(e => e.server.runCommandSilent('reload'))
1.18: onEvent('server.load', e => e.server.runCommandSilent('reload'))
still nothing
ahhh its working i just cant see tags
sorry for bothering you
there should be an option with KJS to see tags in one of the config files
i dont remember where T^T
its ok