Initial commit after history reset

This commit is contained in:
AdzelFirestar
2025-06-05 18:59:42 -07:00
commit 2323ea8854
23 changed files with 950 additions and 0 deletions

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,35 @@
---
name: Bug report
about: Your bug reports help us improve the plugin for others
title: "[BUG]"
labels: bug
assignees: AdzelFirestar
---
**Describe the bug**
Please describe the bug as accurately and concisely as possible. That helps us track where it is coming from.
**To Reproduce**
Steps to reproduce the behavior: Please be as descriptive as possible so I can track where the bug is happening.
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. This will help us a lot with visualizing the bug/error.
**Error Log, Stack Trace, or Error Message you are seeing**
Please paste any error logs, messages, or stack traces from your console so I can see what is going on.
**Server Information (please complete the following information):**
- Velocity Version:
- Minecraft version you are running:
**Additional context**
Add any other context about the problem here.