CrashShop
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: folia paper purpur
标签: economy game-mechanics technology

The ultimate lightweight, GUI-based shop solution for modern Minecraft servers.
? About CrashShop
CrashShop is designed for server administrators who value simplicity, performance, and a seamless user experience. Forget complex chat commands; give your players a high-quality GUI-based shopping experience that integrates perfectly with your server economy.
Whether you are running a Survival, Skyblock, or Creative network, CrashShop provides the tools to build a robust economy without the overhead of heavy, bloated plugins.
✨ Features
- Intuitive GUI: Clean and easy-to-navigate menus for buying and selling items.
- Economy Integration: Fully compatible with Vault and most major economy providers.
- Customizable Shops: Create multiple shop categories (Blocks, Tools, Food, etc.).
- Admin Tools: Manage prices and inventory directly in-game or via config.
- Performance First: Optimized code to ensure zero impact on your server's TPS.
- Message Customization: Change every string to match your server's theme and language.
? Screenshots
?️ Commands & Permissions
| Command | Permission | Description |
|---|---|---|
/shop |
crashshop.use |
Opens the main shop menu. |
/shop open <shop> |
crashshop.use |
Opens a specific category. |
/shop reload |
crashshop.reload |
Reloads the configuration files. |
/sellall |
crashshop.sellall |
Sell every item you can sell in your inventory. |
? Installation
- Download the latest
.jarfile from the Versions tab. - Ensure you have Vault installed on your server.
- Place
CrashShop.jarinto your server's/plugins/folder. - Restart your server to generate the configuration files.
- Customize your items in all the files and you're ready to go!
⚙️ Configuration
Click to view Default Configuration (config.yml) ```yaml # _____ _ _____ _ # / ____| | | / ____| | # | | _ __ __ _ ___| |__ | (___ | |__ ___ _ __ # | | | '__/ _` |/ __| '_ \ \___ \| '_ \ / _ \| '_ \ # | |____| | | (_| | (__| | | |____) | | | | (_) | |_) | # \_____|_| \__,_|\___|_| |_|_____/|_| |_|\___/| .__/ # | | # |_| #Every item can have these characteristic: #diamond_sword: OP Diamond Sword" this sword is OP! # glow: true minecraft:diamond 1" general-items: back: material: ARROW displayname: "Previous Page" next: material: ARROW displayname: "Next Page" main: material: BARRIER displayname: "Back" slot: 49 filler: enabled: true material: BLACK_STAINED_GLASS_PANE displayname: "" ``` ores.yml (One of the 5 built-in category) ```yaml #Here items have two more parameters: #Slot: the slot where you want to place the item #Page: the page where the item should be id: ore #Category identifier title: 'ᴏʀᴇ' rows: 6 #Total slots of the inventory: 54 (Double Chest) items: coal: material: COAL displayname: "Coal" slot: 10 page: 0 buy-price: 20.0 sell-price: 2.0 custom-model-data: 4 item-model: "yay" enchantments: minecraft:sharpness:5 lore: - "" - " │ Type: Mineral" - " │ Rarity: Common" - "" - " ➥ Left-Click to Buy: $20.0 (Shift x64)" - " ➥ Right-Click to Sell: $2.0 (Shift SellAll)" - "" charcoal: material: CHARCOAL displayname: "Charcoal" slot: 11 page: 0 buy-price: 15.0 sell-price: 1.0 lore: - "" - " │ Type: Mineral" - " │ Rarity: Common" - "" - " ➥ Left-Click to Buy: $15.0 (Shift x64)" - " ➥ Right-Click to Sell: $1.0 (Shift SellAll)" - "" # Continue...Note: CrashShop requires an economy plugin (like EssentialsX or CoinsEngine) and Vault to function correctly.
请登录后举报
暂无评论,抢个沙发吧~