Skip to content

TgZ39/ChallengePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChallengePlugin

Minecraft Plugin for 1.20+ with Challenges

GitHub all releases GitHub release (with filter) Discord

Features

  • Random Mob Challenge
  • Random Effect Challenge
  • Random Block Drop Challenge
  • Random Item Craft Challenge
  • Lava Challenge
  • Health Challenge
  • Setting UI (/settings or /settings <CHALLENGE> <OPTION> <VALUE>)
  • Timer (/timer [resume, pause, reset, set])
  • highly customizable configuration

Social

Discord: https://discord.gg/FrHSKEwBkv

Installation

  1. Download the latest version of the Plugin.
  2. Put the Plugin the the plugins folder of your Server.
  3. Start the Server.

Contributing

  1. Fork the repository.
  2. Clone the repository.
     git clone https://github.com/YOUR_USERNAME/ChallengePlugin
    
  3. Open the created ChallengePlugin folder in IntelliJ
  4. Download Java 17 (Zulu Recommended) if IntelliJ tells you to.
  5. Change the outputDirectory in the pom.xml to your preferred folder.
    <plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-jar-plugin</artifactId>
       <version>3.3.0</version>
       <configuration>
          <outputDirectory>YOUR_OUTPUT_DIRECTORY_HERE</outputDirectory>
       </configuration>
    </plugin>
  6. Edit and test the code.
    • To build the plugin open the Maven tab and click ChallengePlugin -> Lifecycle -> package.
  7. Create a pull request.