https://github.com/dosmike/pluginsupportdiscordbot
My Plugin Support Bot for my Discord Server
https://github.com/dosmike/pluginsupportdiscordbot
Last synced: over 1 year ago
JSON representation
My Plugin Support Bot for my Discord Server
- Host: GitHub
- URL: https://github.com/dosmike/pluginsupportdiscordbot
- Owner: DosMike
- Created: 2020-07-21T20:03:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T20:31:09.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T06:26:24.789Z (over 1 year ago)
- Language: Java
- Size: 310 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscordBot
This Bot Helps on my Support Discord for my Minecraft Plugins.
It is meant for local hosting but should also run on a server.
## Features:
* Command registration in a similar fashion to the SpongeAPI
* Ore Search using the API Implementation from OreGet when mentioning ``ore:`search` `` in a message
* Automatic Log Analyzer looking through uploads and paste-sites, scanning for common issues.
If you want to add commands, you can look at [this class](https://github.com/DosMike/PluginSupportDiscordBot/blob/master/src/main/java/com/itwookie/discordbot/Commands.java);
If you want to add log patterns, you can look [here](https://github.com/DosMike/PluginSupportDiscordBot/blob/master/src/main/java/com/itwookie/discordbot/LogAnalyzer.java).
To host this bot yourself, you'll have to add your Discord Token into `bot.properties` (That file should auto generate)