Skip to content
This repository was archived by the owner on Oct 11, 2020. It is now read-only.

Getting started

MeLays edited this page Aug 3, 2017 · 1 revision

Getting started

Install MTTT

This Plugin only works with Spigot and NOT with CraftBukkit​

  1. Shut down your Server
  2. Put the .jar File in the “/plugins” folder
  3. Restart your Server
  4. If you want to use MySQL to store stats: It is recommenced to use my StatsAPI instead of the build-in MySQL connection. The StatsAPI is more reliable and it will store more player-specific data (like kills, games ...)

StatsAPI

  1. Download StatsAPI here
  2. Put the .jar File in the “/plugins” folder
  3. Restart your Server
  4. Fill in your MySQL connection info in the config.yml in /plugins/StatsAPI
  5. Restart your Server
  6. MTTT will detect the StatsAPI and will use it to store its Data

Default MySQL

  1. Fill in your MySQL connection info in the config.yml in /plugins/MTTT
  2. Restart your Server

Clone this wiki locally