Jump to content

Recommended Posts

  • 6 months later...
Posted
15 hours ago, andrepain said:

Sorry for the noob question but...

 

What is the item id to use it? can u tell me

 

cheers

There is no item id specified in the code.

In order to make this item work you need to create a new item for example like this

<item id="9300" type="EtcItem" name="Change Class Item">
	<set name="material" val="STEEL" />
	<set name="price" val="0" />
	<set name="is_stackable" val="true" />
	<set name="handler" val="ChangeClass" />
</item>

You need to add the java name from item to the handler.

Posted
2 hours ago, Designatix said:

There is no item id specified in the code.

In order to make this item work you need to create a new item for example like this


<item id="9300" type="EtcItem" name="Change Class Item">
	<set name="material" val="STEEL" />
	<set name="price" val="0" />
	<set name="is_stackable" val="true" />
	<set name="handler" val="ChangeClass" />
</item>

You need to add the java name from item to the handler.

Ahh thanks ill give a try.. im adapting to this xd thanks alot man

  • 5 weeks later...
  • 8 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock