Stable
20241116
- Added a brief delay on the call to CPPISetOwner to hopefully resolve some prop protection addons from overriding it
Stable
20240625
- Banks now respawn after map cleanup
Stable
20231011
- Fixed a potential dupe exploit
- Made sure to explicitly deny permissions to other player's banks (this shouldn't fix anything but is more just a security measure)
Stable
20230709
- New code-defined item registration path
- New hook: ItemStoreRegisterItems, use this hook with the functions below to register items at runtime.
- New function: itemstore.items.Definition, returns what is essentially an ITEM table for use with the above hook. Can be called at any time during initialization.
- New function: itemstore.items.Register, takes an ITEM table and registers the item with ItemStore. Should be called during ItemStoreRegisterItems to register definitions created using the above Definition function.
- Fixed a potential bug with config.LimitToJobs
Stable
20230206
- Fix errors when an invalid type gets synced
Stable
20220717
* Added itemstore_refreshinventories console cmd. When ran in rcon or by a super admin, reloads all player's inventory sizes. Useful for when a player has donated and needs their inventory sizes refreshed to match their new rank.
Stable
20220613
- (Hopefully) fixed a bug where items clip through the floor on drop
- Added a new config option: itemstore.config.InvholsterDisabled, functions similarly to DisabledItems but is specifically for disallowingweapons from invholster
Stable
20211007
* Fixed tooltips inheriting colors from whatever skin is set on the server, instead of using the itemstore skin
Stable
20210916
- Added bLogs support. This is experimental and may not be fully working but seemed to function fine in my tests.
- Added an ItemStoreLog( formatted, unformatted, ... (varargs) ) hook. This allows other logging systems to support ItemStore if they want. The formatted string should provide an appropriately formatted string to just shove into a log file or database if you don't want to process the args yourself.
- Added config options: itemstore.config.bLogs, itemstore.config.PrintLog, itemstore.config.VerboseLogging. These are all documented in config.lua
Stable
20210716
- Reorganized how player inventories are created on startup. This should hopefully alleviate issues some players were having where ItemStore would not function in listen servers.
- Added itemstore.config.LoadDelay, if you're loading ranks from a MySQL or other asynchronous source and your rank inventory sizes aren't loading try setting this higher
- Hotfix: This update was originally released a few days ago but contained a bug that caused inventories to failed to load. This version should fix that.
Stable
20210215
* Fixed a clientside error happening on startup
* Added itemstore.config.UseNewUI, set to true to use the new experimental container window UI.
Stable
20200211
* Reverted the visual changes from last patch since people made it exceptionally clear how much they hate them
Showing 12 of 116 total results
- 1
- Next ›