mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-25 01:21:21 +01:00
Fix German flag banner description.
Added more debug around error reporting.
This commit is contained in:
parent
44f06f2911
commit
a9a7673ce8
@ -79,7 +79,7 @@ public class ItemParser {
|
||||
return parseItemDurabilityAndQuantity(part);
|
||||
}
|
||||
} catch (Exception exception) {
|
||||
BentoBox.getInstance().logError("Could not parse item " + text);
|
||||
BentoBox.getInstance().logError("Could not parse item " + text + " " + exception.getLocalizedMessage());
|
||||
}
|
||||
|
||||
return defaultItemStack;
|
||||
|
@ -3,7 +3,7 @@ meta:
|
||||
authors:
|
||||
- xXjojojXx
|
||||
- Poslovitch
|
||||
banner: RED_BANNER:1:STRIPE_RIGHT:BLACK:LEFT_STRIPE:YELLOW
|
||||
banner: RED_BANNER:1:STRIPE_RIGHT:BLACK:STRIPE_LEFT:YELLOW
|
||||
commands:
|
||||
admin:
|
||||
setrank:
|
||||
|
Loading…
Reference in New Issue
Block a user