A plugin to update villager trades that ignores the gamerule doDaylightCycle.
VillagerRefresh is a lightweight Minecraft plugin that solves the issue with villager trade refreshing when the doDaylightCycle gamerule is disabled. It periodically refreshes villager trades regardless of the day/night cycle, allowing players to continue trading and leveling up villagers normally.
doDaylightCycle gamerule;Download the latest release, place it in your server's plugins folder and restart the server or use the /reload command.
The plugin will generate a default configuration file at plugins/villager-refresh/config.yml.
The plugin uses a simple configuration file (EXAMPLE of config.yml):
# Trade update interval in minutes
refresh-interval-minutes: 20
# Log refreshes into console?
log-refreshes: true
Plugin has permission villagerrefresh.commands to prevent regular players use plugin commands.
/vrefresh reload - reload config/vrefresh set [minutes] - set interval for refreshing villagers & reload config