Pick up the items you mine
For any issues or questions, feel free to join our Discord for quick support!
https://discord.gg/ncHH4FP
GitHub and Spigot DMs (@MrButtersDev) are another good place for support. I check them almost daily. For quick and general support, Discord is the best option. However, for documenting bugs, feel free to create an issue on GitHub.
The below documentation was generated using ChatGPT by OpenAI. For further clarification, join our Discord for support or view an up-to-date "default" of the
config.ymlfile on GitHub.
The
msgPrefixfield is a string that represents the message prefix for messages related to the AutoPickup feature. It is displayed in the chat with specific color code formatting.The
msgAutoPickupEnableandmsgAutoPickupDisablefields are strings that represent the messages displayed when the player enables or disables the AutoPickup feature, respectively. They are displayed in the chat with specific color code formatting.The
msgAutoSmeltEnableandmsgAutoSmeltDisablefields are strings that represent the messages displayed when the player enables or disables the AutoSmelt feature, respectively. They are displayed in the chat with specific color code formatting.The
msgAutoMobDropsEnableandmsgAutoMobDropsDisablefields are strings that represent the messages displayed when the player enables or disables the AutoMobDrops feature, respectively. They are displayed in the chat with specific color code formatting.The
msgAutoEnablefield is a string that represents the message displayed when the AutoPickup feature is automatically enabled. It is displayed in the chat with specific color code formatting. ThedoAutoEnableMSGfield is a boolean value that specifies whether the message defined in themsgAutoEnablefield should be displayed or not.The
msgEnabledJoinMSGfield is a string that represents the message displayed when a player joins the game and the AutoPickup feature is automatically enabled. It is displayed in the chat with specific color code formatting. ThedoEnabledOnJoinMSGfield is a boolean value that specifies whether the message defined in themsgEnabledJoinMSGfield should be displayed or not.The
msgReloadfield is a string that represents the message displayed when the configuration is reloaded. It is displayed in the chat with specific color code formatting.The
msgFullInvfield is a string that represents the message displayed when the player's inventory is full. It is displayed in the chat with specific color code formatting. ThedoFullInvMSGfield is a boolean value that specifies whether the message defined in themsgFullInvfield should be displayed or not.The
titlebarsection contains fields related to the display of a title bar message when the player's inventory is full. ThedoTitleBarfield is a boolean value that specifies whether the title bar message should be displayed or not. Theline1andline2fields are strings that represent the two lines of the title bar message. They are displayed in the chat with specific color code formatting.The
voidOnFullInvfield is a boolean value that specifies whether extra blocks broken by the player should be voided when the AutoPickup feature is enabled and the player's inventory is full.The
usingSilkSpawnerPluginfield is a boolean value that specifies whether a Silk Spawner plugin is in use, preventing players from receiving XP from breaking spawners. Defaulting to true, the plugin assumes you're using a silk spawner plugin and will let that plugin manage XP drops for spawners.The
ignoreMobXPDropsfield is a boolean value that represents whether or not Auto Pickup should collect XP from mobs or allow it to drop naturally.The
msgNopermsfield is a string that represents the message displayed when a player does not have permission to run a command. It is displayed in the chat with specific color code formatting.The
requirePermssection contains fields that specify whether players require permission to run certain commands. Theautopickupfield is a boolean value that specifies whether players require permission to run the/autopickupcommand. Theauto-reloadfield is a boolean value that specifies whether players require permission to run the/auto reloadcommand.
The
doBlacklistedfield is a boolean value that specifies whether the blacklist feature for blocks should be enabled. If set totrue, the blocks listed in theBlacklistedfield will be prevented from being picked up by the player.The
doBlacklistedEntitiesfield is a boolean value that specifies whether the blacklist feature for entities should be enabled. If set totrue, the entities listed in theBlacklistedEntitiesfield will not drop items when killed by the player.The
Blacklistedfield is a list of block names that should be prevented from being picked up by the player when the blacklist feature is enabled.The
BlacklistedEntitiesfield is a list of entity names that should not drop items when killed by the player when the blacklist feature is enabled.The
BlacklistedWorldsfield is a list of world names in which the blacklist features should be applied.
The
papisection contains fields related to the PlaceholderAPI plugin. Theenabledfield is a subfield that has two subfields of its own,trueandfalse. These subfields are strings that represent messages displayed when the AutoPickup plugin is enabled or disabled, respectively. They are displayed in the chat with specific color code formatting.Available PAPI Placeholders:
%autopickup_autoenabled%%autopickup_dropsenabled%%autopickup_autosmeltenabled%