• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Commands help need..

GreenYoshi

New Member
Joined
Jul 6, 2009
Messages
46
Reaction score
0
I want some commands, do someone know some? XD

- Teleport 2 steps forward in the direction you watch
- Remove RAW/Item in front of you (also current direction)
- Put object .. in front of you (a ID number)
 
/i tutorial: (taken from COMMANDS_HELP in doc folder of 0.3.5 r2405)
/i
Creates an item.
Parameters
id/name
<optional>count
<optional>onGround
Should item be created on ground?
<optional>lookDir
Should item be created on player looking pos?

Examples
/i magic plate armor
/i 2160, 50 (50 crystal coins)
/i 2160, 50, yes (Will be created under player)
/i 2160, 50, yes, yes (Will be created at ground, where player is looking)
 
Back
Top