1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-25 11:00:20 +02:00
Files
minetestforfun_game
mods
3d_armor
3d_armor_classes
WorldEdit
_misc
action_timers
ambience
areas
arrow_signs
automappercolors
bedrock
biome_lib
bobblocks
broomstick
builtin_falling
builtin_item
carts
chesttools
christmas_craft
coloredwood
colormachine
colouredstonebricks
columnia
connected_chests
cozy
darkage
death_messages
dropondie
email
eventobjects
factions
fail
fences
fishing
food
framedglass
gauges
glow
hbarmor
hbhunger
homedecor_modpack
hudbars
interact
inventory_icon
inventorycheck
invtweak
irc_modpack
item_drop
jukebox
jumping
lantern
lavatemple
locked_sign
mana
mapfix
maptools
markers
maze
meru
mesecons
metatools
textures
README.md
init.lua
mff
mobs
money
more_chests
moreblocks
moreores
moretrees
multitest
music
name_restrictions
names_per_ip
nether
news
notice
paintings
pclasses
peace_areas
pipeworks
plantlife_modpack
player_inactive
quartz
quests
random_messages
report
returnmirror
riesenpilz
rofl
runes
sea
serverguide
shutdown
signs_lib
snow
soccer
solarmana
soundset
spawn
spears
sponge
sprint
stained_glass
throwing
time_regulation
track_players
treasurer
trm_pyramids
tsm_pyramids
u_skins
unified_inventory
unifieddyes
vector_extras
warps
watershed
whoison
worldedge
xban2
other_things
worlds
.gitignore
.gitmodules
LICENSE
README.md
minetest.conf
server-nalc/mods/metatools
2015-07-24 23:09:08 +02:00
..
2015-05-26 23:37:16 +02:00

Minetest mod metatools ######################

A mod inspired by mgl512's itemframe issue

Authors

  • LeMagnesium / Mg / ElectronLibre : Source code writer
  • Ataron : Texture creater

Purpose

This mod's aim is to provide a way for admins to navigate through any (ok, not ignores) nodes on the map, and see values of its metadatas at any of their stratum.

Media

"metatools_stick.png" by Ataron (CC-BY-NC-SA)

Todo

  • Add a check if set is done in Node/fields/
  • Add a table handler for meta::set

Special thanks

  • mgl512 (Le_Docteur) for its locked itemframe which gave me the idea of a tool allowing to see/edit metadatas
  • Ataron who created the stick's texture

Command tutorial

  • help => Get help
  • open (x,y,z) => Open the node to manipulate at pos (x,y,z)
  • show => Show fields/path list at actual position
  • enter => Enter next stratum through
  • quit => Quit actual field and go back to previous stratum
  • set => Set metadata to (create it if it doesn't exist)
  • itemstack => Manipulate itemstacks in Node/inventory/*/
    • read => Read itemstack at field name (itemstring and count)
    • erase => Erase itemstack at field name
    • write [] => Set itemstack in field with item and count . Default count is one, 0 not handled.
  • close => Close node

Node metadatas look like this :

Stratum : 0 1 2 ... Nodes/ | +- fields | | | +- foo | +- bar | +- ... +- inventory | +- main | | | +- 1 | +- 2 | +- 3 | +- ... +- craft | | | +- 1 | +- 2 | +- 3 | +- ... +- ...