diff --git a/README.md b/README.md index 7c4cb84..1f1da63 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ ## What is it? -botvX is a Minecraft bot for [Kaboom](https://kaboom.pw/) and its clones. It has many of the features that you would expect in a modern Kaboom bot: +botvX is a Minecraft: Java Edition bot for [Kaboom](https://kaboom.pw/) and its clones. It has many of the features that you would expect in a modern Kaboom bot: - commands (obviously) - a self care system - a command core, to run commands quickly - a hashing system, to enable trusted users to securely run certain commands in chat +botvX IS NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT. + ## What does "botvX" mean? "botvX" means "bot version 10". The v is used to signify that whatever after it is a version, as was done with previous versions (botv4, botv6, botv8, botv9), and the X is the Roman numeral for 10, since this is the 10th major version. diff --git a/lang/en-US.json b/lang/en-US.json index 8dbbc57..e50877f 100644 --- a/lang/en-US.json +++ b/lang/en-US.json @@ -41,7 +41,7 @@ "command.tpr.desc": "Teleport to a random location", "command.verify.usage": " [args...]", "command.verify.desc": "Check the hashing system", - "command.about.author": "%s - a Minecraft bot made by %s for Kaboom and clones", + "command.about.author": "%s - a Minecraft: Java Edition bot made by %s for Kaboom and clones", "command.about.version": "Version %s", "command.about.preRelease": "This is a development version - there may be errors, and features may be changed or removed at any time. Please report any errors to the bot's developer.", "command.about.sourceCode": "Source code: %s",