About Vendor Block
Previously known as my Free AirwolfBlock plugin but rebranded and with permission system , blocks interaction with the 3 vehicle vendors
Featured :
- Permission system
- Support for Airwolf Vendor (Bandit camp)
- Support for Boat Vendor (Fishing village)
- Support for Horse Vendor (Stables)
- Language file included
- Simpleconfiguration
- Lightweight
Permissions : (Assigned will block the vendor if enabled in the cfg)
- can be set through cfg
Configuration :
Set to false if you want it to be listed as available to get blocked for players having the assigned permissions.
{ "airwolf_heli_vendor": { "Enabled": true, "Permission": "vendorblock.airwolf" }, "boatvendor": { "Enabled": true, "Permission": "vendorblock.boat" }, "divemaster_conversation": { "Enabled": true, "Permission": "vendorblock.questdivemaster" }, "fisherman_conversation": { "Enabled": true, "Permission": "vendorblock.questfisherman" }, "hunterconversation_basic": { "Enabled": true, "Permission": "vendorblock.questhunterbasic" }, "lumberjack_conversation": { "Enabled": true, "Permission": "vendorblock.questlumber" }, "miner_conversation": { "Enabled": true, "Permission": "vendorblock,questminer" }, "scientist_missions": { "Enabled": true, "Permission": "vendorblock.questscientist" }, "stablehand_conversation": { "Enabled": true, "Permission": "vendorblock.queststablehand" }, "stablesvendor": { "Enabled": true, "Permission": "vendorblock.stables" }, "vagabond_conversation": { "Enabled": true, "Permission": "vendorblock.questvagebond" } }
Localisation :
{ "VendorReply.airwolf_heli_vendor": "Using the airwolf heli vendor vendor is disabled on this server!", "VendorReply.boatvendor": "Using the boatvendor vendor is disabled on this server!", "VendorReply.stablesvendor": "Using the stablesvendor vendor is disabled on this server!", "VendorReply.divemaster_conversation": "Using the divemaster conversation vendor is disabled on this server!", "VendorReply.fisherman_conversation": "Using the fisherman conversation vendor is disabled on this server!", "VendorReply.hunterconversation_basic": "Using the hunterconversation basic vendor is disabled on this server!", "VendorReply.lumberjack_conversation": "Using the lumberjack conversation vendor is disabled on this server!", "VendorReply.miner_conversation": "Using the miner conversation vendor is disabled on this server!", "VendorReply.stablehand_conversation": "Using the stablehand conversation vendor is disabled on this server!", "VendorReply.scientist_missions": "Using the scientist missions vendor is disabled on this server!", "VendorReply.vagabond_conversation": "Using the vagabond conversation vendor is disabled on this server!" }