#Applying a tag to every weapon/tool in a specific mod.
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Applying a tag to every weapon/tool in a specific mod.
Do you have a specific code already in use?
if you can find a regex that matches them you can use that, like this: event.add('mod:tag', /modname:.*sword/)
Thanks a bunch, this is going to save me so much time :)