name: Bug Report description: File a bug report labels: bug, not confirmed body: - type: markdown attributes: value: | Before reporting a crash here, please make sure you are on the latest version of DivineMC. - type: textarea attributes: label: Expected behavior description: What you expected to see. validations: required: true - type: textarea attributes: label: Observed/Actual behavior description: What you actually saw. validations: required: true - type: textarea attributes: label: Steps/models to reproduce description: This may include a build schematic, a video, or detailed instructions to help reconstruct the issue. validations: required: true - type: textarea attributes: label: DivineMC version description: | Run `/version` on your server and **paste** the full, unmodified output here. "latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue. Additionally, do NOT provide a screenshot, you MUST paste the entire output.
Example ``` > version [17:22:05] [Thread-6/INFO]: Checking version, please wait... [17:22:07] [Thread-6/INFO]: This server is running DivineMC version git-DivineMC-"060a5e8" (MC: 1.19.3) (Implementing API version Unknown-Version) (Git: 060a5e8 on ver/1.19.3) [17:22:07] [Thread-6/INFO]: You are running 2 versions beyond. Please update your server when possible to maintain stability, security, and receive the latest optimizations. ```
validations: required: true - type: checkboxes attributes: label: Agreements description: Please agree to the following. options: - label: I am running the latest version of DivineMC from [here](https://github.com/DivineMC/DivineMC/releases/latest). required: true - label: I have searched for and ensured there isn't already an open issue regarding this. required: true - label: My version of Minecraft is supported by DivineMC. required: true - type: textarea attributes: label: Other description: | Please include other helpful information below. The more information we receive, the quicker and more effective we can be at finding the solution to the issue. validations: required: false