NGC-CoreDiscord
The core discord bot will allow you to connect to the cluster system to send/receive cluster events and data.
To take advantage of this functionality you will need Discord Addons
Dependencies
NGC-Core Plugin A:SA
Discord Commands Commands
General
/help - Will show the available commands, commands will be updated as you add more addons
Admin
/ngc botconfig - Will open the wizard to start bot configs
/ngc rolepermissionsync - will open wizard to setup role permission sync
/stats - will open the general stats for activity on the bot
User
/self - Will show info for the user who used the command
/lookup_player - will show info for specified player
/kickme - Will kick you from the Ark server
/linkcluster - Will start the Linking wizard to assist you with linking game and discord
Setup Instructions
	
	
		
			
	
	
	
	
	
		
		
	
					
					
	
		
	
					
					
					The core discord bot will allow you to connect to the cluster system to send/receive cluster events and data.
To take advantage of this functionality you will need Discord Addons
Dependencies
NGC-Core Plugin A:SA
Discord Commands Commands
General
/help - Will show the available commands, commands will be updated as you add more addons
Admin
/ngc botconfig - Will open the wizard to start bot configs
/ngc rolepermissionsync - will open wizard to setup role permission sync
/stats - will open the general stats for activity on the bot
User
/self - Will show info for the user who used the command
/lookup_player - will show info for specified player
/kickme - Will kick you from the Ark server
/linkcluster - Will start the Linking wizard to assist you with linking game and discord
Setup Instructions
		JSON:
	
	{
 "AccountEmail": "[email protected]", //your email address or the address linked on https://kals-plugins.com/
 "Mysql": {
  "MysqlHost": "127.0.0.1", //your database server IP
  "MysqlPort": 3306,    //your database server port
  "MysqlUser": "yoursqluser",
  "MysqlPass": "yoursqlpassword",
  "MysqlDB": "yoursqldb"
 },
 "Debug": false,
 "botToken": "yourbottokenfromdeveloperportal",
 
 "discordBotId": "1234567891011121314", //enable developer mode in discord and right click the bot and copy ID
 "primaryGuildId": "1234567891011121314", //enable developer mode in discord and right click the server icon and copy ID
 "ownerDiscordUserId": "1234567891011121314", //enable developer mode in discord and right click the your profile and copy ID
 "clusterSelfKey": "discord",
 "clusterEventLogChannelId": "1234567891011121314" //enable developer mode in discord and right click the events channel to and copy ID
}
[/SPOILER] 
	 
	




