Butiko

โญ โ€” (3 endorsements) ๐Ÿ“ฅ 249 downloads ๐Ÿ“Œ v24.4.2 ๐Ÿ“… 4/3/2024
โšช Last updated 2024

By Undermon ยท economy

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 4/2/2024 ๐Ÿ“… Created: 4/3/2024

๐Ÿ” Analysis

  • ๐Ÿ† #39 of 92 economy mods in this game by downloads

๐Ÿ“‹ About This Mod

!(https://i.imgur.com/5D87VtM.png) !(https://i.imgur.com/9DzqGOB.png) ๐Ÿ—„๏ธ **Easy to install**, no need to mess around with databases, just drop the file in your plugins folder. ๐Ÿท๏ธ **Sensible permissions** by default, so you mostly don't have to worry about it. ๐ŸŒŽ **Localizable**, you can easily create translations to any language. โš ๏ธ **No block protection** is provided, external methods are required to protect the shop's container and Item Frame. โ™ป๏ธ **Depends on Vault** to interface with any economy plugin supported by it. ๐Ÿ“Ž (https://github.com/MilkBowl/Vault/releases/tag/1.7.3). ๐Ÿ“‚ **Open source** under the (https://choosealicense.com/licenses/mpl-2.0/) on (https://github.com/TheUndermon/butiko). !(https://i.imgur.com/wMF7vyj.gif) ๐Ÿ›๏ธ **View a shop** owner, product, sell price, and buy price by right or left clicking. ๐Ÿ’ต **Sell** by sneaking and left clicking. ๐Ÿ’ถ **Buy** by sneaking and right clicking. !(https://i.imgur.com/bd9SiXZ.png) !(https://i.imgur.com/BaeCrDz.gif) โŒจ๏ธ **Use _/shop_** while looking at an Item Frame containing the item you want to trade. Set the buy or sell โ€” or both โ€” prices with the flags _-buy_ or _-sell_. Set the amount to be traded using the _-amount_ flag. ๐Ÿ“ฆ **Can be placed on** Chests, Barrels, and Shulker Boxes. *๏ธโƒฃ **Multiple shops** can be placed on the same container. ๐Ÿ’ธ **Set a create fee** so players must pay to create a shop โ€” view the fee with _/shop price_ โ€” by setting create-fee entry in the config.yml, then apply the changes without restarting by running _/shop reload_. ๐Ÿ’ฃ **Remove your shop** by running _/shop remove_ while looking at it. !(https://i.imgur.com/idN94bi.png) !(https://i.imgur.com/rxS4e7g.gif) โŒจ๏ธ **Use _/shop server_** while looking at an Item Frame containing the item you want to trade. Set the buy or sell โ€” or both โ€” prices with the _-buy_ or _-sell_ flags. Set the amount to be traded using the _-amount_ flag. ๐Ÿ“ฆ **Can be placed on** any solid surfaces. โ™พ๏ธ **Infinite resources**, server shops have infinite stock and money. Any items sold or money paid to it is removed from the game. ๐Ÿ’ฃ **Remove any server shop** by running _/shop remove_ while looking at it. !(https://i.imgur.com/uKlz9MU.png) ๐Ÿ’ฌ **Player's game locale** is used to select an appropriate localization file โ€” those with the extension .properties โ€” in the plugin's data folder โ€” at .../your server/plugins/Butiko โ€” and if no suitable one is found, it uses the default one called messages.properties. Item and enchantment names are automatically translated. ๐Ÿ‘„ **Create a language only localization** file by copying _messages.properties_ โ€” inside the plugin's data folder โ€” and renaming it to _messages\_<language>.properties_. Replace the placeholder _<language>_ with the lower case two letter language code. ๐Ÿ“Ž (https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes). ๐Ÿ **Create a language and country localization** file by copying _messages.properties_ โ€” inside the plugin's data folder โ€” and renaming it to _messages\_<language>\_<country>.properties_. Replace the placeholder _<language>_ with the language code, and _<country>_ with the upper case two letter country code. ๐Ÿ“Ž (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements). ๐Ÿ–ผ๏ธ **For example** a spanish localization file would look like messages_es.properties, but a colombian spanish one would look like _messages_es_CO.properties_. โœ’๏ธ **Translate the file** you just created, but do not translate the placeholders like _<product>_ or the entry keys to the left of the equal signs like _must_look_at_itemframe_. <details> <summary>๐Ÿ—’๏ธ Contents of messages.properties</summary> ```YAML shop_created = Shop created shop_created_fee = Shop created for <fee> fee shop_removed = Shop removed duplicated_shop = That's already a shop must_look_at_shop = You must look at a shop empty_itemframe = The itemframe must contain an item container_not_allowed = Shop container must be a <chest>, <barrel>, or a <shulkerbox> must_look_at_itemframe = You must look at an itemframe shop_command_usage = Create a shop using /shop while looking at an itemframe files_reloaded = Configuration and localization files reloaded cannot_pay_fee = You can't afford to create a shop must_buy_or_sell = Your shop must buy, sell, or both buy_price_too_low = Buy price must be higher than the sell price buy_only = You can only buy from this shop sell_only = You can only sell to this shop shop_insufficient_funds = The shop owner can't pay you shop_insufficient_space = The shop inventory is full shop_insufficient_items = There is no stock available client_insufficient_funds = You don't have enough money client_insufficient_space = You don't have enough inventory space client_insuff

!(https://i.imgur.com/5D87VtM.png)

!(https://i.imgur.com/9DzqGOB.png)

๐Ÿ—„๏ธ Easy to install, no need to mess around with databases, just drop the file in your plugins folder.

๐Ÿท๏ธ Sensible permissions by default, so you mostly don't have to worry about it.

๐ŸŒŽ Localizable, you can easily create translations to any language.

โš ๏ธ No block protectionย is provided, external methods are required to protect the shop's container and Item Frame.

โ™ป๏ธ Depends onย Vault to interface with any economy plugin supported by it. ๐Ÿ“Ž (https://github.com/MilkBowl/Vault/releases/tag/1. 7. 3).

๐Ÿ“‚ Open source under the (https://choosealicense.com/licenses/mpl-2. 0/) on (https://github.com/TheUndermon/butiko).

!(https://i.imgur.com/wMF7vyj.gif)

๐Ÿ›๏ธ View a shop owner, product, sell price, and buy price by right or left clicking.

๐Ÿ’ต Sell by sneaking and left clicking.

๐Ÿ’ถ Buy by sneaking and right clicking.

!(https://i.imgur.com/bd9SiXZ.png) !(https://i.imgur.com/BaeCrDz.gif)

โŒจ๏ธ Use _/shop_ while looking at an Item Frame containing the item you want to trade. Set the buy or sell โ€” or both โ€” prices with the flags _-buy_ or _-sell_. Set the amount to be traded using the _-amount_ flag.

๐Ÿ“ฆ Can be placed on Chests, Barrels, and Shulker Boxes.

*๏ธโƒฃ Multiple shops can be placed on the same container.

๐Ÿ’ธ Set a create fee so players must pay to create a shop โ€” view the fee with _/shop price_ โ€” by setting create-fee entry in the config.yml, then apply the changes without restarting by running _/shop reload_.

๐Ÿ’ฃ Remove your shop by running _/shop remove_ while looking at it.

!(https://i.imgur.com/idN94bi.png) !(https://i.imgur.com/rxS4e7g.gif)

โŒจ๏ธ Use _/shop server_ while looking at an Item Frame containing the item you want to trade. Set the buy or sell โ€” or both โ€” prices with the _-buy_ or _-sell_ flags. Set the amount to be traded using the _-amount_ flag.

๐Ÿ“ฆ Can be placed on any solid surfaces.

โ™พ๏ธ Infinite resources, server shops have infinite stock and money. Any items sold or money paid to it is removed from the game.

๐Ÿ’ฃ Remove any server shop by running _/shop remove_ while looking at it.

!(https://i.imgur.com/uKlz9MU.png)

๐Ÿ’ฌ Player's game locale is used to select an appropriate localization file โ€” those with the extension .properties โ€” in the plugin's data folder โ€” at .../your server/plugins/Butiko โ€” and if no suitable one is found, it uses the default one called messages.properties. Item and enchantment names are automatically translated.

๐Ÿ‘„ Create a language only localization file by copying _messages.properties_ย โ€” inside the plugin's data folder โ€” and renaming it to _messages\_.properties_. Replace the placeholder __ with the lower case two letter language code. ๐Ÿ“Ž (https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes).

๐Ÿย Create a language and country localization file by copying _messages.properties_ โ€” inside the plugin's data folder โ€” and renaming it to _messages\_\_.properties_. Replace the placeholder __ with the language code, and __ with the upper case two letter country code. ๐Ÿ“Ž (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements).

๐Ÿ–ผ๏ธ For example a spanish localization file would look like messages_es.properties, but a colombian spanish one would look like _messages_es_CO.properties_.

โœ’๏ธ Translate the file you just created, but do not translate the placeholders like __ or the entry keys to the left of the equal signs like _must_look_at_itemframe_.

๐Ÿ—’๏ธย Contents of messages.properties

```YAML shop_created = Shop created shop_created_fee = Shop created for fee shop_removed = Shop removed duplicated_shop = That's already a shop must_look_at_shop = You must look at a shop empty_itemframe = The itemframe must contain an item container_not_allowed = Shop container must be a , , or a must_look_at_itemframe = You must look at an itemframe shop_command_usage = Create a shop using /shop while looking at an itemframe files_reloaded = Configuration and localization files reloaded cannot_pay_fee = You can't afford to create a shop must_buy_or_sell = Your shop must buy, sell, or both buy_price_too_low = Buy price must be higher than the sell price buy_only = You can only buy from this shop sell_only = You can only sell to this shop shop_insufficient_funds = The shop owner can't pay you shop_insufficient_space = The shop inventory is full shop_insufficient_items = There is no stock available client_insufficient_funds = You don't have enough money client_insufficient_space = You don't have enough inventory space client_insuff

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
Undermon
Version
24.4.2
Downloads
249
Endorsements
3
Category
economy
Created
4/3/2024
Updated
4/2/2024
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
economy, game-mechanics, social

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does Butiko support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of Butiko?

Version 24.4.2, published 2024-04-02 with 249 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More economy ๐Ÿ‘ค More by Undermon ๐Ÿ”Ž Similar Mods ๐ŸŒ Best economy (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods