Discord

Supported plugins

Currently known supported plugins, if you wanna add a plugin here contact me on Discord.

Table of contents

Directly supported

OreAnnouncer directly hooks into these plugins.

DiscordSRV

You can send the alert on Discord via the plugin DiscordSRV, you need to setup the channel of DiscordSRV to use in config.yml:

discordsrv:
enable: true
message-format: embed
embed-avatars: true
# Set the name of the channel that you defined in DiscordSRV config.yml
# > Channels: {"global": "000000000000000000"}
channels:
user: ''
admin: global

In channels user/admin, you can decide what channel to use for each type of alert. There you must insert the ID of DiscordSRV (Not Discord itself), you can find or define the channels in DiscordSRV config.yml:

# The first part of channel pairs is not the Discord channel name!
Channels: {"global": "123287253432534784", "oreannouncer": "642377253175234765"}

So final result:

discordsrv:
enable: true
message-format: embed
embed-avatars: true
# Set the name of the channel that you defined in DiscordSRV config.yml
# > Channels: {"global": "000000000000000000"}
channels:
user: ''
admin: oreannouncer

ItemMods & MMOItems

Custom blocks of ItemMods and MMOItems are supported in OreAnnouncer, you can read more info about it here.

LastLoginAPI

Thanks to this plugin, OreAnnouncer will be able to get offline players via their name and you will be able to see their stats. Its supported on both Spigot and BungeeCord version.
You can read more info about that plugin here.

PlaceholderAPI & EssentialsChat

Plugin placeholders are automatically parsed if used by PlaceholdersAPI or EssentialsChat.
You can read more about placeholders here.

Plugins that support OreAnnouncer

These plugins hooks into OreAnnouncer. If they are not working you should ask for help directly on their support channel.

AntiCheatReplay

AntiCheatReplay hooks into OreAnnouncer and automatically punish who trigger alerts.