Skip to content

Requirements

Dylan T edited this page Apr 5, 2019 · 2 revisions

The setup for Primer requires some specific things to be done that are different from normal PocketMine-MP plugins.

MySQL

The MySQL provider is required for many of the features in the core. For the provider to work correctly, login details must be set in the Primer config.yml file. This is generated the first time you run PocketMine-MP. Some default settings are provided as examples, but you'll need to reconfigure them as appropriate.

mysql-settings:
  username: default
  password: default
  database: databasename
  host: 127.0.0.1
  port: 3306

Clone this wiki locally