πŸ›οΈPickup

Enables spoofed players to pick up items, enhancing their realism by mimicking the actions of actual players within the game.

enabled - This determines whether the module is active (true) or inactive (false).

min and max - Specifies the range of delay in seconds before a spoofed player can pick up another item.

modules/pickup/config.yml
# Allows spoofed players to pickup items - Not recommended but delay can be tweaked for performance

enabled: true

# In Seconds
pickup-delay:
    min: 1
    max: 10