Skip to content

Commit

Permalink
cross-server whispers & cross-server player name tab completion in co…
Browse files Browse the repository at this point in the history
…mmands
  • Loading branch information
jpenilla committed Aug 8, 2023
1 parent 18f94a3 commit b46f6c6
Show file tree
Hide file tree
Showing 27 changed files with 1,889 additions and 225 deletions.
2 changes: 2 additions & 0 deletions .checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@
checks="MissingJavadocPackage"/>
<suppress files="src[\\/]main[\\/]java[\\/]net[\\/]draycia[\\/]carbon[\\/](paper|sponge|common|velocity|fabric)[\\/].*"
checks="MissingJavadocType"/>
<suppress files="src[\\/]main[\\/]java[\\/]com[\\/]google[\\/]inject[\\/]assistedinject[\\/].*"
checks="[a-zA-Z0-9]*"/>
</suppressions>
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ gradle-app.setting
.DS_Store

**/run/
**/run2/
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ license {
exclude("net/draycia/carbon/common/command/argument/OptionValueParser.java")
exclude("net/draycia/carbon/common/messages/PrefixedDelegateIterator.java")
exclude("net/draycia/carbon/common/messages/StandardPlaceholderResolverStrategyButDifferent.java")
exclude("com/google/inject/assistedinject")
}

tasks {
Expand Down
Loading

0 comments on commit b46f6c6

Please sign in to comment.