Skip to content

MC-Linker/guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MC Linker Guide

The official documentation for MC Linker — a Discord bot that links your Minecraft server to Discord.

Development

npm install
npm run dev

Build

npm run build

The output is generated in docs/.vuepress/dist.

Structure

docs/
  guide/
    core/          # Account linking, connecting, permissions
    moderation/    # Ban, kick, gamemode, op/deop
    player-info/   # Stats, inventory, advancements, messages
    plugin/        # Plugin config and linker command
    server-management/  # Chat channels, stat channels, rolesync
  .vuepress/
    components/    # Vue components (DefaultBadge)
    layouts/       # Layout overrides (WIP banner)
    styles/        # Global SCSS overrides
    public/        # Static assets
    config.js      # VuePress config
    client.js      # Client-side config

About

The guide for connecting your Minecraft server with Discord!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors