name: Bug Report (Beta) description: Report a Bug or an Issue with Slimefun 4. labels: ['🎯 Needs testing', '🐞 Bug Report'] body: - type: markdown attributes: value: | ## ❤️ Thank you for wanting to report a bug in Slimefun! If you need any help to identify the problem, visit our [Discord server](https://discord.gg/slimefun) and see if others experience a similar issue. Also take a look at our [Troubleshooting Guide](https://github.com/Slimefun/Slimefun4/wiki/How-to-report-bugs) and the list of [existing Issues](https://github.com/Slimefun/Slimefun4/issues). - id: checklist type: checkboxes attributes: description: Please go through this checklist before creating the issue. options: - label: I am using an up to date **DEV** (not **RC**) version of Slimefun. required: true - label: I searched for similar open issues and could not find an existing bug report on this. required: true - label: I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here. required: true - id: description type: textarea validations: required: true attributes: label: '📍 Description' description: | A clear and detailed description of what went wrong. The more information you can provide, the easier we can handle this problem. placeholder: | (example) When trying to do [...], I expected [...] to happen but [...] happened instead. I am pretty sure this is not intended and should be fixed. - id: reproduction-steps type: textarea validations: required: true attributes: label: '📑 Reproduction Steps' description: | Tell us the exact steps to reproduce this issue, the more detailed the easier we can reproduce it. placeholder: | (example) 1. Craft [...] 2. Right click with that item on a workbench 3. The workbench explodes - id: expected-behaviour type: textarea validations: required: true attributes: label: '💡 Expected Behavior' description: | What were you expecting to happen? What do you think would have been the correct behaviour? placeholder: | I expected [...] to happen. - id: media type: textarea attributes: label: '📷 Screenshots / Videos' description: | The best way to illustrate in an issue is by recording a Video or taking a Screenshot. If you can capture any footage of the bug happening, it would help us out a lot! - id: server-log type: input attributes: label: '📜 Server Log' description: | Take a look at your Server Log and upload any error messages from Slimefun to a pasting site (e.g. https://pastebin.com/). If you are unsure about it, post your full log, you can find it under /logs/latest.log placeholder: https://pastebin.com/... - id: error-reports type: input attributes: label: '📂 `/error-reports/` folder' description: | Check the folder `/plugins/Slimefun/error-reports/` and upload any files inside that folder to a pasting site (e.g. https://pastebin.com/). placeholder: https://pastebin.com/... - id: server-software type: dropdown validations: required: true attributes: label: '💻 Server Software' description: 'Please select the software your Server is running on' options: - Spigot - Paper - Tuinity - Purpur - Other - id: minecraft-version type: dropdown validations: required: true attributes: label: '🎮 Minecraft Version' description: 'Please select the Minecraft version of the server' options: #- 1.17.x - 1.16.x - 1.15.x - 1.14.x - (Older versions are not supported) - id: slimefun-version type: textarea validations: required: true attributes: label: '⭐ Slimefun version' description: | **"latest" is not a version number, we need the exact version.** We recommend running "/sf versions" and uploading a screenshot of that. Make sure that the screenshot covers the entire output of that command. placeholder: Slimefun version [...] - id: other-versions type: textarea attributes: label: '🧭 Additional info' description: | If your issue is related to another plugin, make sure to include this here! placeholder: The issue is related to plugin [...], version [...] - type: markdown attributes: value: | ## ❤️ Thank you for submitting a bug report! If anyone who sees this has some additional info which can help reproduce or track down this issue, please comment down below. Any help is appreciated!