File tree Expand file tree Collapse file tree 2 files changed +10
-14
lines changed
src/main/java/xyz/theprogramsrc/supercoreapi/spigot Expand file tree Collapse file tree 2 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1+ ## v4.2.9 Changelog:
2+ ```
3+ * Now SimpleItem#getDisplayName() and SimpleItem#getLore() doesn't return null to avoid errors
4+ ```
5+
6+ ## v4.2.8 Changelog:
7+ ```
8+ * Fixed SimpleItem not applying placeholders
9+ ```
10+
111## v4.2.7 Changelog:
212```
313+ Added more checks to the SkinTexture to avoid errors
Original file line number Diff line number Diff line change 1313import xyz .theprogramsrc .supercoreapi .global .dependencies .classloader .ReflectionClassLoader ;
1414import xyz .theprogramsrc .supercoreapi .global .translations .Base ;
1515import xyz .theprogramsrc .supercoreapi .global .translations .TranslationManager ;
16- import xyz .theprogramsrc .supercoreapi .global .updater .SpigotUpdateChecker ;
1716import xyz .theprogramsrc .supercoreapi .global .utils .Utils ;
1817import xyz .theprogramsrc .supercoreapi .spigot .events .EventManager ;
1918import xyz .theprogramsrc .supercoreapi .spigot .items .PreloadedItems ;
@@ -272,19 +271,6 @@ public PluginDataStorage getPluginDataStorage() {
272271 return this .pluginDataStorage ;
273272 }
274273
275- public void checkCoreUpdates (){
276- new SpigotUpdateChecker ("77096" ){
277- @ Override
278- public void onCheckFail () { }
279-
280- @ Override
281- public void onCheckSuccess (String lastVersion ) {
282- SpigotPlugin .this .log ("&c&lThis is not an error, this is a warning for the plugin developer that the SuperCoreAPI is outdated" );
283- SpigotPlugin .this .log ("Please update SuperCoreAPI to v" + lastVersion );
284- }
285- }.check ();
286- }
287-
288274 /**
289275 * Registers a new custom recipe
290276 *
You can’t perform that action at this time.
0 commit comments