Interactions

The Interactions are very usefull in every Tuto.
Here is a list of all the interactions availabes
All the interactions are reset on the stop of the server

In Tuto files, the interactions must have the Special String (configurable) as first character of the line
All the example in this page will use a specific Special String : '@' (not the default '#' because it has problem formatting with WikiCreole).

Waiting Action

Instant Action

Block Place

Description :
Wait for a block placing of the player that reads the tuto
Usage :
@BP'Id'
@BP'Id':'world':'x','y','z'
Example :
@BP42
@BP42:world:0:64:0


Block Break

Description :
Wait for a block breaking of the player that reads the tuto
Usage :
@BB'Id'
@BB'Id':'world':'x','y','z'
Example :
@BB42
@BB42:world:0:64:0


Command

Description :
Wait for a command of the player that reads the tuto
Usage :
@CMD'command'
Example :
@CMD/help


Death

Description :
Wait for the death of the player that reads the tuto
Usage :
@DTH
Example :
@DTH


Fish

Description :
Wait for the player that reads the tuto to fish something
Usage :
@FISH
Example :
@FISH


Kill

Description :
Wait for the player that reads the tuto to kill a specific Mob
Usage :
@KILL'Type'
Example :
@KILLZOMBIE


Shear

Description :
Wait for the player that reads the tuto to shear a sheep
Usage :
@SHR
Example :
@SHR


ItemBreak

Description :
Wait for the player that reads the tuto to break a tool
Usage :
@IB
@IB'Material'
Example :
@IB
@IBIRON_HOE


Level

Description :
Wait for the player that reads the tuto to level up
Usage :
@LVL
@LVL'Number'
Example :
@LVL
@LVL5


Fly

Description :
Wait for the player that reads the tuto to toogle on flight
Usage :
@FLY
Example :
@FLY


Sneak

Description :
Wait for the player that reads the tuto to toogle on sneak
Usage :
@SNK
Example :
@SNK


Sprint

Description :
Wait for the player that reads the tuto to toogle on sprint
Usage :
@SPR
Example :
@SPR


Teleportation

Description :
Teleports the player that reads the tuto at the Location specified
Usage :
@TP'world':x,y,z
Example :
@TPworld:0,64,0


Wait

Description :
Wait some ticks before continuing the tuto
1 tick = 1/20 second
Usage :
@WT'numbers'
Example :
@WT20


Log

Description :
Log something in the Console
Usage :
@LOG'something'
Example :
@LOGHey Rominos2 is really a good guy !


Send

Description :
Send a Command from the Console
Usage :
@SND'command'
Example :
@SNDpex user <player>
@SNDsay Hey Rominos2 is really a good guy !


Spawn

Description :
Spawn a specific mob at the specific location
Usage :
@SPWN:'Type':'world':'x','y','z'
Example :
@SPWNZOMBIE:world:0,64,0