You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug with OpenTerrainGenerator, including crashes or other errors.
4
+
title: "[Bug]: "
5
+
labels: ["Bug", "Needs validation"]
6
+
assignees:
7
+
- SXRWahrheit
8
+
9
+
body:
10
+
- type: 'markdown'
11
+
attributes:
12
+
value: |-
13
+
## Important!
14
+
This issue template is for bug reports *only.*
15
+
16
+
- For support using the plugin, please contact us on [Discord](https://discord.gg/UXzdVTH).
17
+
18
+
Please complete the entire form so we can best help resolve your issue!
19
+
20
+
- type: checkboxes
21
+
attributes:
22
+
label: Is there an existing issue for this?
23
+
description: Please search to see if an issue already exists for the bug you encountered.
24
+
options:
25
+
- label: I have searched the existing issues
26
+
required: true
27
+
28
+
- type: textarea
29
+
attributes:
30
+
label: Current Behavior
31
+
description: A concise description of what you're experiencing.
32
+
validations:
33
+
required: true
34
+
35
+
- type: textarea
36
+
attributes:
37
+
label: Expected Behavior
38
+
description: A concise description of what you expected to happen.
39
+
validations:
40
+
required: true
41
+
42
+
- type: dropdown
43
+
id: Platform
44
+
attributes:
45
+
label: Which platforms have you reproduced this issue using?
46
+
multiple: true
47
+
options:
48
+
- Forge Single Player
49
+
- Forge Multiplayer
50
+
- Spigot/Paper
51
+
validations:
52
+
required: true
53
+
54
+
- type: input
55
+
id: otgversion
56
+
attributes:
57
+
label: OTG Version
58
+
description: What version of OTG are you using? Use the "/otg version" command in-game or in your console ("otg version", no slash) and paste the output here.
59
+
placeholder: ex. OTG 1.18.2 0.0.24
60
+
validations:
61
+
required: true
62
+
63
+
- type: input
64
+
id: platformversion
65
+
attributes:
66
+
label: Platform Version
67
+
description: What version of your platform are you using? Use the `/version`
68
+
69
+
- type: textarea
70
+
attributes:
71
+
label: Steps To Reproduce
72
+
description: |
73
+
Please include the steps necessary to create a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example)
74
+
75
+
You can attach files by clicking this area to highlight it and then dragging the files in.
76
+
placeholder: |
77
+
1. Using this platform...
78
+
2. With this command or preset...
79
+
3. Attempt to...
80
+
4. See error...
81
+
validations:
82
+
required: true
83
+
84
+
- type: textarea
85
+
id: logfile
86
+
attributes:
87
+
label: Log file
88
+
description: |
89
+
Please provide the full latest.log file from your server or game client; this is especially important if you are reporting an issue that includes stacktrace output.
90
+
91
+
You can attach log files by clicking this area to highlight it and then dragging files in.
92
+
93
+
If your log file is too long to include, restart your server, connect to it, and reproduce the behavior at issue. Then, you can upload your log to https://paste.denizenscript.com/New/Log
about: Download the latest bleeding-edge builds of OpenTerrainGenerator for use in bug testing and preset development. These builds are not recommended for use on live servers. Please ensure you download your build from the correct branch.
0 commit comments