Go to file
Emojigit 6afd5e0469
SECURITY: Disable Advtrains NDB nodes and unknown nodes placing
2021-11-13 21:30:52 +08:00
textures init 2021-06-17 18:32:32 +08:00
textures_gimp init 2021-06-17 18:32:32 +08:00
LICENSE.md init 2021-06-17 18:32:32 +08:00
README.md [DOC] Fix typo 2021-06-18 11:57:24 +08:00
depends.txt [FEATURE] Add node_placer support 2021-06-19 07:24:13 +08:00
init.lua SECURITY: Disable Advtrains NDB nodes and unknown nodes placing 2021-11-13 21:30:52 +08:00
lgpl-2.1.md init 2021-06-17 18:32:32 +08:00
mod.conf [FEATURE] Add node_placer support 2021-06-19 07:24:13 +08:00
screenshot.png [CRITIAL BUGFIX][MAJOR FEATURE] Fix protection check, allow to save copier to filesystem 2021-06-18 11:17:11 +08:00

README.md

copier

A mod made for Minetest events, to copy and paste a block from/to a file or from/to a in-game tool.

License

  • Code: LGPLv2.1
  • Media: CC BY-SA 4.0, Cato Yiu

Usage

In-game tool

copier:copier

The main tool of the mod. Punch a node to copy it.

copier:copier_ready

The copier with a copied node inside. Right click a node to paste the copied node to that place, and punch a node to change the copied node.

Limits

  • You cannot copy or paste nodes that is locked but not owned by you.
  • You cannot paste blocks in protected areas.

Exporting commands

/copier_export <save file name>

Export the copier infomation to the specified file. You must wield a ready copier while using this command. This command requires the server priv to avoid griefers save a lot of copied blocks to the filesystem then make it full.

/copier_import <save file name>

Import the copier infomation from specified file to a dropped item under you. This command requires the creative priv.