-
-
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
9704677
commit 3aa5ec6
Showing
1 changed file
with
4 additions
and
27 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,30 +1,7 @@ | ||
### Added: | ||
- Ability the ability to make items glow in `Items` | ||
```yml | ||
Items: | ||
- 'Item:spawner, Glowing:true' | ||
``` | ||
### Fixed: | ||
- The config option for `verbose-logging` was not applied to some parts of the plugin. | ||
- Added missing configurable messages to places around the plugin, all messages should now be configurable. | ||
- Added a new config option where you can decide to send messages in chat or in the actionbar. | ||
- Messages that send a list to chat will by default never be sent to actionbar as it would not look pretty. | ||
|
||
### Changes: | ||
- No longer add the contents of `DisplayData` to the `Items` section on `/crazycrates reload` | ||
- Lowercase shield pattern types and colors which also fixed a display issue, so previous shield pattern/color configs work. They no longer need to be typed like GRADIENT_UP:LIGHT_GRAY, you can simply type gradient_up:light_gray | ||
- Deprecated `Patterns` in favor of `DisplayPatterns`, it will be removed in the next major version of Minecraft. | ||
```yml | ||
'6': | ||
# The name of the item to display in the gui. | ||
DisplayName: "<green>Fancy Shield" | ||
# The enchants to display in the gui. | ||
DisplayItem: "shield" | ||
# A list of patterns: https://jd.papermc.io/paper/1.21/org/bukkit/block/banner/PatternType.html | ||
# The patterns don't need to be uppercased. you can type them lowercased along with the colors. | ||
# Patterns have to be laid out in a specific order, otherwise it won't look right. | ||
# This also applies to the Items section. | ||
DisplayPatterns: | ||
- "base:white" | ||
- "gradient_up:light_gray" | ||
- "straight_cross:light_blue" | ||
- "flower:light_blue" | ||
``` | ||
- If a message in the `messages.yml` is blank, it will not send the message. |