Welcome to my plugin. Recently I played a Minecraft modpack where I was farming a lot and thought about creating a plugin specially for farming people
Join my discord for help and suggestions <3
So what can this plugin do? This plugin allows you to avoid items like Cobblestone to not get picked up. You have a whitelist where you can add and remove items from it. Just like a normal player whitelist. Of course you can see your whitelist too. The plugin will show you an inventory of your whitelisted items. This plugin collects stats for
bStats.
Code (Text):
/farma add <Item Name> #Add items to your whitelist.
/farma remove <Item Name> #Remove items from your whitelist
/farma list #See your whitelisted items
/farma toggle #Toggle your farming mode
Code (YAML):
SoundWhenToggleMode:
enabled: true
sound: ENTITY_PLAYER_LEVELUP
Messages:
Prefix: §aFarmA §8| §7
TogglingMode:
'on': '
%prefix%§aYou entered the farming mode!' 'off': '
%prefix%§cYou left the farming mode!' WhitelistedItemsGUIName: '
%prefix%§aYour whitelisted items!' InvalidItem: '
%prefix%§cItem %item% is not valid!' ItemAlreadyWhitelisted: '
%prefix%§cItem %item% already in whitelist!' ItemAddedToWhitelist: '
%prefix%§aItem %item% was added to your whitelist!' ItemNotWhitelisted: '
%prefix%§cItem %item% is not whitelisted!' ItemRemovedFromWhitelist: '
%prefix%§aItem %item% was removed from your whitelist!'