Skip to content

revamped POI with a SQL local database and new commands

William Morales requested to merge poi-upgrade into master

POI now work with a local SQL database, adding the following commands:

  • /tp poi-to foobar - Teleports to POI 'foobar'
  • /tp poi-set foobar - Creates a new POI called 'foobar', which is set to private.
  • /tp poi-publish foobar - Makes the POI 'foobar' public.
  • /tp poi-private foobar - Makes the POI 'foobar' private.
  • /tp poi-list public - Lists all the POI that are public.
  • /tp poi-list private - Lists the executor's private POI.
  • /tp poi-view foobar - Lists the POI of the player 'foobar'

Merge request reports