2019-03-30 19:34:55 +01:00
# List of nodes/items
To use an item, make sure you have the `give` privilege, then use
`/give <player> <item code> [amount]` or `/giveme <item code> [amount]` .
**Tip:** To give yourself a large amount of items quickly (65535 as of writing),
use `-1` as the amount.
## Nodes
:warning: denotes an unpointable, unbreakable block; be very careful with them,
2019-10-13 14:15:25 +02:00
as they cannot be removed by hand (they can only be removed with
[WorldEdit ](https://github.com/Uberi/Minetest-WorldEdit ) or similar).
2019-03-30 19:34:55 +01:00
2023-04-22 16:50:01 +02:00
> **Note**
>
> All of the nodes mentioned below have aliases which can be used as well.\
> Here's the full aliases list: <https://github.com/minetest-mods/maptools/blob/master/aliases.lua>
2019-03-30 19:34:55 +01:00
| Item code | Description |
2020-08-10 22:54:56 +02:00
| ----------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2019-03-30 19:34:55 +01:00
| `maptools:{block}_u` | Unbreakable, non-flammable, non-falling, non-decaying blocks. Most common default blocks have an unbreakable form available (`maptools:stone_u`, `maptools:wood_u` , …) |
| `maptools:full_grass` | Unbreakable block with the grass texture on all sides. |
2023-04-22 16:50:01 +02:00
| `maptools:playerclip` | :warning: Invisible, non-pointable block that blocks players and entities. |
| `maptools:fullclip` | Invisible, pointable block that blocks players and entities. Also available as a thin face (`maptools:fullclip_face`). |
2020-09-27 13:00:53 +02:00
| `maptools:smoke` | Some smoke. Decreases visibility, but doesn't damage players or entities). |
2023-04-22 16:50:01 +02:00
| `maptools:nobuild` | :warning: Very basic building prevention. |
| `maptools:nointeract` | Prevents interacting through the block (opening chests, furnaces, attacking entities, …), but can still be walked through. |
2019-03-30 19:34:55 +01:00
| `maptools:damage_{1…5}` | :warning: Damaging blocks which damage players by 1 to 5 HP per second. |
| `maptools:kill` | :warning: Instant kill blocks (damages players by 20 HP per second). |
2020-09-27 13:00:53 +02:00
| `maptools:drowning` | :warning: Simulates drowning in water. |
2019-03-30 19:34:55 +01:00
| `maptools:light_block` | :warning: Invisible non-solid block, prevents light from passing through. |
2020-12-20 21:36:53 +01:00
| `maptools:lightbulb` | :warning: Invisible non-solid block, emitting the maximum amount of light. |
2019-03-30 19:34:55 +01:00
## Items
| Item code | Description |
2020-08-10 22:54:56 +02:00
| -------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------ |
2023-04-22 16:50:01 +02:00
| `maptools:pick_admin` | A bright magenta pickaxe with infinite durability, digs everything including unbreakable blocks instantly. No drops are given when digging nodes. |
| `maptools:pick_admin_with_drops` | Same as the admin pickaxe, but drops are given when digging nodes. |
| `maptools:infinitefuel` | Fuel lasting for a near-infinite time (about 50 real-life years). |
| `maptools:superapple` | A yellow apple which heals the player by 20 HP when used. |
2019-03-30 19:34:55 +01:00
| `maptools:copper_coin` | Decorative item (can be used in mini-games). |
| `maptools:silver_coin` | Decorative item (can be used in mini-games). |
| `maptools:gold_coin` | Decorative item (can be used in mini-games). |