ItemBlackList.json
These Items can not be traded or ordered.
If you name one entry with *
like Survivor*
, all items with the name Survivor
in will be blacklisted.
json
{
"version": "1", // Never touch this value. It is needed internally
"isInitialized": 1, // Never touch this value. It is needed internally
"blackListItems": [ // Blacklisted Items
"Survivor*",
"Test*",
"Animal_*",
"Zmb*",
"ContaminatedArea*",
"SpookyArea",
"Anniversary*",
"PileOfWoodenPlanks",
"StaticObj_*",
"PremiumCoin*"
]
}