Skip to content

Title command update#2797

Merged
tal5 merged 6 commits intoDenizenScript:devfrom
davight:title_update
Jan 12, 2026
Merged

Title command update#2797
tal5 merged 6 commits intoDenizenScript:devfrom
davight:title_update

Conversation

@davight
Copy link
Copy Markdown
Contributor

@davight davight commented Dec 3, 2025

Changes:

  • Update command to autoCompile()

else if (!scriptEntry.hasObject("per_player")
&& arg.matches("per_player")) {
scriptEntry.addObject("per_player", new ElementTag(true));
players = Collections.singletonList(Utilities.getEntryPlayer(scriptEntry));
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

List#of is what we go with these days usually

@tal5 tal5 merged commit 065417a into DenizenScript:dev Jan 12, 2026
1 check passed
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