init.lua 443 B

12345678910111213
  1. if not minetest.global_exists("command_tokens") then command_tokens = {} end
  2. command_tokens.modpath = minetest.get_modpath("command_tokens")
  3. local path = command_tokens.modpath
  4. dofile(path .. "/crafts.lua")
  5. reload.register_file("command_tokens:mark", path .. "/mark_token.lua", true)
  6. reload.register_file("command_tokens:mute", path .. "/mute_token.lua", true)
  7. reload.register_file("command_tokens:jail", path .. "/jail_token.lua", true)