blob: a0728d237f6490425f4511ad23e0f30eeb8b35d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
## Description
<!-- Provide a clear and concise description of what this PR changes -->
## Type of Change
<!-- Check the relevant boxes -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Refactoring / Code cleanup
- [ ] Other (please describe):
## Related Issues
<!-- Link any related issues here -->
close #
## Testing
<!-- Describe the testing you performed to verify your changes -->
**Test Environment:**
- Minecraft Version:
- Paper Version:
- Java Version:
**Test Steps:**
1.
2.
3.
## Checklist
<!-- Check all that apply -->
- [ ] Code follows ktlint style guidelines (`./gradlew ktlintCheck`)
- [ ] Build passes (`./gradlew build`)
- [ ] Tested on Paper server
- [ ] Updated documentation if needed
- [ ] No breaking changes (or documented if necessary)
- [ ] All new and existing tests pass
## Screenshots / Logs (if applicable)
<!-- Add any relevant screenshots or logs here -->
## Additional Context
<!-- Add any other context about the PR here -->
|