Initial commit
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
# 📌 Pull Request
|
||||
|
||||
## Description
|
||||
|
||||
<!--
|
||||
Provide a clear and concise summary of what this PR does.
|
||||
Explain *why* the change is needed and what problem it solves.
|
||||
-->
|
||||
|
||||
## Related Issues / Discussions
|
||||
|
||||
<!--
|
||||
Link any related issues, PRs, or discussions.
|
||||
Use "Fixes #123" to automatically close issues when merged.
|
||||
-->
|
||||
|
||||
- Fixes #
|
||||
- Related to #
|
||||
|
||||
## Motivation & Context
|
||||
|
||||
<!--
|
||||
Why is this change important for Project Poseidon?
|
||||
Does it fix a bug, improve stability, add a feature, or improve compatibility?
|
||||
-->
|
||||
|
||||
## Type of Change
|
||||
|
||||
Please tick all that apply:
|
||||
|
||||
- [ ] 🐛 Bug fix (non-breaking change that fixes an issue)
|
||||
- [ ] ⚡ Performance improvement
|
||||
- [ ] 🧩 New feature (non-breaking)
|
||||
- [ ] 🔧 Refactor / cleanup (no functional changes)
|
||||
- [ ] 🔥 Crash / exploit fix
|
||||
- [ ] 📚 Documentation update
|
||||
- [ ] ❗ Breaking change (may affect plugins or server behavior)
|
||||
|
||||
## Testing Performed
|
||||
|
||||
<!--
|
||||
Describe how this change was tested.
|
||||
Include environments, steps, and results.
|
||||
-->
|
||||
|
||||
- [ ] Compiled successfully with `mvn clean package`
|
||||
- [ ] Tested on a Beta 1.7.3 server
|
||||
- [ ] Existing functionality verified
|
||||
- [ ] Edge cases considered
|
||||
|
||||
**Test details:**
|
||||
```text
|
||||
Example:
|
||||
- Local server with multiple players
|
||||
- Testing on production environment on RetroMC
|
||||
- Tested login, chunk loading, plugins, and shutdown
|
||||
```
|
||||
|
||||
## Logs / Screenshots (if applicable)
|
||||
|
||||
<!-- Paste relevant log output, stack traces, or attach screenshots to help reviewers understand the change. -->
|
||||
|
||||
```(Optional)```
|
||||
|
||||
## Compatibility Considerations
|
||||
|
||||
<!-- Does this change affect: Plugins? Network behavior? UUID / inventory handling? Other? -->
|
||||
|
||||
- [ ] No known compatibility impact
|
||||
- [ ] Potential plugin impact (described below)
|
||||
- [ ] Network / protocol (Netcode) behavior changed
|
||||
- [ ] Configuration change required
|
||||
|
||||
|
||||
## Compatibility Notes
|
||||
|
||||
<!-- Describe any known compatibility risks or required changes if applicable. -->
|
||||
|
||||
## Checklist
|
||||
|
||||
Please confirm the following:
|
||||
- [ ] No unnecessary formatting or whitespace-only changes
|
||||
- [ ] Changes are compatible with Minecraft Beta 1.7.3
|
||||
- [ ] No dependencies have been added without discussion with the RetroMC team
|
||||
|
||||
## Additional Notes
|
||||
<!-- Anything else reviewers should know? Design decisions, limitations, future follow-ups, etc. -->
|
||||
|
||||
|
||||
|
||||
## Thanks for contributing to Project Poseidon!
|
||||
Reference in New Issue
Block a user