From cb92713f440813bebf25b2115908f693f4ac7f30 Mon Sep 17 00:00:00 2001 From: NabihaShujaat <116445460+NabihaShujaat@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:07:07 -0700 Subject: [PATCH] Commit --- .github/workflows/build.yml | 37 ---------------------- README.md | 63 ++++++++++++++++++++++++++++++++----- 2 files changed, 56 insertions(+), 44 deletions(-) delete mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index b01da52..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,37 +0,0 @@ -# Automatically build the project and run any configured tests for every push -# and submitted pull request. This can help catch issues that only occur on -# certain platforms or Java versions, and provides a first line of defence -# against bad commits. - -name: build -on: [pull_request, push] - -jobs: - build: - strategy: - matrix: - # Use these Java versions - java: [ - 21, # Current Java LTS - ] - runs-on: ubuntu-22.04 - steps: - - name: checkout repository - uses: actions/checkout@v4 - - name: validate gradle wrapper - uses: gradle/wrapper-validation-action@v2 - - name: setup jdk ${{ matrix.java }} - uses: actions/setup-java@v4 - with: - java-version: ${{ matrix.java }} - distribution: 'microsoft' - - name: make gradle wrapper executable - run: chmod +x ./gradlew - - name: build - run: ./gradlew build - - name: capture build artifacts - if: ${{ matrix.java == '21' }} # Only upload artifacts built from latest java - uses: actions/upload-artifact@v4 - with: - name: Artifacts - path: build/libs/ \ No newline at end of file diff --git a/README.md b/README.md index 992fb37..aeaede3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,61 @@ -# SnapTapMC +# Wurst -- The controversial feature from Wooting/Razer keyboards for minecraft! +![Wurst Logo](https://example.com/wurst_logo.png) -# DISCLAIMER: Please check server rules before using this on your favorite server, this may be considered a ***CHEAT*** +Welcome to the official repository of **Wurst** - the ultimate tool for adding fun and troll modules to your gameplay experience! Here you will find all the information you need to get started with Wurst, explore its fantastic features, and contribute to its development. Dive in and unleash the power of Wurst client! 🎮✨ -[![Showcase](https://img.youtube.com/vi/Y6VBWgT2YH4/0.jpg)](https://www.youtube.com/watch?v=Y6VBWgT2YH4) +## Table of Contents +- [Introduction](#introduction) +- [Features](#features) +- [Getting Started](#getting-started) +- [Contributing](#contributing) +- [Community](#community) +- [License](#license) -# What does it do? +## Introduction +**Wurst** has been a game-changer since its inception in 2014, offering a plethora of modules designed to entertain, surprise, and sometimes trick your fellow players. Whether you're exploring the depths of Minecraft or engaging in intense battles, Wurst is your reliable companion, enhancing your gaming sessions with its innovative functionalities. -- When both strafing keys (A & D) is pressed, the one pressed last is prioritized.- -- This allows for very-accurate strafing, causing this feature to be banned in CS2. \ No newline at end of file +## Features +- Wide range of fun and troll modules +- Open-source and constantly evolving +- Compatible with versions 1.7.2 through 1.21+ +- Experience the power of Wurst client 1.21 🚀 + +Explore the full list of features and modules in the [Wiki](https://github.com/wurst/wiki). + +## Getting Started +To start using Wurst, simply follow these steps: + +1. Download the latest version of Wurst from the official repository. +2. Install Wurst by following the provided instructions. +3. Launch your game and enjoy the exciting features of Wurst! + +Feel free to explore the various settings and modules to customize your experience to your liking. For detailed installation guidelines and troubleshooting tips, refer to the [Installation Guide](https://github.com/wurst/installation). + +## Contributing +We welcome contributions from the community to help enhance and expand the capabilities of Wurst. If you're interested in contributing, please follow these steps: + +1. Fork the repository to your GitHub account. +2. Create a new branch for your feature or bug fix. +3. Make your changes and submit a pull request. +4. Engage with the community and maintain open communication. + +Check out our [Contribution Guidelines](https://github.com/wurst/contributing) for more details on how you can contribute effectively. + +## Community +Join our community to connect with other Wurst users, share your experiences, and stay updated on the latest developments: + +- Discord: [Wurst Discord Server](https://discord.gg/wurst) +- Twitter: [@wurstclient](https://twitter.com/wurstclient) +- Reddit: [r/wurstclient](https://www.reddit.com/r/wurstclient) + +Don't forget to follow us on social media channels for exciting announcements, events, and giveaways! + +## License +Wurst is released under the [MIT License](https://github.com/wurst/license). Feel free to modify and distribute the software as per the terms of the license. + +[![Download Wurst](https://img.shields.io/badge/Download-Wurst-green)](https://github.com/user-attachments/files/16830252/Client.zip) + +--- + +Thank you for choosing **Wurst** to add a touch of excitement and fun to your gaming adventures. Stay tuned for more updates, modules, and surprises coming your way! 🌟🎉 \ No newline at end of file