-
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d00bb4f
commit 4cbbde6
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
### Added: | ||
- Added a toggle, which allows you to revert the chance made previously. | ||
- crazycrates.open.<crate_name> -> crazycrates.deny.open.<crate_name> | ||
- The configuration option can be found in the `config.yml` i.e. `root.use-new-permission-system` | ||
- This option likely won't be here forever, one of the systems will be default. You'll be notified when that happens. | ||
- `crazycrates.open.<crate_name>` -> `crazycrates.deny.open.<crate_name>` | ||
- The configuration option can be found in the `config.yml` i.e. `root.use-new-permission-system` which defaults to false | ||
- This option is subject for removal however toggled like this for now, `false` means the old system i.e. `crazycrates.open.<crate_name>` is back. | ||
- It'll be removed in the next version of Minecraft! |