/MognetPlugin

A simple plugin which allows you to send your Final Fantasy XIV parse data as a POST request to your server.

Primary LanguageC#

Mognet Plugin

A simple plugin for ACT (Advanced Combat Tracker), which allows your parses from Final Fantasy XIV to be sent to a Discord Guild chat, through the Mognet Bot.

With a fairly simple setup, the purpose of this plugin is to help the players of Final Fantasy XIV have a tool where one can post parses and share numbers between FC/Raid members. This also enables PS4 players to track their performance without having to ask party members to post their numbers manually everytime.

Requisites

In order to make this plugin to work properly, you will need to have both below installed and configured:

Also, be sure to download the latest version of the plugin on the releases page!

Setup

Check the wiki.

Commands

  • !create-token : It sends you a private message with the token to allow ACT Mognet Plugin to post messages on the requested channel. Only works if the bot has write permission on the channel.
  • !recreate-token : It recreates a token on the requested channel.
  • !remove-token: It disables a previously generated token, making the bot unable to post logs through ACT Mognet Plugin on the requested channel.
  • !mognet-help: It shows the list of available commands.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

You can also contribute by posting bug reports or feature requests into the issues section. The server side code is private right now, but I'll make it public soon!