BG-Software-LLC / SSB-OneBlock

OneBlock Addon for SuperiorSkyblock2
GNU General Public License v3.0
17 stars 10 forks source link

{player} placeholder fixed when leader is offline #97

Closed m-surowiec closed 4 weeks ago

m-surowiec commented 1 month ago

I fixed the issue when {player} placeholder would return null if leader of the island is offline. Fixed issue #95

Key changes include:

Method Signature Updates:

Command Handling:

Phase Handling:

Event Handling:

OmerBenGera commented 4 weeks ago

I changed it so the method takes SuperiorPlayer as a parameter instead of OfflinePlayer or Player. Thanks for the contribution tho!