Skip to content

Commit

Permalink
feat(notify): 尝试实现整合的消息配置 #39
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Dec 24, 2023
1 parent 3829205 commit f862290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/bukkit/src/test/java/LoreInsertTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void insert() {
);

List<String> replace = Arrays.asList("> 插入的点击行1", "> 插入的点击行2");
Map<String, LoreContent> inserted = new HashMap<>();
Map<String, LoreContent<?>> inserted = new HashMap<>();
inserted.put("click-lore", LoreContent.of(replace));
PreparedItem.parseLore(null, original, inserted, new HashMap<>()).forEach(System.out::println);
}
Expand Down

0 comments on commit f862290

Please sign in to comment.