-
Notifications
You must be signed in to change notification settings - Fork 1
Item modification
Hempfest edited this page Aug 30, 2021
·
1 revision
Items.findMaterial("stainedglass"); // This will locate stained glass for us regardless of legacy conditions!
Items.edit(); // This is the start of an empty item edit builder!
Items.edit(edit -> edit.setType(Material.DIRT).setTitle("&6Hello world!").build()); // This is the start of an item edit builder!
-
- AFK Player Utility
- Command Builder
- Command Utility
- Complete GUI Builder
- Complete Head Database/Locator
- Cooldown Abstraction
- Custom Gradient Color Interface
- Custom ID Generation
- Directional Enumeration
- Economy Interface Wrapper
- Entity Creation Tools
- File Management
- Item Recipe Builder
- Item Modification Builder
- Legacy Safe NamespacedKey
- Listing Collections
- Material Matcher
- Message Formatter
- String Utility
- Tab Completion Builder
- Task Scheduling
- Template Creation
- TextComponent Builder
- Vault Permission Interface Wrapper