Facepunch Backpack

Will support be added for these functions to work with the default backpack system ?

Thanks for the excellent plugin.

That was added 2 days ago in update v0.6.5.

Merged post

In case I wasn't clear before, here's some additional information about how it works.

As of v0.6.5, players can automatically craft using resources from their backpacks, the same as how the Bag of Holding integration works. There are no permissions, config or user preferences around this, unlike how it works in the Backpacks plugin, where the player must have the retrieve permission, and the player must enable retrieve per backpack page. I will update the docs to clarify this.

If you are looking to gate that functionality behind permissions or user preferences, that could potentially be done in a future update to this plugin, or as an addon plugin (using item flags, as Item Retriever allows the 1<<24 flag to be used to designate that a specific item has un-retrievable contents), using chat commands or custom UIs as a means to configure the user preference, but it wouldn't be as elegant as in the Backpacks plugin because it's not feasible to draw buttons on the vanilla backpack UI, since the opening/closing behavior is all client-sided.

Thank you for your expanded response, very much appreciated. I was a bit confused myself...I was mixing up the option with your backpacks plugin for the:

* Optionally auto gather newly acquired items into your backpack

I guess that one would require seperate plugin now for auto gathering to the default backpack if not using your backpack plugin.

Thanks again.

I'm considering implementing the gather mode function for vanilla backpacks as a standalone plugin. There just needs to be a button somewhere on the screen (all the time) so that players can toggle it on/off since I can't detect the vanilla backpack or inventory opening and closing.

NKXTQs24ExGTuL8.jpg WhiteThunder

I'm considering implementing the gather mode function for vanilla backpacks as a standalone plugin. There just needs to be a button somewhere on the screen (all the time) so that players can toggle it on/off since I can't detect the vanilla backpack or inventory opening and closing.

This would be amazing! Even with a button on screen its well worth it for the functionality. Please create!

The issue we are facing is that if a Bag of Holding is in the FP backpack Retrieve/Gather does not work. If there was a way to implement a way to have the plugin detect a bag in the FP back and still function normally with the Retreive/Gather.