Hello! MC-Market Im Still Working on the MOBA Game Called Annihilation And I Know How to make GUI's But I Want them To Access Kits When They do /class
So if they do /class theres gonna be a list of Items that has lores and the names of the Kits / Class.
And i Have this Simple Class That i made but you can only get them by doing /civ
Name : Civilian
Command : /civ
Delays : nothing since its not hooked to the /class and idk how to make a gui and access them.
Code :
Basically I Want them To Do /class
If They Do /class it will list alot of items that contains the name of class and lores description. And if they clicked the class they will get a new GUI With the list of the items of the class.
Thanks!
So if they do /class theres gonna be a list of Items that has lores and the names of the Kits / Class.
And i Have this Simple Class That i made but you can only get them by doing /civ
Name : Civilian
Command : /civ
Delays : nothing since its not hooked to the /class and idk how to make a gui and access them.
Code :
Code:
command /civ:
trigger:
if {Class.%player%} is 9:
add a wooden sword with lore "&6Soulbound" to the player's inventory
add a stone pickaxe with lore "&6Soulbound||&6Class Item" to the player's inventory
add a stone axe with lore "&6Soulbound||&6Class Item" to the player's inventory
add a wooden spade with lore "&6Soulbound" to the player's inventory
add a chest with lore "&6Soulbound||&6Class Item" to the player's inventory
add a brick named "&eCraft 'O Matic" with lore "&6Spoulbound||&6Class Item" to the player's inventory
on right click with brick:
if name of player's tool is "&eCraft 'O Matic":
open crafting table inventory to player
If They Do /class it will list alot of items that contains the name of class and lores description. And if they clicked the class they will get a new GUI With the list of the items of the class.
Thanks!
