name: NVus_Prison version: '${project.version}' main: me.nvus.nvus_prison_setup.PrisonSetup api-version: '1.20' prefix: NVus Prison authors: [never2nv] website: https://FNGnation.net depend: - WorldGuard - Vault softdepend: - PlaceholderAPI - WorldEdit - FastAsyncWorldEdit commands: nvus: description: Base command to view NVus Prison Setup commands. usage: | /nvus reload - Reloads all configuration files. /nvus version - Shows the plugin version. /nvus menu - Opens the settings menu. /nvus autopickup - Toggles the auto item pickup feature. /nvus autoswitch - Toggles the auto tool switch feature. /nvus prisonerarmor - Toggles giving prisoners armor on join. /nvus restrictarmor - Toggles the restriction on changing prisoner armor. /nvus tooldamage - Toggle if prisoner tools receive damage. FALSE = No Damage. /nvus autosell - Toggle if prisoners can auto toggle auto selling of items as they are mined. /nvus sellall - Toggle if prisoners can use /sellall to manually sell items form inventory. aliases: [prison] gang: description: Base command for gang-related actions. usage: | /gang create - Create a gang. /gang info - View your current Gangs info. /gang invite - Invite a player to your gang. /gang accept - Accept a Gang Invite. /gang deny - Decline a Gang Invite. /gang leave - Leave your current Gang. /gang disband - Disband your gang. /gang kick - Kick a player from your gang. /gang promote - Promote a player to a higher rank. /gang demote - Demote a player to a lower rank. aliases: [gangs] sellall: description: Sell all eligible items in your inventory. usage: | /sellall - Sell all eligible items in your inventory. aliases: [selleverything] autosell: description: Toggle auto selling all eligible items in your inventory. usage: | /autosell - Toggle auto selling all eligible items in your inventory. aliases: [ automaticsell ] setprice: description: Set the price of the block being held in item_prices.yml. usage: | /setprice - Set the price of the block being held in item_prices.yml. aliases: [ setblockprice ] rankup: description: Rank up to the next rank. usage: | /rankup - Rank up to the next rank. aliases: [ nextrank ] ranks: description: Display all available ranks, their cost and your current rank and balance. usage: | /ranks - Rank up to the max rank. aliases: [ allranks ] permissions: nvus.admin: description: Allows access to NVus Prison admin commands. default: op nvus.gang.create: description: Allows creating a gang. default: true nvus.prisoner: description: Allows access to NVus Prison prisoner features ie AutoSwitch,AutoSell,Restricting Armor etc. default: true