Skip to content

[SuperiorSkyblockAPI] New events and methods #1825

Discussion options

You must be logged in to vote

Hey, thanks for all the suggestions!

Reload Events

If you develop a module for the plugin, you already have such thing. If you don't use the modules system, then you should if it is an addon dedicated for SSB only.

getDatabaseSession() method

The database can be other things than SQL, therefore such thing will never be exposed to the API.
You can use the database bridges to manipulate the DB.
Btw, you should not do such thing and instead use the persistent data API to track data regarding players / islands.

getMessage(Message, Locale) method

Already exists - https://bg-software.com/superiorskyblock/api/
Look for MessageService#getComponent

setMessage(Message, Locale, MessageComponent) method

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Ceduz19
Comment options

Answer selected by Ceduz19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants