ValRankGuesser is a Discord bot designed to engage users with a fun challenge: guess the rank of players in Valorant based on a clip of them. This project was developed three years ago, and was my first attempt at making a discord bot. Since development of this plugin, multiple websites have popped up with similar concepts. Some clips
- Rank Guessing Game: Users can guess the rank of a given Valorant player based on a video provided to the user.
- Discord Integration: The bot is fully integrated into Discord, making it easy for users to interact through commands.
- Add clips in the clips/RegisterClips.java file.
- Change the command prefix with
prefix + prefix [new prefix]
(e.x: v!prefix .) - Start playing by typing
prefix + start [easy/hard]
(e.x: v!start easy) - View highscore with
prefix + highscore
,prefix + score
, orprefix + points
(e.x: v!highscore) - Quit/Stop playing with
prefix + quit
(e.x: v!quit) - View Highscore Leaderboards by everyone in your database (if only in one server, highscore of players in your server) with
prefix + leaderboard
(e.x: v!leaderboard) - For further with commands, type
prefix + help
(e.x: v!help) - Review TOS with
prefix + tos
(e.x: v!tos)
-
Clone this repository:
git clone https://github.com/nathanrenner7/ValRankGuesser
-
Install Maven if you haven't already.
-
Create a file called
token.txt
in the root of your project, and paste in your discord bot token. -
Build the project using Maven:
mvn clean install
-
Run the bot:
java -jar target/valrankguesser-1.0-SNAPSHOT.jar
- Java 10 or higher.
Feel free to fork the repository to modify. Contributions are welcome to improve the plugin further!