Started by
Max094_Reikeb
on
Topic category: User side tutorials
Hello everyone and welcome to my new tutorial to make a /home system.
This system requires MCreator 2020.4.
Firstly you need to create 4 variables with PLAYER_RESISTANT scope as following:
Then you need to create 3 commands : one to set your home, one to teleport to your home and the next one to delete your home as following:
And finally you need to setup 3 procedures that you'll link to the commands as following:
Here's the workspace: https://mega.nz/file/GckBxDhK#aH7iK_BiVLeNDIohCgwpOMv4cnT_OyWfYLfjYgXiKp4
PLAYER_PERSISTANT is better and users will find this variable scope. ;)
Also, like you made it, yes we need to use MCreator 2020.4, but we can use NBT Tags also, and it should work (in 1.12.2 it worked, so I guess it will still work in 1.15.2).
The problem with NBT tags is that they reset on death with is not the case with PLAYER_PERSISTANT or PLAYER_RESISTANT variables
This looks fun to play with to see what kind of mods can be made with it..