Page 1 of 1

[Mod] Points of Interest [poi]

Posted: Wed Jun 28, 2017 19:19
by Clyde
Be like a Tourist in Minetest and visit Points of Interest.

With this little Mod you can set such Points at your own World or Server and give them Names.
Then, each Player with the Interact-Priv can jump to this Points with a simple Command in the Chat or opens the Gui and can jump to the Points with a double Mouseclick.

Admins can grant a new Priv named "poi". With this Priv, the player can set or delete this Points. Can move the Points or reload the List without a complete Serverrestart.

Git: https://github.com/acmgit/minetest_poi
Download:
Release 1.0:
With Categories - https://github.com/acmgit/minetest_poi/archive/v1.0.zip
Release 2.0:
With GUI - https://github.com/acmgit/minetest_poi/archive/v2.0.zip
Release 2.1:
New feature, poi stores now the facedir to the points - https://github.com/acmgit/minetest_poi/archive/v2.1.zip

Features:
  • List sorted in alphabetical Order.
  • Supports Unified Inventory with a Button.
  • You can jump about GUI or Chat-Command.
  • GUI supports the Categories.
  • Alternative to Double-Click an Entry, you can select an Entry and press the GO-Button (Android-User).
  • Validates the List of Points against Namefilter.
  • Namefilter for Admins.
  • Categories for Points.
  • Sets Categorie 1 per default.
  • Player can only reach the GUI, if they have the Privileg Interact.
  • Player with the Priv "poi" can set a Categorie with the Number of the Categorie or the Name of the Categorie.
See the Mod in Action, visit the Server "Jungle" or viewtopic.php?p=280130#p280130.

Depends:
none

Optional:
unified_inventory

License:
CC0-1.0

HF, Clyde & Gundul.

Re: [MOD] Points of Interest [poi]

Posted: Fri Jun 30, 2017 07:59
by D00Med
Nice idea!

Re: [MOD] Points of Interest [poi]

Posted: Fri Jun 30, 2017 13:17
by Clyde
Thx D00Med ;-).

Update: Now the List of Points are sortet in alphabetical Order.

Re: [MOD] Points of Interest [poi]

Posted: Sat Jul 01, 2017 22:55
by Clyde
Update:
  • With Cooperation from Gundul, Admin of the Jungle-Server, PoI supports now optional unified_inventory and adds a Button to the Inventory that opens the GUI from PoI.
  • Command /poi_rename added. Now you can rename Points.

Re: [MOD] Points of Interest [poi]

Posted: Tue Jul 04, 2017 13:09
by azekill_DIABLO
super! now we can do some touristic visits on servers! i imagine the thing: "Here you ccan see the spawn! oh! there it's the fountain of..."

Re: [MOD] Points of Interest [poi]

Posted: Tue Jul 04, 2017 14:45
by Clyde
You're right, the basic idea behind this mod was this ;-).

Re: [MOD] Points of Interest [poi]

Posted: Tue Jul 04, 2017 15:07
by theFox
That means this mod is like Compass GPS?

Re: [MOD] Points of Interest [poi]

Posted: Tue Jul 04, 2017 19:30
by Clyde
No, it don't show you any Point. It's more like a Public Travelnet. A substitute of commands on some server, that you can find, when you with an certain command will teleportet to a certain Point.
With this mod the admin is able to set such "Commands" as Points and can grant Players the Privileg to set such Point's too. All other Player with Interact-Privilege can use the Points but can't set, delete, move and so on this Points.

Re: [MOD] Points of Interest [poi]

Posted: Sat Jul 15, 2017 19:23
by Clyde
Update:
  • Namefilter
  • Categories for Points

Re: [MOD] Points of Interest [poi]

Posted: Sun Jul 16, 2017 13:55
by azekill_DIABLO
+1 this seems good!

Re: [MOD] Points of Interest [poi]

Posted: Mon Sep 04, 2017 21:49
by Clyde
Update:

In Cooperation with Gundul, Admin of the Server Jungle, we present now:
POI with Categories and GUI.

Whats new now:

The Admin can now define Categories for the Point's, like Markets, Buildings or what ever you want.
Player with the POI-Privilege can then set the Point's to this from the Admin given Categories.
If a Player set's a Point without a Categorie, the Point gets automatic the first Categorie. For example: General.
Player can set a Categorie with the Number of the Categorie or the Name of the Categorie.
Player can change only the Categorie of an Point too.
A new GUI which supports now the Categories.
A GO-Button for Android-Player.
All Commands and some more at the Chatconsole available too.
To reach the GUI, Player needs the Privileg Interact.

Happy Sightseeing

Clyde & Gundul.

Re: [MOD] Points of Interest [poi]

Posted: Wed Nov 01, 2017 08:32
by u18398
Clyde wrote:Update:

In Cooperation with Gundul, Admin of the Server Jungle, we present now:
POI with Categories and GUI.

Do not believe him ! Clyde did all the work. :) I only added a small window.




Click on the Button to open PoI - window :
Image


Choose from categories and select your destination :
Image

Management Gui

Posted: Sun Nov 12, 2017 20:43
by u18398
Today I found some time to write the management gui. You need poi priv to access it.
Access it from the usual poi_gui. But be careful it is just finished a few minutes ago. There
might be still some errors I do not know of.

Github pull request is made.


In pictures :
Image

Re: [Mod] Points of Interest [poi]

Posted: Thu Nov 16, 2017 15:28
by azekill_DIABLO
i love that trash icon :D i should use the default trash icon from creative inventory, or from United Inv.

Re: [Mod] Points of Interest [poi]

Posted: Sat Nov 18, 2017 07:34
by u18398
azekill_DIABLO wrote:i love that trash icon :D i should use the default trash icon from creative inventory, or from United Inv.
Unified trash icon collection :) I like my trash icon. It is for admin only anyway.
But software is free available at github, so people can edit the png file to
whatever they want to :)

Re: [Mod] Points of Interest [poi]

Posted: Sat Nov 18, 2017 12:04
by azekill_DIABLO
:) okay!

Re: [Mod] Points of Interest [poi]

Posted: Fri Jan 08, 2021 14:03
by Clyde
Update:
PoI stores now to the points the current facedir of the player.
This is backward compatible by read the old points.
After changing or store a new point, the point have the new format.

Code for facedir by Treer. Thank you.

Special Greetings, Clyde.