[Tutorial MCreator 2020.4 - 1.15.2] Make a /home system

Started by Max094_Reikeb on

Topic category: User side tutorials

Last seen on 14:00, 14. Nov 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Tutorial MCreator 2020.4 - 1.15.2] Make a /home system

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:
variables

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:
sethome_command
home_command
delhome_command

And finally you need to setup 3 procedures that you'll link to the commands as following:
sethome_procedure
home_procedure
delhome_procedure

 

Here's the workspace: https://mega.nz/file/GckBxDhK#aH7iK_BiVLeNDIohCgwpOMv4cnT_OyWfYLfjYgXiKp4

PLAYER_RESISTANT PLAYER…
Tue, 08/04/2020 - 16:42

PLAYER_RESISTANT

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).

Last seen on 14:00, 14. Nov 2023
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The problem with NBT tags is…
Wed, 08/05/2020 - 10:26

The problem with NBT tags is that they reset on death with is not the case with PLAYER_PERSISTANT or PLAYER_RESISTANT variables

Last seen on 21:24, 26. Dec 2022
Joined Dec 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This looks fun to play with…
Wed, 08/12/2020 - 07:53

This looks fun to play with to see what kind of mods can be made with it..