Started by
Freddyfozbear7800
on
Topic category: Help with MCreator software
How could I make it so that when a player has a certain type of armor on they are able to create the portal and also enter that portal but only with that armor (i saw the can make portal and can enter portal procedure things in the dimension tab and that's what got me wanting to get this working)
Edited by Freddyfozbear7800 on Thu, 08/11/2022 - 03:25
So you could tick portal with that procedure and check if there is a player inside the block, then if they don't have the armor they are suppose to break the portal.
Otherwise, you would have to make your own portal block and portal creation procedures so it won't teleport the player as that procedure calls seperately from teleporting the player, as it is the portal block's on tick procedure. This can all be done with procedures though if you choose this instead, I have done it myself.