Fixed a bug when a group has kfarmer.autonomous.kill or kfarmer.autonomous.sell permission, farmer's auto sell and kill setting toggles off on shutdown.
A world whitelist added for worlds that kfarmer can be placed. It will allow all worlds if the list is empty.
YAML:messages: worldNotWhitelisted: "§6KFarmer §cYou can't place KFarmer here!"
YAML:settings: worldWhitelist: - "world" - "ASkyBlock" - "BSkyBlock" - "FabledSkyBlock" - "SuperiorSkyblock"
A bug fixed that causes autokill & autosell not saving when shutting down the server.
「AutoSell & AutoKill Permissions」
* Warning from 5.0.4 is fixed
KFarmer checks each player permission on server start. And if they lose their permission (kfarmer.autonomous.sell, kfarmer.autonomous.kill) related setting will be disabled.When a player loose his permission after enabling these settings, it will remain enable until disabled. This will be fixed in 5.0.5
Warning
Due to permission check is proceed on server start, If a player lose their permission after enabling these settings, it will remain enabled until restart.
「Autonomous」
Players can enable his farmer's autokill and autocollect settings! They will need (kfarmer.autonomous.sell and kfarmer.autonomous.kill) permissions to enable it.
Warning!
When a player loose his permission after enabling these settings, it will remain enable until disabled. This will be fixed in 5.0.5
- Autonomous Listener section removed from config.yml
.Code:settings.listener.autonomous- New items added to items.yml
YAML:ENABLE_AUTO_KILL: row: 1 column: 6 item: material: SNOWBALL name: "&6Enable Auto Kill" lore: - "" - "§7Should kill mobs spawned from a monster spawner?" - "" - "§7You need a special permission to enable this setting!" - "" - " &8► &7&c&nclick&7 to enable auto kill!" DISABLE_AUTO_KILL: row: 1 column: 6 item: material: FIREWORK_STAR name: "&6Disable Auto Kill" lore: - "" - "§7Spawnerlardan doğan moblar otomatik öldürülsün mü?" - "" - "" - " &8► &7&c&nclick&7 to disable auto kill!" ENABLE_AUTO_SELL: row: 2 column: 6 item: material: SNOWBALL name: "&6Enable Auto Sell" lore: - "" - "§7Should sell all storage contents when its full?" - "" - "§7You need a special permission to enable this setting!" - "" - " &8► &7&c&nclick&7 to enable auto sell!" DISABLE_AUTO_SELL: row: 2 column: 6 item: material: FIREWORK_STAR name: "&6Disable Auto Sell" lore: - "" - "§7Should sell all storage contents when its full?" - "" - "" - " &8► &7&c&nclick&7 to disable auto sell!"
