Skip to content
EpiCanard edited this page Aug 11, 2022 · 1 revision

Language

The language file it will try to load the language file langs/fr_FR.yml or extract it from the jar if it doesn't exists.

Language: "fr_FR"

Prefix

The prefix is added before every sent message, you can customize it with this parameter.

Prefix: "&a[MapSaver] &f"

ServerName

If you use this plugin with multiple servers each server MUST have a serverName unique. Each map_item is unique by server, if the serverName is not unique you can have unwanted behavior.

ServerName: "server"

Storage

This section contains all information to connect to your database.

Storage:
  Type: "mysql"
  Connection:
    Host: "localhost"
    Port: "3306"
    Database: "my_database"
    User: "my_user"
    Password: "my_password"
    UseSSL: true

Options

The plugins has few options to customize the behavior.

Options:
  PageSize: 10
  DefaultVisibility: "PUBLIC"
  ConsumeEmptyMap: true
  • PageSize: The number of elements to display by page when you do /mapsaver list
  • DefaultVisibility: The visibility to use when you do /mapsaver save <name> without the visibility in parameter
  • ConsumeEmptyMap: Define if an empty_map must be consumed when you do /mapsaver import <name>
Clone this wiki locally