mirror of
				https://github.com/5vl/ItemAdder.git
				synced 2025-10-31 18:23:36 +00:00 
			
		
		
		
	fixes
This commit is contained in:
		| @@ -5,6 +5,6 @@ import org.bukkit.plugin.java.JavaPlugin | ||||
|  | ||||
| class Main : JavaPlugin() { | ||||
|     override fun onEnable() { | ||||
|         Item("TEST_ITEM", Utils.color("<blue>Test Item"), Rarity.EPIC, Material.STONE_SWORD, Type.SWORD, Utils.loreBuilder("<blue>Test Lore")) | ||||
|         Item("TEST_ITEM", Utils.color("<blue>Test Item"), Rarity.EPIC, Material.STONE_SWORD, Type.WEAPON, "<red>The most basic testing</red>\n<blue>sword, by 5vl</blue>") | ||||
|     } | ||||
| } | ||||
| @@ -1,8 +1,8 @@ | ||||
| package me.fivevl.itemadder | ||||
|  | ||||
| enum class Type(type: String) { | ||||
|     SWORD("SWORD"), | ||||
|     WEAPON("WEAPON"), | ||||
|     PICKAXE("PICKAXE"), | ||||
|     AXE("AXE"), | ||||
|     ITEM("ITEM") | ||||
|     ITEM("ITEM"), | ||||
|     OTHER("") | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 5vl
					5vl