Configuring using permissions - JustDoom/VillagerInABukkit GitHub Wiki

As of Villager In A Bukkit 1.2.0 the config options villager, zombie-villager, wandering-trader, disable-bucket-use-on-disable and harm-reputation have all been deprecated and will be removed in a future update. They are being replaced with permissions instead. Please switch ASAP.

It is recommended to use LuckPerms to configure the plugin with.

Permissions

  • villagerinabucket.villager.pickup - villager has been replaced with this permission, which is given to all players by default.

  • villagerinabucket.zombie-villager.pickup - zombie-villager has been replaced with this permission, which is given to all players by default.

  • villagerinabucket.wandering_trader.pickup - wandering-trader has been replaced with this permission, which is given to all players by default.

  • villagerinabucket.<entity>.place - disable-bucket-use-on-disable has been replaced with this permission. The permission lets you place the "X In A Bucket" items when given to a player, which is given to all players by default. Disable the permission through a permission plugin to stop players being able to place them.

  • villagerinabucket.harm-reputation - harm-reputation has been replaced by this permission, and is disabled by default.

  • villagerinabucket.commands - Gives access to the /villagerinabucket reload command

Why switch from config options to permissions?

This allows better configuration of the options, permission plugins such as LuckPerms allows per world configuration and per rank instead of the plugins old "global only" options.

⚠️ **GitHub.com Fallback** ⚠️