diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandScript.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandScript.java index 8498a4e..147999e 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandScript.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandScript.java @@ -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);