-
Notifications
You must be signed in to change notification settings - Fork 6
1.18/dev #32
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
1.18/dev #32
Changes from 28 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
0e217ed
Merge branch 'dev' into main
MaxNeedsSnacks a872ade
Update loom and gradle
MaxNeedsSnacks 9e2c895
Quark Item Share PR (#27) (#29)
MichaelHillcox 444608c
1.18/main/ Quark Item Share Ported over to 1.18 code. (#28)
X-Niter bfc2ce9
[ciskip] yeet
MichaelHillcox 0a54a33
fix: arch dep
MichaelHillcox 5cfa544
Merge remote-tracking branch 'origin/1.18/dev' into 1.18/dev
MaxNeedsSnacks 90d97aa
Introduce changes fron #27 to 1.18
X-Niter c69fff3
Update buildscript
MaxNeedsSnacks f53bd4a
feat: add some events to the API
desht 3a42cf5
feat: more events and commands!
desht 3cb5a4d
feat: add /ftbranks show_rank command
desht bc531ec
build: version -> 1802.1.9
desht 78933e5
fix: made arg completion for ranks work on dedicated server
desht 1f74165
fix: another rank argument type fix, less aggressive caching
desht 36f2cef
build: update dependencies
desht d7c0864
Update loom and gradle
MaxNeedsSnacks 6472b09
Introduce changes fron #27 to 1.18
X-Niter cb379f5
Update buildscript
MaxNeedsSnacks 1f0c0b6
feat: add some events to the API
desht bdeddb3
feat: more events and commands!
desht cc7f3ba
feat: add /ftbranks show_rank command
desht 247d56f
build: version -> 1802.1.9
desht cee4635
fix: made arg completion for ranks work on dedicated server
desht b9c315f
fix: another rank argument type fix, less aggressive caching
desht 868a60b
build: update dependencies
desht 172026d
chore: update .gitignore
desht 7f1fa3b
Merge branch '1.18/dev' of github.com:FTBTeam/FTB-Ranks into 1.18/dev
desht 77e1435
build: update to loom 1.0 snapshot
desht e10c2dc
fix: did not mean to use jopt.internal.Strings there!
desht fe62947
fix: just stdlib string repeating, this is modern java...
desht 259f4d1
chore: a little code cleanup
desht File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
[1802.1.9] | ||
|
||
### Added | ||
* Events are now fired for other mods to consume when various things happen: | ||
* Config reloaded with `/ftbranks reload` | ||
* A rank is created or deleted | ||
* Player is added to or removed from a rank | ||
* A permission node of a rank is modified | ||
* A rank's condition is modified | ||
* Added `/ftbranks node <rank> <nodename> <value>` command to change a permission node's value | ||
* Added `/ftbranks condition <rank> <condition>` command to change a rank's condition | ||
* `<condition>` is an SNBT serialized condition e.g. `op` or `{ type "dimension", "dimension": "minecraft:the_nether" }` | ||
* Added `/ftbrank show_rank <rank>` to display details of a rank | ||
* Added Tab-completion for known rank names | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.