Codeberg Translate d8e6341e22
Translated using Weblate (Portuguese)
Currently translated at 100.0% (7 of 7 strings)

Co-authored-by: JoseDouglas26 <JoseDouglas26@users.noreply.translate.codeberg.org>
Translate-URL: https://translate.codeberg.org/projects/zughy-friends-minetest/magic-compass/pt/
Translation: AES Minetest Server/Magic Compass
2024-11-22 12:07:47 +00:00
2022-12-22 20:19:33 +01:00
2022-11-30 13:20:46 +00:00
2024-11-20 14:04:38 +01:00
2024-09-17 19:32:54 +02:00

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
  rotation: # (optional, horizontal rotation of the player in degrees. If declared, vertical rotation is set to 0 when teleporting; otherwise is not touched. Default `nil`)
  cooldown: # (optional, in seconds. Default `nil`)
  requires: # (optional privileges required to use the teleport: separate them with `, `, default `nil`)
  hidden_by_default: # (optional, default `nil`; 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:

Description
No description provided
Readme 183 KiB
Languages
Lua 100%