Go to file
Giov4 ff7ee0dbb8 Forced player to stay still to teleport 2022-06-28 16:08:56 +00:00
locale Forced player to stay still to teleport 2022-06-28 16:08:56 +00:00
sounds Added sounds when teleporting (both for when is allowed and for when is not) 2020-07-20 21:07:23 +02:00
src Forced player to stay still to teleport 2022-06-28 16:08:56 +00:00
template put locations and custom graphical resources/translations into the world folder 2022-05-19 01:04:36 +02:00
textures Graphic rework 2020-07-23 17:33:58 +02:00
.gitignore put locations and custom graphical resources/translations into the world folder 2022-05-19 01:04:36 +02:00
DOCS.md put locations and custom graphical resources/translations into the world folder 2022-05-19 01:04:36 +02:00
LICENSE Add LICENSE 2020-06-16 23:01:43 +00:00
README.md README: add Matrix link 2022-05-19 01:12:01 +02:00
SETTINGS.lua Code clean + support for geolocalisation in the formspec title 2021-02-27 01:11:43 +01:00
init.lua spring cleaning 2022-05-18 23:36:42 +02:00
mod.conf Primo commit 2020-06-17 01:02:13 +02:00

README.md

Magic Compass

Teleport system for Minetest

Support my work

How to use it

Look for the "Magic Compass" item in your creative inventory, put it in your hand and left click it to open the locations menu

Customisation

  1. be sure the world has been launched at least once with Magic Compass active
  2. go to your world folder/magic_compass
  3. open an existing .yml file or create a new one (Magic Compass can read multiple locations from multiple files)
  4. follow the template down below, where ID is an actual number
ID:
  description:
  icon:
  teleport_to: X, Y, Z
  cooldown: (optional, default none)
  requires: (optional privileges required to use the teleport: separate them with `, `, default none)
  hidden_by_default: (optional, put `true` to hide the icon to players who don't have the required privileges)

For more information, check out the instructions.txt file inside that folder.

For using the API, check out the DOCS.

Want to help?

Feel free to:

  • open an issue
  • submit a merge request. In this case, PLEASE, do follow milestones and my coding guidelines. I won't merge features for milestones that are different from the upcoming one (if it's declared), nor messy code
  • contact me on Matrix, on my server dev room

Credits