Hey guys it's DanRobzProbz here and this is a little command block tutorial.
Here is a link to my video showcase of the command:-
[video=youtube;Nac4w2gznE0] https://www.youtube.com/watch?v=Nac4w2gznE0 [/video]
This command is amazing for making randomised loot for any style of map, hunger games, skyblock, survival maps etc...
The Command Looks Like This.
One of The Commands Used.
This is my command that I used for the lucky chests spawning system in Skyblock 1.3 update!
The Loot Is From The loot_table's In The Game.
Enjoy!
😉
Please note this command requires windows 10 edition, due to the modding side of it(to get the loot_table chests basically)
The best and 100% free modding tool out there!
Universal Minecraft Editor!
Download Link:-
https://www.universalminecrafteditor.com/
I've got many tutorials on my YouTube channel on using this program:-
https://www.youtube.com/danrobzprobz
Here is a special code for UME(univeral minecraft editor) to get all the loot_tables in one chest,just paste it in your player inventory!:-
https://pastebin.com/4jNWRip2
Hope that you like this amazing cool command guys!
#LEGENDS 😝
✨Many Thanks✨
DRP
Can you make a command that uses custom loot tables and the mc editor with commands and make a random weapon spawner for a battle royale map so supply crates can show up any were in a certain area?
Can you make a command that uses custom loot tables and the mc editor with commands and make a random weapon spawner for a battle royale map so supply crates can show up any were in a certain area?
Sure thing dude, all you need to do is make a add-on with what ever weapons you want to spawn inside a chest(ammo etc...)
and then you could just do a clone command to place them around the map randomly.
It should be easy enough...
Hope that helps you!
😉
you should make a video on that.
also i found using the mc editor you can make chest have different items by making a addon with custom loot tables
Noting a few things:
- If it is able to happen in the same game tick, you do not need a Repeater.
- Due to random block update order, which applies to Command Blocks, you should have each /setblock ~ ~1 ~ air in the command block line of each instead.
- You can omit the first / in a Command Block's command, which is very beneficial to time and world size.
- If it does not need to be separated, well, it does not need to be (triggering that lone Command Block, just move it instead into being a Chain right after the Command Block which teleports the "timer").
Not trying to call you out, but instead help you improve.
~ Ctrl-Alt-Cuteness