Forum


Notifications
Clear all

MCPE/Bedrock Loot Bag+

McBedrock
(@mcbedrock1)
Illustrious Member Admin

Loot Bag+

 

This component enriches your gaming experience, allowing you to discover various treasures by killing entities. Based on the difficulty of the entity, the reward will be higher. In addition, the following addon offers maximum customization. For more information, see the section below.

 

Language support 🌍

  • English (United States)
  • English (United Kingdom)
  • if you find errors or your language is missing, send me a message, if you provide me with a correct translation I will add credits for support 🤝

How does it work

Through the give command or in the creative you can find 6 item Loot Bag ( common, uncommon, rare, epic, legendary ), one Loot Bag Book
 

Loot Bag Book

 

This item will allow you to preview the treasures you might find inside the loot bags. Crafting item:

By clicking on one of the loot bag icons, you will be able to view information about the bag itself and its contents. You can navigate between pages using the arrows. Pages are automatically generated each time you add a new loot in the appropriate file of the configuration folder.

Loot Bag base 🌍

in the bags you can find random loots in this case there are 10 loots per bag, which based on the rarity of the bag increases the rarity and quantity of the item or other. going into the addon folder obviously in your world you have to go to: scripts/config/loot

It is already set as a base for Loot, you will already find all 5 loot bags with 10 different drops based on rarity.

here you will find 5 js files in which you can customize your loot, the files are divided by rarity of the bags. to add an extra loot or modify the existing one it is simple, let's take an example:

scripts/config/loot

       1:{

           chance:3,

           name:'Beacon Time',

           description:'do you want powers?',

           drop:{

               item:{

                   1:{id:"minecraft:beacon", amount:1},

               },

               effect:{

                   1:{id:'haste',time:10000,amplifer:3,particle:true},

                   2:{id:'strength',time:10000,amplifer:3,particle:true},

               }

           }

       },

its value in this case is 1, already in the config you will find up to 10, to add others just do in numerical order so 11 12 13 and so on

  • chance: ( the probability of that loot coming out )
  • name : ( name of the loot that will appear in the book )
  • description : ( description of the loot that will appear in the book )
  • drop : ( here is everything you can do if this loot comes out )
 

obviously you can decide what you want to insert in the drop, like the same thing for the item to give the name and lore, these are data that you can also not insert, they simply serve to give greater customization.

To find out how to best configure, visit my GitHub you will find a complete guide on the use and compatibility of the addon version

GitHub Guide

Join world message

instead, if you want to deactivate the message when you enter the world of the loot bag, just go to: scripts/config/config
just go to status and set false so the message will no longer come out when you enter the world: state: false

For more info visit my discord or watch the video guide on my channel

https://www.youtube.com/watch?v=cT3YZJbOkBw

Changelog

Loot Bag+ For Minecraft Bedrock Edition 1.20.60

- Updated description due to misunderstanding addon version
- Added a link to use the addon given the confusion in using it

Installation

Installation

How to install

🖥️ Computer

📁.mcaddon version

  • Download the lore_item.mcaddon version
  • click on it to open and it will automatically insert it into the game
  •  

📦.zip version

  • go to

%userprofile%\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\

 

  • pull the texture into the resources folder instead the behavior into the behaviors folder

📱 Mobile

📁.mcaddon version

  • Download the lore_item.mcaddon version
  • click on it to open and it will automatically insert it into the game

📦.zip version

/Android/data/com.mojang.minecraftpe/files/games/com.mojang/

 

  • (APPLE IOS ) go to

/On My iPhone/Minecraft/games/com.mojang/

 

  • pull the texture into the resources folder instead the behavior into the behaviors folder

🕹️ Console (PS4/PS5/Switch/Xbox and other)

📦.zip version

  • create dedicated bedrock realm or server
  • pull the texture into the resources folder instead the behavior into the behaviors folder (Realm or Server)
  • enter the realm or the server and you will find your component,remember to enable the settings necessary for operation listed before
  • ⛔you can't put it directly in the console, the manufacturer things don't allow to import external files, it is possible only in case you have made a modification of your console

creator: https://www.twitter.com/ArubanDeath

Quote
Topic starter Posted : 21/02/2024 6:11 pm
McBedrock
(@mcbedrock1)
Illustrious Member Admin

updated

ReplyQuote
Topic starter Posted : 26/02/2024 12:23 pm
Share: