Melone144 Posted February 5, 2023 Share Posted February 5, 2023 Hallo Zusammen ich möchte gerne ein Anvil Inventar erstellen mir ist nur aufgefallen das es Unterschiede zwichen meinem und dem eines Normalen Ambosses gibt um das Zu zeigen packe ich mal Zwei Bilder dazu und den Code. Inventory inv = Bukkit.createInventory(null, InventoryType.ANVIL); Das erste Bild ist mein und das Zweite ein Normaler Amboss Link to comment Share on other sites More sharing options...
TileEntity Posted February 5, 2023 Share Posted February 5, 2023 Der komplette Syntax ist Bukkit.createInventory(showPlayer, inventoryType, title) Also es sollte dann folgendes sein: Inventory inv = Bukkit.createInventory(null, InventoryType.ANVIL, "Repair & Name"); Link to comment Share on other sites More sharing options...
Melone144 Posted February 5, 2023 Author Share Posted February 5, 2023 Danke auf die Idee bin ich auch schon gekommen aber man kann damit immer noch keine Items Umbennenen Link to comment Share on other sites More sharing options...
TileEntity Posted February 5, 2023 Share Posted February 5, 2023 Das muss man irgendwie noch selbst reinprogrammieren - wie genau das geht, weiß ich nicht 🤔 Schau da mal in andere Custom Anvil Plugins: https://github.com/NotYusta/CustomAnvil Link to comment Share on other sites More sharing options...
Melone144 Posted February 5, 2023 Author Share Posted February 5, 2023 Ich glaube nicht das man mit diesem Code das dann hinzufügen kann denn das Plugin hat keine einege Methode wie man ein Anvil inv erstellt und man kann auch mein erstellen oder Öffnen des Inventars keine Weiter mehode als die von ihnen Oben anegebenen hinzufügen Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now