Started by
BlueGamingG
on
Topic category: Help with Minecraft modding (Java Edition)
So I first want to Start off with Violet's power (Invisibility, Force fields)
-For the Invisibility I am thinking of making Armor that has a violet skin and has a specific key binding that will turn her invisible
-As for the Force Field I have an idea of making particles around the player that Teleport's any mob in a certain radius (Also with a Specific key)
Any Idea's of how I could Do this (if its possible) or make it better ?
The second one is possible with commands too. Here-
/execute @p ~ ~ ~/tp @e[rm=1,r=10] ~5 ~5 ~5
that should make all entities in a radius of 10 block to be teleported 5 blocks up, 5 blocks to the z and 5 blocks to the x.