Commands - Dragonblocks Wiki - Elidragon

Commands

Dragonblocks has a chatconsole. It is the black input field that is at the bottom of the screen.

2.0

2.0 was the first version with a console. There were 3 commands without any parameters.
skinto set your Skin
spawnto Respawn
mapping1to Load Extra Map 1

2.1

In version 2.1 the console was actually a JavaScript console, but you were only allowed to run certain commands, else you got warned, but your code got executed anyway. There was the command 'su' which that switched of this. For su you had to enter a password that can be read out using the real JavaScript Console. So basically in this version the console was crap.
skin("skin")to set your Skin (see Skins)
spawn()to Respawn
setMap("map") to load a Map (see Maps)
changeMap(x, y, "block")to Change the Block at (x, y) to block (see Blocks)
teleport(x, y) to Teleport you to (x, y)
suto use Console as JavaScript Console (password required)
generateMap("mapgen")to generate new Map(see Mapgens)
SimpleDigging_setMode("mode")to set the digmode to mode (see Mods)

2.2, 2.3

The console was removed in version 2.2, because the 2.1 Console was was shit, but I didn't want to do a new one.

3.0

3.0 gives you a minetest like console. The Commands start with / and you can also write messages. Use t to open the console. You can use /help to get descriptions for commands.


Dragonblocks Wiki