Skip to content

Commit

Permalink
the server must be restarted after changing this
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 23, 2024
1 parent fe750f5 commit b3b3805
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ public void registerComments(CommentsConfiguration conf) {
"true -> crazycrates.open.<crate-name>",
"false -> crazycrates.deny.open.<crate_name>",
"",
"Eventually, one of these options will be either removed or kept."
"Eventually, one of these options will be either removed or kept.",
"Changing this option requires you to restart your server!"
})
public static final Property<Boolean> use_old_permission_system = newProperty("root.use-old-permission-system", false);

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ root:
# false -> crazycrates.deny.open.<crate_name>
#
# Eventually, one of these options will be either removed or kept.
# Changing this option requires you to restart your server!
use-old-permission-system: false
# This option will tell the plugin to send all messages as action bars or messages in chat.
#
Expand Down

0 comments on commit b3b3805

Please sign in to comment.