Page 1 of 1
Help Me Please!!!

Posted:
Sat Jul 25, 2015 04:04
by SirDerpingtun4
I need info on how to use a command block from the Mesecons Mod, and if you can use any commands from Minecraft PC command blocks. If you know any information, please tell me. Thank You :)
Re: Help Me Please!!!

Posted:
Sat Jul 25, 2015 07:39
by Krock
Please ask such questions in the mod's topic.
viewtopic.php?t=628From what I've seen in the Lua code, it executes chat commands, so you can enter something like this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
say @nearest Hello world
teleport @nearest @farthest
grant @nearest fly
Re: Help Me Please!!!

Posted:
Sun Aug 02, 2015 22:11
by Diamond knight
/help shows the avalable commands
Re: Help Me Please!!!

Posted:
Mon Aug 03, 2015 13:59
by AiTechEye
It works in same way as minetest commands, but you dont using /
That means if you want to teleport someone, type teleport name 3 353 -43...
You can use @nearest @fartest @random instand of playernames, like: hp @nearest 0 (kills nearest player) [20 gives full health]
Re: Help Me Please!!!

Posted:
Mon Oct 26, 2015 15:09
by Samson1
UjEdwin wrote:It works in same way as minetest commands, but you dont using /
That means if you want to teleport someone, type teleport name 3 353 -43...
You can use @nearest @fartest @random instand of playernames, like: hp @nearest 0 (kills nearest player) [20 gives full health]
How to you temeport who ever pressed the button?
Re: Help Me Please!!!

Posted:
Mon Oct 26, 2015 17:17
by Dartmouth
I don't think there's an option for that, you'll just have to use @nearest and place the button so that whoever pressed it is nearest to the commandblock.
Re: Help Me Please!!!

Posted:
Tue Oct 27, 2015 12:43
by AiTechEye
Dartmouth wrote:I don't think there's an option for that, you'll just have to use @nearest and place the button so that whoever pressed it is nearest to the commandblock.
teleport @nearest 23,767,5
@nearest @fartest @nearest can be used instant of playernames
... ...
Command Player Option