The following lines were added (+) and removed (-):
== Rocket Permissions ==You can blacklist items and vehicles. This does not restrict the admin group, however it will prevent any other player from using something like the /i command to obtain blacklisted items and vehicles. The items may still naturally spawn. At the bottom of ( unturned/Rocket/Plugins/uEssentials/config.json ) look for the following 2 lines: "GiveItemBlacklist": [], "VehicleBlacklist": [].They are not populated with any example id's. Use the correct format and add those items and vehicles you want blacklisted. See syntax example: "GiveItemBlacklist": [ 58886, 58680, 58709, 58870 ], "VehicleBlacklist": [ 375, 376, 377 ],