Go to file
acmgit 259fe0fa0a
Merge pull request #23 from chrbinder/master
update spelling, grammar and German translation
2022-05-18 21:22:13 +02:00
locale update spelling, grammar and German translation 2022-05-14 17:12:48 +02:00
sounds Mod.conf prepared for MT 5.x.x. 2019-01-06 10:55:18 +01:00
textures Now, it's not possible to set an Unknown Categorie, Buttonlabel Set changed to Set or change Categorie 2017-11-13 20:38:52 +01:00
tools Support Intlib added. 2017-12-24 04:54:46 +01:00
README.md Update README.md 2018-07-28 12:31:44 +02:00
bower.json Merge branch 'master' of https://github.com/acmgit/minetest_poi 2017-11-03 20:01:53 +01:00
categories.lua Ingame Translation added. 2019-11-21 18:21:41 +01:00
depends.txt Support Intlib added. 2017-12-24 04:54:46 +01:00
init.lua update spelling, grammar and German translation 2022-05-14 17:12:48 +02:00
intllib.lua Support Intlib added. 2017-12-24 04:54:46 +01:00
license.md Create license.md 2018-07-28 12:35:24 +02:00
mod.conf mod.conf edited. 2021-01-08 14:36:00 +01:00
namefilter.lua Fixed Funciton with Validate 2017-07-14 21:32:27 +02:00

README.md

Points of Interest

A Mod for Minetest.

Screenshot 1

This Mod adds PoI's, Point's of Interest to your World. If you have set a PoI, you can everytime jump back to the PoI with a simple Chatcommand or easy with the GUI.

/poi_list [-a] [-f] [-c] [-i ]

Lists Points of Interest.
Option -a: List all Points of Interest with Coordinates
Option -f: Lists forbidden Chars or Names
Option -c: Lists the Categories of PoI's
Option -i : Lists all Entrys of the given Categorienumber or Categoriename

/poi_jump [Name]

Jumps to a Point of Interest.

/poi_gui

Opens a simple GUI, where you can Double-Click the Points to Jump.

This commands demands the Priv "poi":

/poi_set [Name][, Categorie[number]]

Set's a new Point of Interest. You can't overwrite an existing POI.
If you don't set a Categorienumber or Categoriename, it will given 1 by default.
You can change the Categorie of an Point, if you set the Point with a different Categorienumber or Categoriename.
This Action will be logged.

/poi_delete [Name]

Deletes a Point of Interest. You can't delete an unknown POI.
This Action will be logged.

/poi_move [Name]

This command overwrites the Coordinates of the given POI with your current Coordinates.
This Action will be logged.

/poi_rename [Name1],[Name2]

This command renames an existing Point [Name1] of Interest to Point of Interest [Name2]. [Name2] can't have the name of an already existing Point.
This Action will be logged.

/poi_reload

If the List of POI's are in any kind corrupted, you can reload the List without a new Serverstart.

/poi_validate

Checks the List of Entrys for invalid Names or Positions. If found an Entry, the command deletes it.
This Function checks the Entries for a Categorienumber, if there is no, it sets to 1 per default.
This Action will be logged.

As Admin, you can grant Privs for the Player.

Privileges

interact:

/poi_jump [name]
/poi_list [-a] [-f] [-c] [-i <Categorie[number>]]
/poi_gui

poi:

/poi_set [name][, Categorie[number]]
/poi_delete [name]
/poi_reload
/poi_move [name]
/poi_rename [name1], [name2]
/poi_validate

With this Privileg, you have access to the grafical POI-Manager: Screenshot 2

Install

Move your Download to the Mods-Folder.

Depends

none

License

License: cc0-1.0