-
-
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
7e3ab09
commit 6703491
Showing
3 changed files
with
89 additions
and
90 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,20 +1,8 @@ | ||
### Fixed: | ||
- Re-worked how display names are handled for items/previews, This format now works properly and stacks with vanilla items. | ||
```yml | ||
'1': | ||
# The item to display/give in the gui. | ||
DisplayItem: "diamond" | ||
# The amount to display/give | ||
DisplayAmount: 3 | ||
# The max range i.e. 25/100 = 15% chance to win. | ||
MaxRange: 100 | ||
# The chance to win i.e. 25% | ||
Chance: 25 | ||
``` | ||
- Applied a bandaid to quadcrates | ||
- Use correct crate name for {crate} when a crate location already exists in `/crazycrates set <crate>` | ||
- Fixed npe with /keys view, player name wasn't supplied, so it freaked out. | ||
- Fixed npe with placeholder parsing in messages. | ||
- Issue with /crazycrates migrator. | ||
- Multiple null checks in commands. | ||
- Issue with invalid argument output not outputting the proper syntax. | ||
|
||
### Changes: | ||
- Optimize display reward above quad/quick crate | ||
- Updated migrator command format. | ||
- Updated invalid argument output to just describe it better. |
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
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