Skip to content

Commit

Permalink
chore: trigger new build
Browse files Browse the repository at this point in the history
  • Loading branch information
LooFifteen committed Feb 15, 2024
1 parent 732fe5e commit 56d1070
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static void main(String[] args) throws IOException {
.commands(true)
.contextProvider(new DummyContextProvider())
.configurationAdapter(plugin -> new EnvironmentConfigAdapter(plugin, new HoconConfigAdapter(plugin, directory)))
.permissionSuggestion("test.permission")
.permissionSuggestions("test.permission", "test.other")
.enable();

// set custom player provider (optional)
Expand Down

0 comments on commit 56d1070

Please sign in to comment.