Skip to content

1.19/dev #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 29, 2022
Merged

1.19/dev #31

merged 9 commits into from
Nov 29, 2022

Conversation

desht
Copy link
Contributor

@desht desht commented Nov 28, 2022

Events, more commands, and fixed chat name formatting in 1.19

Events are fired when config is reloaded, when ranks are added/deleted, and when
players are added/removed to ranks. Mods can listen for these events and upload their
state as necessary based on what permissions players now have.
Added events for permission nodes and rank condition changes
Added subcommands for setting/removing permission nodes and conditions
Added command completion for known ranks, used by all commands which need a rank name
Renamed Rank{Add,Remove}PlayerEvent to Player{AddedTo,RemoveFrom}RankEvent
Added en_us translations
Dump information about a rank in readable form
Also updated build.yml for newer checkout & setup-java actions
(Including 1.19 argument type porting)
No longer attempting to modify the text to change player name formatting;
instead, simply override player.getDisplayName() (via Forge event or Fabric
mixin).
Not necessary and was only added while testing various chat
 formatting solutions.
@desht desht merged commit c69d24f into 1.19/main Nov 29, 2022
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