1st tut, you can make stuff like spawn in certain places and stuff
difficulty: 1 (1.1 if your a super fr00b)
assumed knowledge- how to type, ctrl f, clicking
classes modified- itemspawnpoints.java
server source- i think all
---------------------------------------------------------------------------------------------------------
go to itemspawnpoints.java and you should see something like this
Code:
ItemHandler.addItem(0995, 3217, 3428, 1, ItemHandler.globalItemController[i], false); //
(ID, X, Y, AMOUNT, CONTROLLER, ISSTATIC);
this is probably very easy for you but im just doing it for the noobs
you can also rename the items too after the 2 slashes at the end