forked from wmantly/mc-bot-town
		
	idk
This commit is contained in:
		| @ -101,6 +101,23 @@ module.exports =  { | ||||
| 			this.whisper(from, '?') | ||||
| 		} | ||||
| 	}, | ||||
| 	'come': { | ||||
| 		desc: `make bot come to you`, | ||||
| 		allowed: ['wmantly', 'useless666', 'tux4242'], | ||||
| 		async function(from, playerName){ | ||||
| 			const player = this.bot.players[playerName || from]; | ||||
|  | ||||
| 			if (!player || !player.entity) { | ||||
| 				this.whisper(from, `I can't see ${player}.`); | ||||
|  | ||||
| 				return; | ||||
| 			} | ||||
|  | ||||
| 			this.whisper(from, `Going to ${player}`); | ||||
| 			this.goTo({where: player.entity.position}); | ||||
|  | ||||
| 		} | ||||
| 	}, | ||||
|  | ||||
| 	'logon': { | ||||
| 		desc: `Have bot log on for 10 seconds'`, | ||||
|  | ||||
| @ -27,6 +27,11 @@ let sites = { | ||||
| 		desc: `Get an invite to the Farming outpost.`, | ||||
| 		allowed: ['wmantly', 'useless666', 'tux4242', 'pi_chef', '1_cut', 'nootbot', 'VinceNL', 'Ethan63020', 'Ethan63021', 'KimiKava', 'kawiimeowz', 'RaindropCake24', 'AndyNyg', 'AndyNyg_II'], | ||||
| 	}, | ||||
| 	mega:{ | ||||
| 	        bot: 'ayay', | ||||
| 	        desc: `Get an invite to the Farming outpost 2.`, | ||||
| 	        allowed: ['wmantly', 'useless666', 'tux4242', 'pi_chef', '1_cut', '__Ethan63020', '__Ethan63021', 'VinceNL', 'nootbot'], | ||||
| 	}, | ||||
| 	guardian: { | ||||
| 		bot: 'art', | ||||
| 		desc: 'blah', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user