Description:
The SimplePickup plugin allows you to automatically collect blocks you break directly into your inventory. You can toggle this feature on or off individually using commands.
Commands:
- /simplepickup reload - Reloads the plugin.
- /simplepickup on - Enables automatic pickup.
- /simplepickup off - Disables automatic pickup.
Permissions:
- simplepickup.reload - Allows reloading the plugin using the /simplepickup reload command.
- simplepickup.autopickup - Allows toggling automatic pickup using the /simplepickup on/off command.
Supported Versions: 1.19 to 1.21
Language Support: English
Support Discord:
https://discord.gg/b9mvNGRxRn
Donation Link:
https://buymeacoffee.com/grington
Code (YAML):
Plugin-Language
: EN
Plugin-Prefix
: '&6SimplePickup &8» '
# If this setting is enabled, it asks for permissions to use commands in the plugin.
# If this setting is disabled, it does not ask for permissions to use commands in the plugin.
Require-Permission
: true
# If this setting is enabled, auto-pickup will be activated for players joining the server for the first time.
# If this setting is disabled, auto-pickup will be deactivated for players joining the server for the first time.
Auto-Enabled
: true
Code (YAML):
Languages:
EN:
No-Permission
: '&cYou don''t have permission to use this command!'
Usage
: '&eUsage
:
&a/simplepickup on/off'
Reload-Command
: '&aPlugin reloaded.'
Inventory-Full
: '&eYour inventory is full.'
SimplePickup-Enabled
: '&eAuto Pickup is &aenabled.'
SimplePickup-Already-Enabled
: '&eAuto Pickup is already &aenabled.'
SimplePickup-Disabled
: '&eAuto Pickup is &cdisabled.'
SimplePickup-Already-Disabled
: '&eAuto Pickup is already &cdisabled.'