commit 3a0a9cde9194e67b9b135eada1c81c8e58872353 Author: Stijn Bannink Date: Sun Apr 16 12:46:23 2023 +0200 Initial commit diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..5f2aa8c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1 @@ +custom: ['https://www.buymeacoffee.com/SBDeveloper', 'https://paypal.me/SBDevelopment'] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1fd5ed8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/enchancement.md b/.github/ISSUE_TEMPLATE/enchancement.md new file mode 100644 index 0000000..ceaed7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enchancement.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..a077040 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/lag_report.md b/.github/ISSUE_TEMPLATE/lag_report.md new file mode 100644 index 0000000..30294d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/lag_report.md @@ -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. \ No newline at end of file diff --git a/.github/issue_label_bot.yaml b/.github/issue_label_bot.yaml new file mode 100644 index 0000000..2c3bdeb --- /dev/null +++ b/.github/issue_label_bot.yaml @@ -0,0 +1,4 @@ +label-alias: + bug: 'Bug' + feature_request: 'Enhancement' + question: 'Question' diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..1e4f30f --- /dev/null +++ b/.github/stale.yml @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..1f4e57e --- /dev/null +++ b/README.md @@ -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) diff --git a/Resource Packs v3/VPExampleNew-1.14.x.zip b/Resource Packs v3/VPExampleNew-1.14.x.zip new file mode 100644 index 0000000..90c199d Binary files /dev/null and b/Resource Packs v3/VPExampleNew-1.14.x.zip differ diff --git a/Resource Packs v3/VPExampleNew-1.15.x.zip b/Resource Packs v3/VPExampleNew-1.15.x.zip new file mode 100644 index 0000000..35e766c Binary files /dev/null and b/Resource Packs v3/VPExampleNew-1.15.x.zip differ diff --git a/Resource Packs v3/VPExampleNew-1.16.x.zip b/Resource Packs v3/VPExampleNew-1.16.x.zip new file mode 100644 index 0000000..b17999b Binary files /dev/null and b/Resource Packs v3/VPExampleNew-1.16.x.zip differ diff --git a/Resource Packs v3/VPExampleNew-1.17.x.zip b/Resource Packs v3/VPExampleNew-1.17.x.zip new file mode 100644 index 0000000..7545d60 Binary files /dev/null and b/Resource Packs v3/VPExampleNew-1.17.x.zip differ diff --git a/Resource Packs v3/VPExampleNew-1.18.x.zip b/Resource Packs v3/VPExampleNew-1.18.x.zip new file mode 100644 index 0000000..dcbec9c Binary files /dev/null and b/Resource Packs v3/VPExampleNew-1.18.x.zip differ diff --git a/Resource Packs v3/VPExampleNew-1.19-1.19.2.zip b/Resource Packs v3/VPExampleNew-1.19-1.19.2.zip new file mode 100644 index 0000000..b58d0c3 Binary files /dev/null and b/Resource Packs v3/VPExampleNew-1.19-1.19.2.zip differ diff --git a/Resource Packs v3/VPExampleNew-1.19.3.zip b/Resource Packs v3/VPExampleNew-1.19.3.zip new file mode 100644 index 0000000..83c03fa Binary files /dev/null and b/Resource Packs v3/VPExampleNew-1.19.3.zip differ diff --git a/Resource Packs v3/VPExampleNew-1.19.4.zip b/Resource Packs v3/VPExampleNew-1.19.4.zip new file mode 100644 index 0000000..067d1c0 Binary files /dev/null and b/Resource Packs v3/VPExampleNew-1.19.4.zip differ diff --git a/Resource Packs/VPExample-1.12.2.zip b/Resource Packs/VPExample-1.12.2.zip new file mode 100644 index 0000000..25e9264 Binary files /dev/null and b/Resource Packs/VPExample-1.12.2.zip differ diff --git a/Resource Packs/VPExample-1.13.2-1.14.4.zip b/Resource Packs/VPExample-1.13.2-1.14.4.zip new file mode 100644 index 0000000..051e6a8 Binary files /dev/null and b/Resource Packs/VPExample-1.13.2-1.14.4.zip differ diff --git a/Resource Packs/VPExample-1.15.2-1.16.1.zip b/Resource Packs/VPExample-1.15.2-1.16.1.zip new file mode 100644 index 0000000..9c4aa04 Binary files /dev/null and b/Resource Packs/VPExample-1.15.2-1.16.1.zip differ diff --git a/Resource Packs/VPExample-1.16.2-1.16.4.zip b/Resource Packs/VPExample-1.16.2-1.16.4.zip new file mode 100644 index 0000000..de074f6 Binary files /dev/null and b/Resource Packs/VPExample-1.16.2-1.16.4.zip differ diff --git a/Resource Packs/VPExample-1.17.x.zip b/Resource Packs/VPExample-1.17.x.zip new file mode 100644 index 0000000..de88ed4 Binary files /dev/null and b/Resource Packs/VPExample-1.17.x.zip differ diff --git a/Resource Packs/VPExample-1.18.x.zip b/Resource Packs/VPExample-1.18.x.zip new file mode 100644 index 0000000..9b55d35 Binary files /dev/null and b/Resource Packs/VPExample-1.18.x.zip differ diff --git a/Resource Packs/VPExample-1.19-1.19.2.zip b/Resource Packs/VPExample-1.19-1.19.2.zip new file mode 100644 index 0000000..7c0d765 Binary files /dev/null and b/Resource Packs/VPExample-1.19-1.19.2.zip differ diff --git a/Resource Packs/VPExample-1.19.3.zip b/Resource Packs/VPExample-1.19.3.zip new file mode 100644 index 0000000..4a74018 Binary files /dev/null and b/Resource Packs/VPExample-1.19.3.zip differ diff --git a/Resource Packs/VPExample-1.19.4.zip b/Resource Packs/VPExample-1.19.4.zip new file mode 100644 index 0000000..2d2a1d0 Binary files /dev/null and b/Resource Packs/VPExample-1.19.4.zip differ