From 8ea4df43044e7cba6235d83556d77451ec4df26a Mon Sep 17 00:00:00 2001 From: BONNe Date: Tue, 20 Dec 2022 14:06:22 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a35b4600..d65b9955 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ -# Discord-Integration -[![forthebadge](https://forthebadge.com/images/badges/works-on-my-machine.svg)](https://forthebadge.com)[![](http://cf.way2muchnoise.eu/full_324952_downloads.svg)![](http://cf.way2muchnoise.eu/versions/For%20Minecraft_324952_all.svg)](https://www.curseforge.com/minecraft/mc-mods/dcintegration) +# Discord-Integration for Vault Hunters. +This is a fork of [Discord Integration for Forge](ErdbeerbaerLP/DiscordIntegration-Forge) that is modified for Vault Hunters modpack. -This mod links your server chat with a channel on your discord server. +This modification implements Vault Hunters item parsing into the discord chat with proper item descriptions. -Quick setup guide: https://github.com/ErdbeerbaerLP/Discord-Chat-Integration/wiki/Quick-Setup - -Addon Development: https://github.com/ErdbeerbaerLP/Discord-Chat-Integration/wiki/For-Developers - -[![Discord Server](https://discordapp.com/api/guilds/881880836377546824/widget.png?style=banner2)](https://discord.gg/PGPWdRBQms) +The items in chat that displays properties: +- Vault Gear Items (armor, sword, axe, shield and totems) +- Vault Doll Item +- Pickaxe Item +- Etching Item +- Vault Rune Item +- Vault Crystal Item +- Trinket Item +- Relic Fragment Item +- Vault Catalyst Infused Item +- Vault Arfifact (displays Vault Artifact image) From d0a9ef9ed80d0265cfeb0369e2beb46efd947dec Mon Sep 17 00:00:00 2001 From: BONNe Date: Tue, 20 Dec 2022 14:14:14 +0200 Subject: [PATCH 2/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 +++++++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..891c6177 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. From 6c1bf717a43dce8f9646d3ee66a83bd118f7f5b8 Mon Sep 17 00:00:00 2001 From: BONNe Date: Tue, 20 Dec 2022 14:15:04 +0200 Subject: [PATCH 3/5] Delete bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 891c6177..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. From d7f505629862b67bd2c4f2e95a161ef6ad583dc4 Mon Sep 17 00:00:00 2001 From: BONNe Date: Tue, 20 Dec 2022 14:15:14 +0200 Subject: [PATCH 4/5] Delete feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. From 7af94a6657cd766f0e4f3527eb4a163e28645318 Mon Sep 17 00:00:00 2001 From: BONNe Date: Tue, 20 Dec 2022 14:16:13 +0200 Subject: [PATCH 5/5] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index dd4e9504..3ba13e0c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1 @@ blank_issues_enabled: false -contact_links: - - name: Discord Server - url: https://discord.gg/PGPWdRBQms - about: Feel free to ask your questions here. Do not report bugs here tho