I know not everyone will be into this. But would it be possible to set a standardized loot table format for rust?
This way the end users will be able to copy/paste their loot tables across plugins. And if there's a custom item they'll be able to inster it into the table.
So for example, soething like this maybe?
{
"Item shortname": "item.shortname",
"Item skin ID": 0000000000,
"Minimum amount of item": 1,
"Maximum amount of item": 1,
"Item Display Name": "Custom Item Name"
},