Add simple VentureChat integration
This integration can filter the recipients of a chat message
This commit is contained in:
@ -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
|
||||
// -------------------------------------------- //
|
||||
|
Reference in New Issue
Block a user