Skip to content

Commit

Permalink
VanillaCord 2.0
Browse files Browse the repository at this point in the history
This commit is a complete rewrite of VanillaCord. Resolves #8 and #22
  • Loading branch information
ME1312 committed Dec 19, 2023
1 parent 0015ddf commit 6f96d68
Show file tree
Hide file tree
Showing 64 changed files with 3,492 additions and 2,481 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Bug Report
about: Report an issue with VanillaCord

---

### What Happened
Here you can write about what happened that shouldn't have. If you have any errors in your console related to what happened, you should also paste those here.

### Additional Information
Here you can provide any extra details you may think useful for solving the problem.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature Request
about: Suggest something to add to VanillaCord

---

### What Should Be Added
Describe what you'd like to see added here.

### Why It Should be Added
Tell us why you think it should be added. Be sure to include reasons why everyone else would find it useful as well.

### What's The Alternative
Describe alternative methods that may already exist right now that accomplish the same goal, and why they suck.
5 changes: 5 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### What's Been Changed
Describe what your pull request changes here. Features, Bugfixes, and references to issues are all good things to include.

### Why It Was Changed
Now it's time do describe why these changes were made, and why they should also be in the official version of VanillaCord.
17 changes: 10 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
build/
in/
out/
artifacts/
.gradle/
.idea
*.iml
# Hide System/IDE files
.idea/
*.iml
.DS_STORE


# Hide generated artifacts
/artifacts/
/build/
/javadoc/
373 changes: 373 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
[![Build Status](https://dev.me1312.net/jenkins/job/VanillaCord/badge/icon)](https://dev.me1312.net/jenkins/job/VanillaCord/)
[![Release Verison](https://img.shields.io/github/release/ME1312/VanillaCord/all.svg)](https://github.com/ME1312/VanillaCord/releases)<br>

VanillaCord downloads and patches a vanilla Minecraft server so you can use IP forwarding.
VanillaCord downloads and patches a vanilla Minecraft server, so proxies can connect to it with your choice of
[BungeeCord](https://www.spigotmc.org/wiki/bungeecord-ip-forwarding/),
[BungeeGuard](https://www.spigotmc.org/resources/bungeeguard.79601/), or
[Velocity](https://docs.papermc.io/velocity/security#velocity-modern-forwarding) IP forwarding enabled.
```
java -jar VanillaCord.jar <version> [secret]
java -jar VanillaCord.jar <versions...>
```
*where* `<version>` is the version of minecraft you want to select<br>
*and* `[secret]` is your forwarding secret, but only if you want to use [Velocity modern IP forwarding](https://velocitypowered.com/wiki/deployment/security/)

## Downloads
*For Minecraft* 1.7.10, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, snapshots, and pre-releases
*For Minecraft* 1.7.10, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, snapshots, and pre-releases

<a href="https://dev.me1312.net/jenkins/job/VanillaCord">
<pre>https://dev.me1312.net/jenkins/job/VanillaCord</pre>
Expand Down
38 changes: 0 additions & 38 deletions build.gradle

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

164 changes: 0 additions & 164 deletions gradlew

This file was deleted.

90 changes: 0 additions & 90 deletions gradlew.bat

This file was deleted.

Loading

0 comments on commit 6f96d68

Please sign in to comment.