Add simple VentureChat integration

This integration can filter the recipients of a chat message
This commit is contained in:
Magnus Ulf
2019-01-25 15:52:52 +01:00
parent b5be4e3aca
commit f91c36b9c7
6 changed files with 156 additions and 1 deletions

View File

@ -553,7 +553,15 @@ public class MConf extends Entity<MConf>
// Enable the WorldGuard check per-world
// Specify which worlds the WorldGuard Check can be used in
public WorldExceptionSet worldguardCheckWorldsEnabled = new WorldExceptionSet();
// -------------------------------------------- //
// INTEGRATION: VentureChat
// -------------------------------------------- //
public String ventureChatFactionChannelName = "faction";
public String ventureChatAllyChannelName = "ally";
public boolean ventureChatAllowFactionchatBetweenFactionless = false;
// -------------------------------------------- //
// INTEGRATION: ECONOMY
// -------------------------------------------- //