Skip to content

Small fixes#712

Closed
vicente-pixel wants to merge 4 commits intoSwofty-Developments:masterfrom
vicente-pixel:small-fixes
Closed

Small fixes#712
vicente-pixel wants to merge 4 commits intoSwofty-Developments:masterfrom
vicente-pixel:small-fixes

Conversation

@vicente-pixel
Copy link
Copy Markdown

@vicente-pixel vicente-pixel commented Feb 6, 2026

This PR Adds/Fixes the following:

  • When dying you no longer see the message if you had 0 coins (You died and lost 0 coins)
  • Bits no longer appear in the Scoreboard if you have less than 1

  • Scoreboard timer goes by 10 matching Hypixel behavior (Timer of the SkyBlock Hour)
  • Added a Go Back Button when accessing Crafting Table from the SkyBlock Menu

  • Improved the Bank messages and Withdraw GUI

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
hypixel-skyblock Ignored Ignored Feb 6, 2026 1:06pm

@vicente-pixel vicente-pixel marked this pull request as draft February 6, 2026 22:48

private String formatCoinAmount(double amount) {
if (amount >= 1000) {
return StringUtility.shortenNumber(amount).replace("K", "k");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a StringUtility#formatCurrency

Comment on lines +61 to +70
layout.slot(49, (s, c) -> ItemStack.builder(Material.ARROW)
.set(DataComponents.CUSTOM_NAME, Component.text("§aGo Back"))
.set(DataComponents.LORE, List.of(Component.text("§7To SkyBlock Menu")
.decoration(TextDecoration.ITALIC, false))),
(click, c) -> {
ViewNavigator navigator = ViewNavigator.get(c.player());
if (!navigator.pop()) {
c.player().closeInventory();
}
});
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the proper component that we have for this...

Key.key("skyblock:island"),
DimensionType.builder()
.ambientLight(1)
.ambientLight(0f)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just remove the field if you're going to do this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants