Skip to content

Releases: TheProgramSrc/SuperCoreAPI

v5.2.0 - New Gui System, Utilites & Fixes

22 Aug 18:26
dcd4a47
Compare
Choose a tag to compare

Changelog:

  • New Gui System (xyz.thepogramsrc.superocreapi.spigot.gui.Gui)
  • Added new util to retrieve time seconds from string & word
  • Code cleanup & Fixes

Fixed NPE Spam

11 Aug 01:45
Compare
Choose a tag to compare

Changelog:

* Fixed NullPointerException Spam

Added Missing Argument

11 Aug 01:31
Compare
Choose a tag to compare

Changelog:

* Added missing search term argument

Custom Filter for Browser GUI

11 Aug 01:04
Compare
Choose a tag to compare

Changelog:

* Added custom filter for Browser GUI

1.8 Support and Improvements

19 Jul 16:16
Compare
Choose a tag to compare

Changelog:

- Some Cleanup
- 1.8 Fixes to GUIs

Java 16 Support • New Utilities

08 Jun 02:45
1d11585
Compare
Choose a tag to compare

Added Support for Java 16, fixed/added some tests, added new utilities and more.

Full changelog
* Updated .gitignore file
* Added Java 16 Support
* Added Caching system for some utilities
* SLF4J-api and SLF4J-nop is now compiled into SuperCoreAPI
* Moved libraries to package xyz.theprogramsrc.supercoreapi.libs
* Added util to retrieve Message Digest Instance
* Added util to generate checksum from file
* Removed placeholder injectors so checksum validation will work
* Dependency Manager will only load if the class LibraryLoader exists
* Added Utils#hasClass to check if a class exists
* Fixed Utils#downloadFile (basically added User Agent)
* Fixed some tests

Edit (29/06):
This release adds full support for java 16 & minecraft 1.17, we'll be working on new fixes and features for the API.

Changelog:

* Now YML Configuration is Global instead of per software 
* New Message System to allow more customization 
* Removed Notifications (Not needed) 
* Cleanup 
* Updated JavaDocs
* Fixed SuperCoreAPICommand Info not working in Spigot 1.17+
* Added new options for PluginDataStorage

Full Changelog: Pull Request #10

If you have any issue check the issues page, if you wanna discuss about the API and its features check the discussions page

Fixes and Updates

05 Feb 19:35
Compare
Choose a tag to compare

Changelog:

* Fixed version in SuperPlugin.java
* Updated Dependencies
* Updated JavaDocs
* Updated .gitignore
* Updated SECURITY.md

Fixes

13 Jan 00:42
Compare
Choose a tag to compare

Changelog:

* Fixed debug throwing null exceptions in Titles
* Minor Fixes

Fixes and CLeanup

12 Jan 22:00
Compare
Choose a tag to compare

Changelog:

* Removed debug from translations to avoid massive spam
* Removed abstrction from SQLiteDataBase Storage

Missing method | Default values

12 Jan 01:02
Compare
Choose a tag to compare

Changelog:

+ Added method to get prefix in Bungee Settings
* Added default values to the Settings storage in Bungee and Spigot