Skip to content

feat: backup navigation#217

Open
jkrrrr wants to merge 5 commits into
TechnicallyCoded:mainfrom
jkrrrr:feat/backup-scrolling
Open

feat: backup navigation#217
jkrrrr wants to merge 5 commits into
TechnicallyCoded:mainfrom
jkrrrr:feat/backup-scrolling

Conversation

@jkrrrr

@jkrrrr jkrrrr commented Jan 20, 2026

Copy link
Copy Markdown

This PR implements the following:

  • Navigation buttons between each backup to allow the user to "scroll" without having to to back to the rollback list menu
  • Timestamp shown in the "Shulker box" lore to indicate the current backup
  • "Back to rollback list" button has been moved to a right click of the "Previous rollback" button (ran out of space for new buttons)
image image image image

@TechnicallyCoded TechnicallyCoded left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

separate & unrelated feature + doesn't respect msgs configuration support

for (int i = 1; i < nameParts.length; i ++) {
loreParts.add(nameParts[i]);
}
loreParts.add("§7Timestamp: §f" + PlayerData.getTime(timestamp));

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

hardcoded string

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

How would you like localisation to be added for this feature?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

The same way all the other messages are handled

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.

2 participants