Xenophilicy / NaviCompass

PocketMine plugin that lets you transfer between your server network and worlds with a UI!
https://poggit.pmmp.io/p/NaviCompass
GNU General Public License v3.0
23 stars 21 forks source link

Just a question #11

Closed BobbyTowers closed 4 years ago

BobbyTowers commented 4 years ago

How do I use the pictures in the server list?

Xenophilicy commented 4 years ago

@BobbyTowers Hello, thanks for using NaviCompass!

Images can be used in two ways:

URL

Images will need a url without the http(s):// at the beginning and look like this in the config.yml:

List:
  - "ext:Exameple Server:play.example.com:19132:url:example.com/image.png"
  - "int:Example World:example-world:url:example.com/image.png"

Path

The image you are using can be put in the plugin_data folder for NaviCompass. Paths are much simpler and just require a file name and look like this in the config.yml:

List:
  - "ext:Exameple Server:play.example.com:19132:path:example-image.png"
  - "int:Example World:example-world:path:example-image.png"

Hope this explains it to you good enough. If not, just let me know here with a reply or shoot me a message on Discord: Xenophilicy# 0001

BobbyTowers commented 4 years ago

@Xenophilicy I tried to make the image work but can't get it to work.

Xenophilicy commented 4 years ago

Message me on Discord @ Xenophilicy # 0001