@@ -99,6 +99,17 @@ default boolean addPredictOption()
9999
100100 @ ConfigItem (
101101 position = 5 ,
102+ keyName = "predictOnReport" ,
103+ name = "'Predict' on Right-click 'Report'" ,
104+ description = "Makes the in-game right-click 'Report' option also open the prediction panel."
105+ )
106+ default boolean predictOnReport ()
107+ {
108+ return false ;
109+ }
110+
111+ @ ConfigItem (
112+ position = 6 ,
102113 keyName = "predictOptionCopyName" ,
103114 name = "'Predict' Copy Name to Clipboard" ,
104115 description = "Copies the player's name to the clipboard when right-click predicting a player."
@@ -109,7 +120,7 @@ default boolean predictOptionCopyName()
109120 }
110121
111122 @ ConfigItem (
112- position = 6 ,
123+ position = 7 ,
113124 keyName = HIGHLIGHT_PREDICT_KEY ,
114125 name = "Highlight 'Predict' Option" ,
115126 description = "When right-clicking on a player, the predict option will be highlighted to be easier to identify."
@@ -120,7 +131,7 @@ default PredictHighlightMode highlightPredictOption()
120131 }
121132
122133 @ ConfigItem (
123- position = 7 ,
134+ position = 8 ,
124135 keyName = "autocomplete" ,
125136 name = "Prediction Autocomplete" ,
126137 description = "Autocomplete names when typing a name to predict"
@@ -131,7 +142,7 @@ default boolean panelAutocomplete()
131142 }
132143
133144 @ ConfigItem (
134- position = 8 ,
145+ position = 9 ,
135146 keyName = SHOW_FEEDBACK_TEXTBOX ,
136147 name = "Show Feedback Textbox" ,
137148 description = "Show a textbox on the prediction feedback panel where you can explain your feedback to us."
@@ -142,7 +153,7 @@ default boolean showFeedbackTextbox()
142153 }
143154
144155 @ ConfigItem (
145- position = 9 ,
156+ position = 10 ,
146157 keyName = "panelDefaultStatsType" ,
147158 name = "Panel Default Stats Tab" ,
148159 description = "Sets the initial player statistics tab in the prediction panel for when the plugin is launched."
@@ -153,7 +164,7 @@ default PlayerStatsType panelDefaultStatsType()
153164 }
154165
155166 @ ConfigItem (
156- position = 10 ,
167+ position = 11 ,
157168 keyName = PANEL_FONT_TYPE_KEY ,
158169 name = "Panel Font Size" ,
159170 description = "Sets the size of the label fields in the prediction panel."
@@ -164,7 +175,7 @@ default PanelFontType panelFontType()
164175 }
165176
166177 @ ConfigItem (
167- position = 11 ,
178+ position = 12 ,
168179 keyName = ANONYMOUS_UPLOADING_KEY ,
169180 name = "Anonymous Uploading" ,
170181 description = "Your name will not be included with your name uploads.<br>Disable if you'd like to track your contributions."
0 commit comments