{"id":29870,"date":"2026-06-01T15:28:38","date_gmt":"2026-06-01T12:28:38","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/"},"modified":"2026-06-01T15:28:38","modified_gmt":"2026-06-01T12:28:38","slug":"betterbags","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/","title":{"rendered":"Better Bags"},"content":{"rendered":"<p># ENGLISH<\/p>\n<p>BetterBags is a plugin that allows players to have a bag that adds features such as item auto-picking, upgradable levels, configurable restricted actions, supportable MiniMessage, player data saving, fully customizable items&#038;messages, and more.<\/p>\n<p>## Features<\/p>\n<p>> * Items auto-picking; can or cannot pick up only sellable items<br \/>\n> * Upgradable levels for the bag<br \/>\n> * Possible to restrict players in their actions (disable\/enable the ability to manipulate items from the bag)<br \/>\n> * Player&#8217;s data in the `data\/<uuid>.yml` files<br \/>\n> * Fully customizable items, messages, levels, sellable items<br \/>\n> * Items in the bag can be sold by the only one button<br \/>\n> * Includes selling multiplier which can be set by the permission (`betterbags.multiplier.<number>`) or by the command (`\/bags multiplier`)<br \/>\n> * Fully supports MiniMessage<br \/>\n## Commands<\/p>\n<p>> * `\/bags reload` &#8211; Reloads the plugin&#8217;s configuration<br \/>\n> * `\/bags save` &#8211; Saves player data<br \/>\n> * `\/bags clear <target\/selector>` &#8211; Clears a player&#8217;s (or multiple players) bag<br \/>\n> * `\/bags level <target\/selector> <level>` &#8211; Sets a player&#8217;s (or multiple players) bag level<br \/>\n> * `\/bags give <target\/selector>` &#8211; Gives a player (or multiple players) a bag<br \/>\n> * `\/bags multiplier <target\/selector> <multiplier>` &#8211; Sets a player&#8217;s (or multiple players) bag multiplier<br \/>\n> * `\/bags open <target\/selector>` &#8211; Opens a player&#8217;s (or multiple players) bag<br \/>\n> * `\/bags sell-all <target\/selector> <ignore-item-value>` &#8211; Sells all items in a player&#8217;s (or multiple players) bag<br \/>\n> * `\/bags help` &#8211; Shows this message<\/p>\n<p>## Permissions<\/p>\n<p>> * `betterbags.usage` &#8211; Permission to use the `\/bags` command<br \/>\n> * `betterbags.reload` &#8211; Permission to the `\/bags reload` command<br \/>\n> * `betterbags.save` &#8211; Permission to the `\/bags save` command<br \/>\n> * `betterbags.clear` &#8211; Permission to the `\/bags clear` command<br \/>\n> * `betterbags.setlevel` &#8211; Permission to the `\/bags level` command<br \/>\n> * `betterbags.give` &#8211; Permission to the `\/bags give` command<br \/>\n> * `betterbags.multiplier` &#8211; Permission to the `\/bags multiplier` command<br \/>\n> * `betterbags.multiplier.<number>` &#8211; Adds a `<number>` multiplier for the player<br \/>\n> * `betterbags.open` &#8211; Permission to the `\/bags open` command<br \/>\n> * `betterbags.sell-all` &#8211; Permission to the `\/bags sell-all` command<\/p>\n<p>## Placeholders<br \/>\n><br \/>\n> * `%uuid%` &#8211; player&#8217;s uuid<br \/>\n> * `%player%` &#8211; player&#8217;s name<br \/>\n> * `%items-sum%` &#8211; sum of items in the bag<br \/>\n> * `%current-level%` &#8211; current bag level<br \/>\n> * `%current-capacity%` &#8211; current bag capacity<br \/>\n> * `%current-slots%` &#8211; current bag slots<br \/>\n> * `%current-cost%` &#8211; current bag cost<br \/>\n> * `%next-level%` &#8211; next bag level<br \/>\n> * `%next-capacity%` &#8211; next bag capacity<br \/>\n> * `%next-slots%` &#8211; next bag slots<br \/>\n> * `%next-cost%` &#8211; next bag cost<br \/>\n### English config files:<\/p>\n<details>\n<summary>Configs<\/summary>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`<br \/>\n# Should the bag automatically pick up all items that the player raises?<br \/>\nauto-picking: true # boolean<\/p>\n<p># If auto-picking is enabled, should the bag only pick up the items specified in items.yml?<br \/>\npickup-only-sellable: false # boolean<\/p>\n<p># Do players have the ability to manually place items in the bag?<br \/>\nplayer-put-ability: true # boolean<\/p>\n<p># Do players have the ability to take items out of the bag?<br \/>\nplayer-get-ability: true # boolean<\/p>\n<p># Do players have the ability to move the bag in the inventory?<br \/>\n# * false = ability to open the bag by clicking on it in the inventory<br \/>\nbag-move-ability: false # boolean<\/p>\n<p># Default slot for the bag (If the player cannot move it, it will stay in this position all the time)<br \/>\nbag-slot: 4 # 0-8 &#8211; slots in the hotbar \/<br \/>\n            # 9-35 &#8211; slots in the inventory<\/p>\n<p># Will the bags have a button to sell all items?<br \/>\nsell-all: true # boolean<\/p>\n<p># Interval between data saves (in seconds)<br \/>\nsave-interval: 600 # integer \/ -1 to disable<\/p>\n<p># Interval between checking for the bag presence for players (in seconds)<br \/>\nupdate-interval: -1 # integer \/ -1 to disable<\/p>\n<p># Should the bag be given after the player&#8217;s respawn (death)?<br \/>\nshould-give-bag-on-respawn: true # boolean<\/p>\n<p># Should the bag be given after the player joins the server?<br \/>\nshould-give-bag-on-join: true # boolean<\/p>\n<p># Inventory label of the bag<br \/>\nbag-inventory-label: &#8220;Player&#8217;s bag %player% &#8211; Level %current-level%&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>bags.yml<\/summary>\n<p>&#8220;`<br \/>\nitems:<br \/>\n  bag:<br \/>\n    name: &#8220;<!italic>Bag <red>%current-level%<\/red> level.&#8221; # item name<br \/>\n    description: # item description<br \/>\n      &#8211; &#8220;<!italic>Items in the bag: %items-sum%&#8221;<br \/>\n      &#8211; &#8220;<!italic>Capacity: %current-capacity% items.&#8221;<br \/>\n      &#8211; &#8220;<!italic>Number of slots: %current-slots%&#8221;<br \/>\n    material: PLAYER_HEAD # bag item\/icon<br \/>\n    # If the material is a head, you can set a texture for it (base64):<br \/>\n    head-texture: &#8220;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjkxYzdiZDA0MTZmNjhkNmU5YjU4NmU3ODE4Mjg2M2E0ZmQwNGY5MDI5YzgwNWY5MjFhMTdjNzAzZDUyZWRlMSJ9fX0=&#8221;<br \/>\n    # If the item has a custom texture (custom model data)<br \/>\n    custom-model-data: 0<\/p>\n<p>  upgrade:<br \/>\n    name: &#8220;<!italic>Upgrade <red>from %current-level% to %next-level%<\/red> level.&#8221;<br \/>\n    description:<br \/>\n      &#8211; &#8220;<!italic>The next level includes:&#8221;<br \/>\n      &#8211; &#8220;<!italic>Capacity: %current-capacity% >> %next-capacity% items&#8221;<br \/>\n      &#8211; &#8220;<!italic>Number of slots: %current-slots% >> %next-slots%&#8221;<br \/>\n      &#8211; &#8220;&#8221;<br \/>\n      &#8211; &#8220;<!italic>Upgrade cost: %next-cost%$&#8221;<br \/>\n    material: MOSS_BLOCK<br \/>\n    # head-texture and custom-model-data are optional parameters<\/p>\n<p>  sell-all:<br \/>\n    name: &#8220;<!italic>Sell all items&#8221;<br \/>\n    material: BARRIER<br \/>\n    glowing: true # can set a glowing effect to the item<br \/>\n    # description is also optional<\/p>\n<p>  next-page:<br \/>\n    name: &#8220;<!italic>Next page&#8221;<br \/>\n    material: PLAYER_HEAD<br \/>\n    head-texture: &#8220;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWM5YzY3YTlmMTY4NWNkMWRhNDNlODQxZmU3ZWJiMTdmNmFmNmVhMTJhN2UxZjI3MjJmNWU3ZjA4OThkYjlmMyJ9fX0=&#8221;<\/p>\n<p>  previous-page:<br \/>\n    name: &#8220;<!italic>Previous page&#8221;<br \/>\n    material: PLAYER_HEAD<br \/>\n    head-texture: &#8220;eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWExZWYzOThhMTdmMWFmNzQ3NzAxNDUxN2Y3ZjE0MWQ4ODZkZjQxYTMyYzczOGNjOGE4M2ZiNTAyOTdiZDkyMSJ9fX0=&#8221;<\/p>\n<p>  ignore-item-value-true:<br \/>\n    name: &#8220;<!italic>Sell everything without exceptions&#8221;<br \/>\n    material: RED_CANDLE<br \/>\n    description:<br \/>\n      &#8211; &#8220;<!italic>All items will be sold regardless of their value&#8221;<br \/>\n    glowing: true<\/p>\n<p>  ignore-item-value-false:<br \/>\n    name: &#8220;<!italic>Sell everything with exceptions&#8221;<br \/>\n    material: GREEN_CANDLE<br \/>\n    description:<br \/>\n      &#8211; &#8220;<!italic>When selling, items without value will be ignored&#8221;<\/p>\n<p>  filler:<br \/>\n    name: &#8220;<reset>&#8221;<br \/>\n    material: RED_STAINED_GLASS_PANE<\/p>\n<p>levels:<br \/>\n  1: # level (1 &#8211; by default)<br \/>\n    capacity: 20 # bag capacity AKA maximum number of items<br \/>\n    slots: 5 # available storage slots<br \/>\n    cost: 0 # cost to upgrade to this level<br \/>\n  2:<br \/>\n    capacity: 40<br \/>\n    slots: 8<br \/>\n    cost: 1000<br \/>\n    commands: # commands after purchasing the upgrade<br \/>\n      &#8211; &#8220;xp add %player% 10 levels&#8221;<br \/>\n  3:<br \/>\n    capacity: 60<br \/>\n    slots: 16<br \/>\n    cost: 5000<br \/>\n  # &#8230;<br \/>\n&#8220;`<br \/>\n<\/details>\n<details>\n<summary>messages.yml<\/summary>\n<p>&#8220;`<br \/>\nno-economy-plugin-found: &#8220;<red>Economy plugin not found. Disabling&#8230;&#8221;<br \/>\nbag-clear-result:<br \/>\n  single: &#8220;<green>The bag of player <gold>%target%<\/gold> has been successfully cleared.&#8221;<br \/>\n  multiple: &#8220;<green>The bags for <gold>%target% players<\/gold> have been successfully cleared.&#8221;<br \/>\nbag-level-result:<br \/>\n  single: &#8220;<green>The bag of player <gold>%target%<\/gold> has been successfully set to <gold>%level% level<\/gold>.&#8221;<br \/>\n  multiple: &#8220;<green>The bags for <gold>%target% players<\/gold> have been successfully set to <gold>%level% level<\/gold>.&#8221;<br \/>\ngive-bag-result:<br \/>\n  single: &#8220;<green>The bag has been successfully given to player <gold>%target%<\/gold>.&#8221;<br \/>\n  multiple: &#8220;<green>The bags have been successfully given to <gold>%target% players<\/gold>.&#8221;<br \/>\nconfig-reloaded: &#8220;<green>Configurations have been successfully reloaded.&#8221;<br \/>\ndata-saved: &#8220;<green>Data has been successfully saved.&#8221;<br \/>\nmultiplier-set-result:<br \/>\n  single: &#8220;<green>The sales multiplier for player <gold>%target%<\/gold> has been successfully set to <gold>%multiplier%<\/gold>.&#8221;<br \/>\n  multiple: &#8220;<green>The sales multipliers for <gold>%target% players<\/gold> have been successfully set to <gold>%multiplier%<\/gold>.&#8221;<br \/>\nsell-all:<br \/>\n  something: &#8220;<gold>%amount%<\/gold> <green>items have been sold for <gold>%cost%<\/gold>$&#8221;<br \/>\n  nothing: &#8220;<red>Nothing was sold.<\/red>&#8221;<br \/>\nsell-all-command-result:<br \/>\n  single: &#8220;<gold>%amount%<\/gold> <green>items from <gold>%target%<\/gold> have been sold for <gold>%cost%<\/gold>$&#8221;<br \/>\n  multiple: &#8220;<gold>%amount%<\/gold> <green>items from <gold>%target% players<\/gold> have been sold for <gold>%cost%<\/gold>$&#8221;<br \/>\nhelp-message:<br \/>\n  &#8211; &#8220;<gold>Commands:<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags reload<\/green> &#8211; <gold>Reload configuration<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags save<\/green> &#8211; <gold>Save player data<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags clear <target><\/green> &#8211; <gold>Clear players&#8217; bags<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags level <target> <level><\/green> &#8211; <gold>Set bag levels for players<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags give <target><\/green> &#8211; <gold>Give bags to players<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags sell-all <target> <ignore-item-value><\/green> &#8211; <gold>Sell all items of players<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags multiplier <target> <multiplier><\/green> &#8211; <gold>Set sales multiplier for players<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags open <target><\/green> &#8211; <gold>Open the bag of the specified player<\/gold>&#8221;<br \/>\n  &#8211; &#8220;<green>\/bags help<\/green> &#8211; <gold>Show help<\/gold>&#8221;<br \/>\nbag-upgrade:<br \/>\n  success: &#8220;<green>Bag successfully upgraded from <gold>%old%<\/gold> to <gold>%new% level<\/gold> for <gold>%cost%<\/gold>$.&#8221;<br \/>\n  fail: &#8220;<red>Not enough money to upgrade the bag to <gold>%new% level<\/gold>. Requires <gold>%cost%<\/gold>$<\/red>&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<details>\n<summary>items.yml<\/summary>\n<p>&#8220;`<br \/>\n# list of items costs<br \/>\nitems:<br \/>\n  DIRT: 1 # sells for 1<br \/>\n  COBBLESTONE: 25<br \/>\n  DIAMOND_SWORD: 500<br \/>\n  SAND: 1<br \/>\n  # &#8230;<br \/>\n&#8220;`<br \/>\n<\/details>\n<\/details>\n<p># \u0420\u0423\u0421\u0421\u041a\u0418\u0419<\/p>\n<p>BetterBags \u2014 \u044d\u0442\u043e \u043f\u043b\u0430\u0433\u0438\u043d, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0438\u0433\u0440\u043e\u043a\u0430\u043c \u0438\u043c\u0435\u0442\u044c \u0441\u0443\u043c\u043a\u0443 \u0441 \u0442\u0430\u043a\u0438\u043c\u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u044f\u043c\u0438, \u043a\u0430\u043a \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0431\u043e\u0440 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432, \u0443\u043b\u0443\u0447\u0448\u0430\u0435\u043c\u044b\u0435 \u0443\u0440\u043e\u0432\u043d\u0438, \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u043d\u044b\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f, \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 MiniMessage, \u0441\u043e\u0445\u0440\u0430\u043d\u0435\u043d\u0438\u0435 \u0434\u0430\u043d\u043d\u044b\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432, \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u0438 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u0438 \u043c\u043d\u043e\u0433\u043e\u0435 \u0434\u0440\u0443\u0433\u043e\u0435.<\/p>\n<p>## \u041e\u0441\u043e\u0431\u0435\u043d\u043d\u043e\u0441\u0442\u0438<\/p>\n<p>> * \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0431\u043e\u0440 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432; \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0438\u043b\u0438 \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043f\u043e\u0434\u0431\u0438\u0440\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b<br \/>\n> * \u0423\u043b\u0443\u0447\u0448\u0430\u0435\u043c\u044b\u0435 \u0443\u0440\u043e\u0432\u043d\u0438 \u0434\u043b\u044f \u0441\u0443\u043c\u043a\u0438<br \/>\n> * \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0432\u0430\u0442\u044c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0438\u0433\u0440\u043e\u043a\u043e\u0432 (\u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\/\u0432\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0430\u043c\u0438 \u0438\u0437 \u0441\u0443\u043c\u043a\u0438)<br \/>\n> * \u0414\u0430\u043d\u043d\u044b\u0435 \u0438\u0433\u0440\u043e\u043a\u0430 \u0432 \u0444\u0430\u0439\u043b\u0430\u0445 `data\/<uuid>.yml`<br \/>\n> * \u041f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b, \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f, \u0443\u0440\u043e\u0432\u043d\u0438, \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0435\u043c\u044b\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b<br \/>\n> * \u041f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u0432 \u0441\u0443\u043c\u043a\u0435 \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0434\u0430\u0432\u0430\u0442\u044c \u043d\u0430\u0436\u0430\u0442\u0438\u0435\u043c \u043e\u0434\u043d\u043e\u0439 \u043a\u043d\u043e\u043f\u043a\u0438<br \/>\n> * \u0412\u043a\u043b\u044e\u0447\u0430\u0435\u0442 \u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u044c \u043f\u0440\u043e\u0434\u0430\u0436\u0438, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u043c\u043e\u0436\u043d\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f (`betterbags.multiplier.<number>`) \u0438\u043b\u0438 \u043a\u043e\u043c\u0430\u043d\u0434\u044b (`\/bags multiplier`)<br \/>\n> * \u041f\u043e\u043b\u043d\u0430\u044f \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430 MiniMessage<\/p>\n<p>## \u041a\u043e\u043c\u0430\u043d\u0434\u044b<\/p>\n<p>> * `\/bags reload` &#8211; \u041f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0436\u0430\u0435\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u043f\u043b\u0430\u0433\u0438\u043d\u0430<br \/>\n> * `\/bags save` &#8211; \u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0438\u0433\u0440\u043e\u043a\u0430<br \/>\n> * `\/bags clear <target\/selector>` &#8211; \u041e\u0447\u0438\u0449\u0430\u0435\u0442 \u0441\u0443\u043c\u043a\u0443 \u0438\u0433\u0440\u043e\u043a\u0430 (\u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432)<br \/>\n> * `\/bags level <target\/selector> <level>` &#8211; \u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0441\u0443\u043c\u043a\u0438 \u0438\u0433\u0440\u043e\u043a\u0430 (\u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432)<br \/>\n> * `\/bags give <target\/selector>` &#8211; \u0412\u044b\u0434\u0430\u0435\u0442 \u0438\u0433\u0440\u043e\u043a\u0443 (\u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c \u0438\u0433\u0440\u043e\u043a\u0430\u043c) \u0441\u0443\u043c\u043a\u0443<br \/>\n> * `\/bags multiplier <target\/selector> <multiplier>` &#8211; \u0423\u0441\u0442\u0430\u043d\u0430\u0432\u043b\u0438\u0432\u0430\u0435\u0442 \u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u044c \u0441\u0443\u043c\u043a\u0438 \u0438\u0433\u0440\u043e\u043a\u0430 (\u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432)<br \/>\n> * `\/bags open <target\/selector>` &#8211; \u041e\u0442\u043a\u0440\u044b\u0432\u0430\u0435\u0442 \u0441\u0443\u043c\u043a\u0443 \u0438\u0433\u0440\u043e\u043a\u0430 (\u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432)<br \/>\n> * `\/bags sell-all <target\/selector> <ignore-item-value>` &#8211; \u041f\u0440\u043e\u0434\u0430\u0435\u0442 \u0432\u0441\u0435 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u044b \u0432 \u0441\u0443\u043c\u043a\u0435 \u0438\u0433\u0440\u043e\u043a\u0430 (\u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u0445 \u0438\u0433\u0440\u043e\u043a\u043e\u0432)<br \/>\n> * `\/bags help` &#8211; \u041f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u044d\u0442\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435<\/p>\n<p>## \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u044f<\/p>\n<p>> * `betterbags.usage` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u043a\u043e\u043c\u0430\u043d\u0434\u044b `\/bags`<br \/>\n> * `betterbags.reload` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `\/bags reload`<br \/>\n> * `betterbags.save` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `\/bags save`<br \/>\n> * `betterbags.clear` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `\/bags clear`<br \/>\n> * `betterbags.setlevel` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `\/bags level`<br \/>\n> * `betterbags.give` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `\/bags give`<br \/>\n> * `betterbags.multiplier` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `\/bags multiplier`<br \/>\n> * `betterbags.multiplier.<number>` &#8211; \u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0435\u0442 \u043c\u043d\u043e\u0436\u0438\u0442\u0435\u043b\u044c `<number>` \u0434\u043b\u044f \u0438\u0433\u0440\u043e\u043a\u0430<br \/>\n> * `betterbags.open` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `\/bags open`<br \/>\n> * `betterbags.sell-all` &#8211; \u0420\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u043d\u0430 \u043a\u043e\u043c\u0430\u043d\u0434\u0443 `\/bags sell-all`<\/p>\n<p>## \u041f\u043b\u0435\u0439\u0441\u0445\u043e\u043b\u0434\u0435\u0440\u044b<\/p>\n<p>> * `%uuid%` &#8211; uuid \u0438\u0433\u0440\u043e\u043a\u0430<br \/>\n> * `%player%` &#8211; \u0438\u043c\u044f \u0438\u0433\u0440\u043e\u043a\u0430<br \/>\n> * `%items-sum%` &#8211; \u0441\u0443\u043c\u043c\u0430 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u043e\u0432 \u0432 \u0441\u0443\u043c\u043a\u0435<br \/>\n> * `%current-level%` &#8211; \u0442\u0435\u043a\u0443\u0449\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0441\u0443\u043c\u043a\u0438<br \/>\n> * `%current-capacity%` &#8211; \u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u044c \u0441\u0443\u043c\u043a\u0438<br \/>\n> * `%current-slots%` &#8211; \u0442\u0435\u043a\u0443\u0449\u0438\u0435 \u0441\u043b\u043e\u0442\u044b \u0441\u0443\u043c\u043a\u0438<br \/>\n> * `%current-cost%` &#8211; \u0442\u0435\u043a\u0443\u0449\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0441\u0443\u043c\u043a\u0438<br \/>\n> * `%next-level%` &#8211; \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0441\u0443\u043c\u043a\u0438<br \/>\n> * `%next-capacity%` &#8211; \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0432\u043c\u0435\u0441\u0442\u0438\u043c\u043e\u0441\u0442\u044c \u0441\u0443\u043c\u043a\u0438<br \/>\n> * `%next-slots%` &#8211; \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u043b\u043e\u0442\u044b \u0441\u0443\u043c\u043a\u0438<br \/>\n> * `%next-cost%` &#8211; \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0430\u044f \u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0441\u0443\u043c\u043a\u0438<\/p>\n<p>P.S. \u041a\u043e\u043d\u0444\u0438\u0433 \u0438\u0437\u043d\u0430\u0447\u0430\u043b\u044c\u043d\u043e \u043d\u0430 \u0420\u0443\u0441\u0441\u043a\u043e\u043c \u042f\u0437\u044b\u043a\u0435)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Plugin that adds bags, thats works like sacks, but with upgrades.<\/p>\n","protected":false},"featured_media":29871,"template":"","meta":{"_minecraft_slug":"betterbags","_minecraft_project_id":"gXcOVTxZ","_minecraft_author":"sonofstrange","_minecraft_license":"MIT","_minecraft_downloads":306,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"betterbags.zip","_minecraft_size_bytes":55683,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T11:42:04.285773Z","_minecraft_date_created":"2025-02-01T08:54:02.383443Z","_minecraft_date_modified":"2025-01-30T14:23:31.671511Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/betterbags","_minecraft_icon_attachment_id":29871,"_minecraft_imported_at":"2026-06-01T12:28:39+00:00","_minecraft_import_hash":"670f3bf75f1165b5df8d093edf033a05","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,88,89,127,128,91],"mod_loader":[132,133],"minecraft_version":[62,37,73,74,38],"class_list":["post-29870","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-equipment","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-storage","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Better Bags - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Better Bags - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Plugin that adds bags, thats works like sacks, but with upgrades.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterbags\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterbags\\\/\",\"name\":\"Better Bags - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterbags\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterbags\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterbags-icon-54ce313b49b91b2644b39170284c6b6486880cd0_96.webp\",\"datePublished\":\"2026-06-01T12:28:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterbags\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterbags\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterbags\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterbags-icon-54ce313b49b91b2644b39170284c6b6486880cd0_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/betterbags-icon-54ce313b49b91b2644b39170284c6b6486880cd0_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/betterbags\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Better Bags\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Better Bags - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/","og_locale":"en_US","og_type":"article","og_title":"Better Bags - Minecraft","og_description":"Plugin that adds bags, thats works like sacks, but with upgrades.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/","name":"Better Bags - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterbags-icon-54ce313b49b91b2644b39170284c6b6486880cd0_96.webp","datePublished":"2026-06-01T12:28:38+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterbags-icon-54ce313b49b91b2644b39170284c6b6486880cd0_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/betterbags-icon-54ce313b49b91b2644b39170284c6b6486880cd0_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/betterbags\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Better Bags"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/29870","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/29871"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=29870"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=29870"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=29870"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=29870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}