A simple plugin that allows you to search the web within Minecraft. It is licensed under the MIT License.
- Ability to search Bing
- Ability to search Google
- Ability to search DuckDuckGo
- Click results and open them in the default web browser
- Add search engines through an API
- Specify aliases through the configuration file
- Fires events to allow other plugins to listen, modify and cancel results
- Send search results to another player
- (Planned) Multi-page results
Note: If you do not have Gradle installed then use ./gradlew
for Unix systems or Git Bash and gradlew.bat
for Windows systems in place of any gradle
command.
To build Enquiry, simply run gradle
. The compiled jar is located in ./libs/
.