Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

JSON Tutorial (using Atom!)

Matt M edited this page Sep 15, 2015 · 3 revisions

NovaBungeeAnnouncer JSON Tutorial

This is currently a major WIP and is very incomplete at this time

As the json is a fairly "complex" way to format things I would like to go over some tips using Atom to make your life a bit easier to use JSON formatted messages!

Setup

  1. Download Atom from the link above.
  2. Download the required packages listed below.
  • You can install the packages from inside Atom by searching for them!
  • File -> Settings -> Install -> Search (package names below) -> Install
  1. (Optional) Setup up Atom to your liking.

Required Atom Packages

Core

  • language-json This is a default package that provides language support for JSON files

Third Party

  • pretty-json Makes it easier to read the JSON and then convert it to "minified" version to use with NovaBungeeAnnouncer
  • linter Base Package to for syntax validation
  • Linter jsonlint JSON syntax validation
  • Linter JS-YAML YAML syntax validation

Getting Started

Suggested Folder Structure

Project Folder
  json/
    web.json
  NovaBungeeAnnouncer.yml      

Example Files

NOTE: Example Files Are Files From An Actual Server

Guide Based On Example Files

Coming Soon