Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicAchievements MythicAchievements
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicAchievementsMythicAchievements
  • Wiki
  • Configuration

Last edited by Vierdant Feb 11, 2023
Page history

Configuration

General configuration options help you customize the plugin's experience or provide general overall features.

Storage

MythicAchievements supports several ways of storing your data, defined by Storage.Driver in your config.yml file.

Supported Storage Drivers

Driver Description
JSON Default, stores data in .json files in the MythicAchievements folder
MYSQL Stores all player data in a MySQL Database
Database Configuration (MySQL)
  Storage:
    Driver: MYSQL
    Address: localhost
    Port: 3306
    Database: [database name]
    Username: [database username]
    Password: [database password]

Disabling Vanilla Advancements

Vanilla advancements can be disabled in MythicAchievement's config.yml file by adding the tab to the DisabledVanillaCategories list.

This list can contain the following:

Tab ...disables
STORY The main vanilla Minecraft advancements tab
ADVENTURE The vanilla Adventure advancements tab
HUSBANDRY The vanilla Husbandry advancements tab
NETHER All vanilla advancements for The Nether
END All vanilla advancements for The End

Example disabling all vanilla advancements:

  DisabledVanillaCategories:
  - STORY
  - ADVENTURE
  - HUSBANDRY
  - NETHER
  - END
Clone repository

Achievements

  • Home
  • Changelogs
  • Commands and Permissions
  • FAQ / Common Issues

Usage

  • Installation
  • General Configuration
  • Categories (Tabs)
  • Creating Achievements
  • Criteria
  • Rewards

New Mechanics

  • Achievement Mechanics
  • Achievement Conditions