👾DiscordSRV

More space for communication

Enabling

To enable this feature all what you need to do is enable it in config.ymland install DiscordSRV:

discordchat:
    enable: true

Notice Please, make sure you have the latest version of DiscordSRV (>=1.23.0)

How does it work?

Automatically

At the beginning of the launch of your server, SimpleClans will create categories for the number of your clans, inside the categories, there will be a separate text channel for each clan:

Notice Take attention that you will have a different structure: clan1, clan2, clan3 and clan4 will be placed in one category, until it's reached the limit, then creates a new category.

This will allow players to communicate in channels specially created for them.

Discord channel will be created/deleted/modified when:

  • Clan player creates/deletes a clan

  • Clan player is joining/resigning from his clan

  • Clan player got a promotion or a demotion

  • Player just linked to Discord

Manually

Since SimpleClans 2.16.2, it's possible to disable auto clan creation and create the discord channel by command.

To enable manually this way, you have to disable related config option:

discordchat:
    auto-creation: false

Our congratulations! Now all leaders with a specified permission (simpleclans.leader.discord.create) can create their discord channel.

With that permission they are allowed to use a command to create their clan's discord channel:

/clan discord create

Furthermore, if you're using an economy plugin, you can specify a price for clan creation:

economy:
    purchase-discord-create: true
    discord-creation-price: 1000

General notes

Note 1 Only linked players have an access to their clans in discord, but the messages from un-linked will sent too.

Note 2 If you're the server owner and you can't write a message to another chats, ask yourself: is SimpleClans allow to you to send the message to other clan chats? You could use /clan mod place <necessary clan> to join and send the message to that chat.

Discord limits

Only 50 channels at category as maximum

So when the category will be filled with 50 channels, SimpleClans will create a new category and place a new channel there.

Maximum 500 channels at discord server

That is why, if you have more than 500 clans, then SimpleClans won't catch all of them. You could use discordchat.text.clans-limit at configuration.

Configuration

DiscordChat section

Config value

Description

discordchat.enable

Enables the DiscordSRV integration

discordchat.discord-format

The message format from minecraft to discord

discordchat.format

The message format from discord to minecraft

discordchat.spy-format

The message format from discord to server admins (simpleclans.admin.all-seeing-eye)

discordchat.rank

The rank format

discordchat.auto-creation

Turns off automatic discord channels creation. Use clan discord create command for manually creation

discordchat.min-linked-players-to-create

The count of minimum linked players to be able to create the discord channel

discordchat.text.category-format

The name of category ("SC – TextChannel")

discordchat.text.category-ids

The ids of SC categories. You may add your own category here if you want to

discordchat.text.whitelist

This will allow only specified clans be created

discordchat.text.clans-limit

Limit of discord channels. Maximum is 500.

Economy section

Config valueDescription

economy.purchase-discord-create

Allows leaders to purchase the discord channel creation.

economy.discord-creation-price

How much channel purchasing will cost?

DiscordSRV configuration

Some of DiscordSRV configurations won't work on SC channels. There is the small list:

  • DiscordChatChannelRequireLinkedAccount Our implementation requires only linked players.

  • DiscordChatChannelBlockedIds – Where is an option to block my IP?

  • DiscordChatChannelBroadcastDiscordMessagesToConsole – You have spy chat for admins for that.

  • DiscordChatChannelTruncateLength – Does anyone know what truncate is?

  • DiscordChatChannelRolesAllowedToUseColorCodesInChat – No.

Last updated