Initial commit
This commit is contained in:
commit
3a0a9cde91
25 changed files with 128 additions and 0 deletions
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
custom: ['https://www.buymeacoffee.com/SBDeveloper', 'https://paypal.me/SBDevelopment']
|
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
34
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Found a bug in the plugin?
|
||||||
|
title: ''
|
||||||
|
labels: Bug
|
||||||
|
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 or Video Recordings**
|
||||||
|
If applicable, add screenshots or video recordings to help explain your problem.
|
||||||
|
|
||||||
|
**Server and Plugin Information**
|
||||||
|
- Installed plugins:
|
||||||
|
- VehiclesPlus Version:
|
||||||
|
- Pro or Lite?
|
||||||
|
- Server Platform and Version [eg: **PaperSpigot** 1.x.x #xxx]:
|
||||||
|
- Operating System (if applicable):
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here, server timings reports, complete console log etc. Please do not make Pastebin dumps or screenshot expire.
|
17
.github/ISSUE_TEMPLATE/enchancement.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/enchancement.md
vendored
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: Enhancement
|
||||||
|
about: Suggest a small enhancement or addition
|
||||||
|
title: ''
|
||||||
|
labels: Enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your enhancement 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.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest a fully-fledged feature
|
||||||
|
title: ''
|
||||||
|
labels: Feature Request
|
||||||
|
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.
|
27
.github/ISSUE_TEMPLATE/lag_report.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/lag_report.md
vendored
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
---
|
||||||
|
name: Lag Report
|
||||||
|
about: If you experience any form of lag while using VehiclesPlus, report here.
|
||||||
|
title: 'Lag Report'
|
||||||
|
labels: Lag
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the lag**
|
||||||
|
What kind of lag is it? (TPS, FPS, CPU, etc)
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
What causes the lag? What are you doing when you experience the lag?
|
||||||
|
|
||||||
|
**Screenshots or Video Recordings**
|
||||||
|
If applicable, add screenshots or video recordings to help explain your problem.
|
||||||
|
|
||||||
|
**Server and Plugin Information**
|
||||||
|
- Installed plugins:
|
||||||
|
- VehiclesPlus Version:
|
||||||
|
- Pro or Lite?
|
||||||
|
- Server Platform and Version [eg: **PaperSpigot** 1.12.2 #1618]:
|
||||||
|
- Operating System (if applicable):
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here, server timings reports, complete console log etc. Please do not make Pastebin dumps or screenshot expire.
|
4
.github/issue_label_bot.yaml
vendored
Normal file
4
.github/issue_label_bot.yaml
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
label-alias:
|
||||||
|
bug: 'Bug'
|
||||||
|
feature_request: 'Enhancement'
|
||||||
|
question: 'Question'
|
16
.github/stale.yml
vendored
Normal file
16
.github/stale.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Configuration for Stale - https://probot.github.io/apps/stale/
|
||||||
|
|
||||||
|
# Number of days of inactivity before an issue becomes stale
|
||||||
|
daysUntilStale: 60
|
||||||
|
|
||||||
|
# Number of days of inactivity before a stale issue is closed
|
||||||
|
daysUntilClose: 7
|
||||||
|
|
||||||
|
# Label to use when marking an issue as stale
|
||||||
|
staleLabel: Won't Fix
|
||||||
|
|
||||||
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
|
markComment: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please reach out if you have or find the answers we need so that we can investigate further.
|
||||||
|
|
||||||
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
|
closeComment: false
|
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# VehiclesPlus
|
||||||
|
|
||||||
|
This repo is for creating issues. Please join our Discord server for support!
|
||||||
|
|
||||||
|
The [JavaDoc](https://sbdplugins.nl/javadoc/vehiclesplus/index.html) can be found on our site.
|
||||||
|
|
||||||
|
Follow updates on the v3 recode on our [Project board](https://github.com/SBDPlugins/VehiclesPlus/projects/1).
|
||||||
|
|
||||||
|
[![Discord](https://img.shields.io/discord/399547550580998146)](https://discord.gg/R6ax6z2) [![Crowdin](https://badges.crowdin.net/vehiclesplus-v3/localized.svg)](https://crowdin.com/project/vehiclesplus-v3)
|
BIN
Resource Packs v3/VPExampleNew-1.14.x.zip
Normal file
BIN
Resource Packs v3/VPExampleNew-1.14.x.zip
Normal file
Binary file not shown.
BIN
Resource Packs v3/VPExampleNew-1.15.x.zip
Normal file
BIN
Resource Packs v3/VPExampleNew-1.15.x.zip
Normal file
Binary file not shown.
BIN
Resource Packs v3/VPExampleNew-1.16.x.zip
Normal file
BIN
Resource Packs v3/VPExampleNew-1.16.x.zip
Normal file
Binary file not shown.
BIN
Resource Packs v3/VPExampleNew-1.17.x.zip
Normal file
BIN
Resource Packs v3/VPExampleNew-1.17.x.zip
Normal file
Binary file not shown.
BIN
Resource Packs v3/VPExampleNew-1.18.x.zip
Normal file
BIN
Resource Packs v3/VPExampleNew-1.18.x.zip
Normal file
Binary file not shown.
BIN
Resource Packs v3/VPExampleNew-1.19-1.19.2.zip
Normal file
BIN
Resource Packs v3/VPExampleNew-1.19-1.19.2.zip
Normal file
Binary file not shown.
BIN
Resource Packs v3/VPExampleNew-1.19.3.zip
Normal file
BIN
Resource Packs v3/VPExampleNew-1.19.3.zip
Normal file
Binary file not shown.
BIN
Resource Packs v3/VPExampleNew-1.19.4.zip
Normal file
BIN
Resource Packs v3/VPExampleNew-1.19.4.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.12.2.zip
Normal file
BIN
Resource Packs/VPExample-1.12.2.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.13.2-1.14.4.zip
Normal file
BIN
Resource Packs/VPExample-1.13.2-1.14.4.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.15.2-1.16.1.zip
Normal file
BIN
Resource Packs/VPExample-1.15.2-1.16.1.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.16.2-1.16.4.zip
Normal file
BIN
Resource Packs/VPExample-1.16.2-1.16.4.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.17.x.zip
Normal file
BIN
Resource Packs/VPExample-1.17.x.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.18.x.zip
Normal file
BIN
Resource Packs/VPExample-1.18.x.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.19-1.19.2.zip
Normal file
BIN
Resource Packs/VPExample-1.19-1.19.2.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.19.3.zip
Normal file
BIN
Resource Packs/VPExample-1.19.3.zip
Normal file
Binary file not shown.
BIN
Resource Packs/VPExample-1.19.4.zip
Normal file
BIN
Resource Packs/VPExample-1.19.4.zip
Normal file
Binary file not shown.
Loading…
Reference in a new issue