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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..