Fix Item name
Dieser Commit ist enthalten in:
Ursprung
04151e44b0
Commit
dd6d513198
@ -64,8 +64,8 @@ public class CommandScript implements CommandExecutor {
|
||||
BookMeta bookMeta = (BookMeta) itemStack.getItemMeta();
|
||||
bookMeta.setGeneration(BookMeta.Generation.ORIGINAL);
|
||||
bookMeta.setAuthor("§eSteam§8war");
|
||||
bookMeta.setTitle("§8Script Buch");
|
||||
bookMeta.setDisplayName("§8Script Buch");
|
||||
bookMeta.setTitle("§7Script Buch");
|
||||
bookMeta.setDisplayName("§7Script Buch");
|
||||
bookMeta.setPages(PAGES);
|
||||
itemStack.setItemMeta(bookMeta);
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren