-
Item.java problem
so im starting to make my new server and i was adding about 100 items to it and it only has item.java not item1,2,3,4 etc and compiled all good but when i ran my server it came up with this
Code:
Server up.
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 17
at ItemHandler.loadItemList(ItemHandler.java:283)
at ItemHandler.<init>(ItemHandler.java:173)
at server.main(server.java:130)
thanks in advance if you help me :/
-
You accidentally made a mistake in your item.cfg. You might of edited a items stats like p ring or something and added an extra thing. Just figure out the mistake, if not tell me what source your using and I might have a cfg for you.
-
thanks a lot, figured it out