@@ -178,55 +178,55 @@ public PluginManager getPluginManager()
178178 @ Override
179179 public void registerInterface (Class <? extends PluginLoader > loader ) throws IllegalArgumentException
180180 {
181- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
181+ throw new UnsupportedOperationException ("Not supported yet." );
182182 }
183183
184184 @ Override
185185 public Plugin getPlugin (String name )
186186 {
187- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
187+ throw new UnsupportedOperationException ("Not supported yet." );
188188 }
189189
190190 @ Override
191191 public Plugin [] getPlugins ()
192192 {
193- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
193+ throw new UnsupportedOperationException ("Not supported yet." );
194194 }
195195
196196 @ Override
197197 public boolean isPluginEnabled (String name )
198198 {
199- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
199+ throw new UnsupportedOperationException ("Not supported yet." );
200200 }
201201
202202 @ Override
203203 public boolean isPluginEnabled (Plugin plugin )
204204 {
205- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
205+ throw new UnsupportedOperationException ("Not supported yet." );
206206 }
207207
208208 @ Override
209209 public Plugin loadPlugin (File file ) throws InvalidPluginException , InvalidDescriptionException , UnknownDependencyException
210210 {
211- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
211+ throw new UnsupportedOperationException ("Not supported yet." );
212212 }
213213
214214 @ Override
215215 public Plugin [] loadPlugins (File directory )
216216 {
217- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
217+ throw new UnsupportedOperationException ("Not supported yet." );
218218 }
219219
220220 @ Override
221221 public void disablePlugins ()
222222 {
223- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
223+ throw new UnsupportedOperationException ("Not supported yet." );
224224 }
225225
226226 @ Override
227227 public void clearPlugins ()
228228 {
229- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
229+ throw new UnsupportedOperationException ("Not supported yet." );
230230 }
231231
232232 @ Override
@@ -238,115 +238,115 @@ public void callEvent(Event event) throws IllegalStateException
238238 @ Override
239239 public void registerEvents (Listener listener , Plugin plugin )
240240 {
241- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
241+ throw new UnsupportedOperationException ("Not supported yet." );
242242 }
243243
244244 @ Override
245245 public void registerEvent (Class <? extends Event > event , Listener listener , EventPriority priority , EventExecutor executor , Plugin plugin )
246246 {
247- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
247+ throw new UnsupportedOperationException ("Not supported yet." );
248248 }
249249
250250 @ Override
251251 public void registerEvent (Class <? extends Event > event , Listener listener , EventPriority priority , EventExecutor executor , Plugin plugin , boolean ignoreCancelled )
252252 {
253- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
253+ throw new UnsupportedOperationException ("Not supported yet." );
254254 }
255255
256256 @ Override
257257 public void enablePlugin (Plugin plugin )
258258 {
259- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
259+ throw new UnsupportedOperationException ("Not supported yet." );
260260 }
261261
262262 @ Override
263263 public void disablePlugin (Plugin plugin )
264264 {
265- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
265+ throw new UnsupportedOperationException ("Not supported yet." );
266266 }
267267
268268 @ Override
269269 public Permission getPermission (String name )
270270 {
271- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
271+ throw new UnsupportedOperationException ("Not supported yet." );
272272 }
273273
274274 @ Override
275275 public void addPermission (Permission perm )
276276 {
277- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
277+ throw new UnsupportedOperationException ("Not supported yet." );
278278 }
279279
280280 @ Override
281281 public void removePermission (Permission perm )
282282 {
283- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
283+ throw new UnsupportedOperationException ("Not supported yet." );
284284 }
285285
286286 @ Override
287287 public void removePermission (String name )
288288 {
289- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
289+ throw new UnsupportedOperationException ("Not supported yet." );
290290 }
291291
292292 @ Override
293293 public Set <Permission > getDefaultPermissions (boolean op )
294294 {
295- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
295+ throw new UnsupportedOperationException ("Not supported yet." );
296296 }
297297
298298 @ Override
299299 public void recalculatePermissionDefaults (Permission perm )
300300 {
301- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
301+ throw new UnsupportedOperationException ("Not supported yet." );
302302 }
303303
304304 @ Override
305305 public void subscribeToPermission (String permission , Permissible permissible )
306306 {
307- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
307+ throw new UnsupportedOperationException ("Not supported yet." );
308308 }
309309
310310 @ Override
311311 public void unsubscribeFromPermission (String permission , Permissible permissible )
312312 {
313- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
313+ throw new UnsupportedOperationException ("Not supported yet." );
314314 }
315315
316316 @ Override
317317 public Set <Permissible > getPermissionSubscriptions (String permission )
318318 {
319- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
319+ throw new UnsupportedOperationException ("Not supported yet." );
320320 }
321321
322322 @ Override
323323 public void subscribeToDefaultPerms (boolean op , Permissible permissible )
324324 {
325- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
325+ throw new UnsupportedOperationException ("Not supported yet." );
326326 }
327327
328328 @ Override
329329 public void unsubscribeFromDefaultPerms (boolean op , Permissible permissible )
330330 {
331- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
331+ throw new UnsupportedOperationException ("Not supported yet." );
332332 }
333333
334334 @ Override
335335 public Set <Permissible > getDefaultPermSubscriptions (boolean op )
336336 {
337- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
337+ throw new UnsupportedOperationException ("Not supported yet." );
338338 }
339339
340340 @ Override
341341 public Set <Permission > getPermissions ()
342342 {
343- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
343+ throw new UnsupportedOperationException ("Not supported yet." );
344344 }
345345
346346 @ Override
347347 public boolean useTimings ()
348348 {
349- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
349+ throw new UnsupportedOperationException ("Not supported yet." );
350350 }
351351 };
352352 }
@@ -1199,6 +1199,6 @@ public UnsafeValues getUnsafe()
11991199 @ Override
12001200 public BanList getBanList (BanList .Type arg0 )
12011201 {
1202- throw new UnsupportedOperationException ("Not supported yet." ); //To change body of generated methods, choose Tools | Templates.
1202+ throw new UnsupportedOperationException ("Not supported yet." );
12031203 }
12041204}
0 commit comments