Skip to content

Conversation

@jkrrrr
Copy link

@jkrrrr jkrrrr commented Jan 20, 2026

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

Copy link
Owner

@TechnicallyCoded TechnicallyCoded left a comment

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
Owner

Choose a reason for hiding this comment

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

hardcoded string

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