GlobalChallenges is a Minecraft plugin designed to add global challenges and tasks to enhance the gameplay experience. This README.md file provides essential information on installing the plugin, system requirements, developer API, and additional resources.
- Java: GlobalChallenges requires Java 17 to run. Make sure you have Java 17 or later installed on your server.
-
Download:
- Download the latest version of GlobalChallenges from the Releases page.
-
Installation:
- Place the downloaded JAR file into your server's
plugins
directory.
- Place the downloaded JAR file into your server's
-
Configuration:
- Customize the plugin settings in the
config.yml
file located in theplugins/GlobalChallenges
folder.
- Customize the plugin settings in the
-
Restart:
- Restart your Minecraft server to apply the changes.
For more detailed information, please refer to our Wiki.
To add GlobalChallenges to your Gradle project, include the following dependency in your build.gradle
file:
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Adreez:GlobalChallenges:1.0.1'
}