Actually Easy Bulk Storage
Actually Easy Bulk Storage is a client-side UE4SS Lua mod for Palworld.
At a base, use Palworld's normal Easy Bulk Storage shortcut (R by default)
to store eligible inventory items immediately. Palworld still decides which
items and nearby containers are valid, and still respects its Exclusion List.
Installation
Copy the archive's content to:
Pal/Binaries/Win64/ue4ss/Mods/actually-easy-bulk-storage
Keep this layout:
actually-easy-bulk-storage/
├── enabled.txt
└── Scripts/
├── config.lua
├── main.lua
└── version.lua
Configuration
Edit Scripts/config.lua then restart Palworld.
return {
Enabled = true,
OpenConfigurationKey = Key.X,
}
Enabled: enables or disables the mod.OpenConfigurationKey: toggles Palworld's native Quick Stack panel without running automatic storage. Use it to configure the game's Exclusion List. Any UE4SSKey.*value may be used.
Usage
- Press
Rin the open inventory at a base to run Easy Bulk Storage. - Press
Xby default to open or close the native configuration panel. - Outside a base, Palworld's normal availability rules remain in effect.
Compatibility
The mod was built against Palworld 1.0.1 and UE4SS
v3.0.1-1012-gc838a8ac. It is client-side; each client that wants the shortcut
behavior should install it. The storage transfer remains Palworld's native,
server-authoritative action.
The custom configuration key does not receive a bottom key-guide hint because Palworld's guide only supports actions defined in the game's own input table.

