Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.54 KB

INDEX.md

File metadata and controls

30 lines (22 loc) · 1.54 KB

Web-API documentation & tutorials

This is a collection of various documentations and tutorials for various sections of the Web-API.

  1. Consumer Tutorial
    This tutorial shows some basic examples of how to use/consume the Web-API. This will be helpfull if you're building an app that relies on the data from the Web-API

  2. General config
    This sections describes the basic configuration options of the Web-API.

  3. Permissions
    This documentation talks about the permissions.conf file and the various settings you can use to adjust the Web-API to your needs, specifically the permissions that restrict access and data.

  4. WebHooks
    This documentation explains how to use WebHooks to have your own app stay informed about stuff that happens on the minecraft server, without constantly requesting data.

  5. WebHook Filters
    WebHook filters can be used to filter out certain web hook events and greatly reduce the amount of events that are sent to your server. Read the WebHook documentation first.

  6. Additional Data
    This documentation talks about additional data that is included with player, world and entity endpoints, as well as the implementation progress of further data which is not yet supported.

  7. Serializers
    This short manual shows how to start writing custom serializers for the Web-API, to make sure that any custom data is turned properly into JSON. Specifically useful for other plugins/mods.