NewItems supports ONLY Minecraft 1.9, 1.10, 1.11, 1.12, 1.12.2, 1.13.2!
This plugin allows you to create items, foods, drinks, alcoholics, swords and much more with custom textures!
It also adds 77+ already made new weapons, mobs, items, foods and blocks with new textures without any mod!
Now your players can eat Pringles, hotdogs, hamburgers..., drink Coke, smoke cigarettes, mine with really cool pickaxes and fight with LightSabers WITHOUT ANY CLIENT MOD!
77+ already created items
Developers API (import com.evill4mer.NewItemsApi, class is NewItemsApi)
Custom items
Custom swords
Custom pistols with projectiles
Custom bows
Custom shields
Custom minerals
Custom wearables
Custom hats
Custom mobs
Custom foods
Custom drinks
Custom blocks
Custom furniture
Custom potions
Custom medals
Custom cigarettes
Custom alchoholics
Custom lightsabers with sounds
Custom guitars with sounds
Dead corpses when a player dies: with realistic animation
Real looking swimming animation
Languages
> Russian (thanks to @Dimo4ka)
> Spanish (thanks to @marlon233)
ALL USING CUSTOM TEXTURES OR 3D MODELS! Without replacing Minecraft items!
(Needs Minecraft 1.9, 1.10, 1.11.2, 1.12, or 1.13 and Java 8)
1) Install Vault: Download Here
2) Install latest ProtocolLib Download Here
3) Install my plugin
Hooks:
This plugin supports:
- GriefPrevention claims.
- QuickShop NotLikeMe Chest shops
- Towny towns.
How to create your own custom items
Detailed tutorial here
Use /nihelp to see every command
- "I'm on Bungeecord and players are not seing the textures"
- "I keep getting false positives by my anticheats"
- "My players can't see textures! But I've followed the whole tutorial"
- "What type of items/weapons/bows exists?"
- "Is it compatible with plugin X?"
- "I keep getting Unhandled exception occured in onPacketReceiving(PacketEvent) for NewItems error"
This plugin won't be updated to Minecraft 1.14


It also adds 77+ already made new weapons, mobs, items, foods and blocks with new textures without any mod!
Now your players can eat Pringles, hotdogs, hamburgers..., drink Coke, smoke cigarettes, mine with really cool pickaxes and fight with LightSabers WITHOUT ANY CLIENT MOD!
























Languages
> Russian (thanks to @Dimo4ka)
> Spanish (thanks to @marlon233)
ALL USING CUSTOM TEXTURES OR 3D MODELS! Without replacing Minecraft items!



http://imgur.com/a/Yan7f
Some other new items:
Beer
Use:
Right clickto drink it.
If you drink too much you'll feel drunk
-------------------------------------------------------------------
Guitar
Use:
Right click to play the instrument
-------------------------------------------------------------------
Revolver
-------------------------------------------------------------------
Projectile
Put it in your left hand to make the pistol shoot on leftclick
-------------------------------------------------------------------
Chair
To sit use /nisit staiding on the furniture
-------------------------------------------------------------------
Strange potion
Drink it to get a cool glowing effect
-------------------------------------------------------------------
Diamond Finder Potion
Makes diamond ores glow behind other blocks
-------------------------------------------------------------------
Emerald Finder Potion
Makes emerald ores glow behind other blocks
...and a lot of other new cool items!
Dead bodies
Swimming animation
Some other new items:
Beer

Use:
Right clickto drink it.
If you drink too much you'll feel drunk
-------------------------------------------------------------------
Guitar

Use:
Right click to play the instrument
-------------------------------------------------------------------
Revolver

-------------------------------------------------------------------
Projectile
Put it in your left hand to make the pistol shoot on leftclick

-------------------------------------------------------------------
Chair
To sit use /nisit staiding on the furniture

-------------------------------------------------------------------
Strange potion
Drink it to get a cool glowing effect


-------------------------------------------------------------------
Diamond Finder Potion
Makes diamond ores glow behind other blocks



-------------------------------------------------------------------
Emerald Finder Potion
Makes emerald ores glow behind other blocks

...and a lot of other new cool items!
Dead bodies

Swimming animation


(Needs Minecraft 1.9, 1.10, 1.11.2, 1.12, or 1.13 and Java 8)
1) Install Vault: Download Here
2) Install latest ProtocolLib Download Here
3) Install my plugin

Hooks:
This plugin supports:
- GriefPrevention claims.
- QuickShop NotLikeMe Chest shops
- Towny towns.
How to create your own custom items
Detailed tutorial here
If you have problems just downgrade to the previous version and delete the config files (not chests.yml)
1. Open the NewItems folder in Plugins. Open the file customItems.yml (or weapons, bows, pickaxes, shields)
2. Copy one of the already created NewItems and paste it at the bottom of the file (depends of which type of item you want to create, in this case a block).
3. Change the text "item<number>:" with the last item number+1 (as you can see in the pic)
4. Now you can edit the name, permission and other variables of the item (depends on the type of the item, as you can see in other already created items.).
For example now we are creating a new block.
5. Now open the config.yml file in Plugins/NewItems folder, copy the default-resourcepack-1_11-DO_NOT_CHANGE or default-resourcepack-1_10-DO_NOT_CHANGE (use the first for 1.9 and 1.10, use the second for 1.11.2) , open your browser, paste the link and download the file.
6. Extract the file in a folder in your Desktop.
7. Click on the shortcut called "ITEMS .json files HERE". This is the folder where you can find items, weapons, pickaxes, shields and bows models files.
Open the "items" folder, because in this case we are creating a NewItem refering to the customItems.yml file (if you were creating for example a weapon you must open the "weapons" folder, obviously because you were refering to the customWeapons.yml file).
8. In this case we are creating an item, so copy the one you want imitate, in this case we will use an already created block.
The item11 (as seen in the customItems.yml) is a block, so we can copy it and edit it to create a new custom block.
9. Rename the file like in the step 3 of this tutorial.
Then change the texture name to what you want
10. Open paint (if you need to create a texture) and create a pic of 16x16 or multiples of 16 and save it.
11. Click on the shortcut called "ITEMS texture files HERE"
12. Paste the texture file in this folder (you need to paste it in the right subfolder too!) and rename it as in the step 9.
13. Now just zip the content of the folder you created in step 6 like in this pic.
14. Upload the zip file on dropbox.com
15. Click on the share button of the file
16. Create a link clicking on the button and copy it
17. Now open the config.yml file in Plugins/NewItems folder, replace the your-resource-pack-link with your new one.
18. Now replace the last "0" character of the link with a "1" and increment the your-resource-pack-version field (DO THIS ON EVERY UPDATE OF YOUR RESOURCE PACK).
19. Open customMenu.yml and add your item to a category of you choice (or create a new one copying an already created as example).
20. Now restart your server.
21. Use /ni command and click on the icon of the category you chose.
22. Select the NewItems you have just created and check the recipe.
23. Now craft it (or use /niget <item<number>> for example /niget item8 or /niget weapon5 , depending on what you created) and have fun!

2. Copy one of the already created NewItems and paste it at the bottom of the file (depends of which type of item you want to create, in this case a block).

3. Change the text "item<number>:" with the last item number+1 (as you can see in the pic)

4. Now you can edit the name, permission and other variables of the item (depends on the type of the item, as you can see in other already created items.).
For example now we are creating a new block.

5. Now open the config.yml file in Plugins/NewItems folder, copy the default-resourcepack-1_11-DO_NOT_CHANGE or default-resourcepack-1_10-DO_NOT_CHANGE (use the first for 1.9 and 1.10, use the second for 1.11.2) , open your browser, paste the link and download the file.

6. Extract the file in a folder in your Desktop.

7. Click on the shortcut called "ITEMS .json files HERE". This is the folder where you can find items, weapons, pickaxes, shields and bows models files.
Open the "items" folder, because in this case we are creating a NewItem refering to the customItems.yml file (if you were creating for example a weapon you must open the "weapons" folder, obviously because you were refering to the customWeapons.yml file).

8. In this case we are creating an item, so copy the one you want imitate, in this case we will use an already created block.
The item11 (as seen in the customItems.yml) is a block, so we can copy it and edit it to create a new custom block.

9. Rename the file like in the step 3 of this tutorial.

Then change the texture name to what you want

10. Open paint (if you need to create a texture) and create a pic of 16x16 or multiples of 16 and save it.

11. Click on the shortcut called "ITEMS texture files HERE"

12. Paste the texture file in this folder (you need to paste it in the right subfolder too!) and rename it as in the step 9.

13. Now just zip the content of the folder you created in step 6 like in this pic.

14. Upload the zip file on dropbox.com
15. Click on the share button of the file

16. Create a link clicking on the button and copy it

17. Now open the config.yml file in Plugins/NewItems folder, replace the your-resource-pack-link with your new one.

18. Now replace the last "0" character of the link with a "1" and increment the your-resource-pack-version field (DO THIS ON EVERY UPDATE OF YOUR RESOURCE PACK).

19. Open customMenu.yml and add your item to a category of you choice (or create a new one copying an already created as example).

20. Now restart your server.
21. Use /ni command and click on the icon of the category you chose.

22. Select the NewItems you have just created and check the recipe.

23. Now craft it (or use /niget <item<number>> for example /niget item8 or /niget weapon5 , depending on what you created) and have fun!



Use /nihelp to see every command
Code:
/niPermission: ni.user.ni[/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT][/SIZE][/LEFT]
[SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5]
[LEFT][SIZE=5][LEFT]Function: Shows the Categories Recipes GUI
/nisit
Permission: ni.user.sit
Function: Makes the player sit everywhere and on NewItems chairs
Admins
» /nihelp
Function: Shows all commands
» /niget <name> <amount(optional)>
Permission: ni.admin.get
Function: Gives you an item
» /nigive <player> <name> <amount(optional)>
Permission: ni.admin.give
Function: Gives to a player an item
» /medal item<n> <playerName>
Permission: ni.admin.medal
Function: Gets a medal with the player's name
» /nicorpse <playerName>
Permission: ni.admin.nicorpse
Function: Spawns the dead body of a player
[/LEFT]
[/SPOILER]
[LEFT][SPOILER="Permissions"]
[CODE]» ni.user.craft.<itemName>
Function: Enables crafting of an item for users.
List of names can be found in plugin config files .yml.
- Example:
ni.user.craft.item0 enables a player to craft the item0
» ni.admin.nirepairsign
Function: Allows creation of repair signs[/SIZE][/LEFT]

- "I'm on Bungeecord and players are not seing the textures"
If you are on Bungeecord you need to open plugin/NewItems/config.yml, copy the resourcepack link and version.
Now open server.properties and in "resource-pack" put the link taken from config.yml, then in "resource-pack-hash" and "resource-pack-sha1" put the version.
Done
Do this on every plugin update!
Now open server.properties and in "resource-pack" put the link taken from config.yml, then in "resource-pack-hash" and "resource-pack-sha1" put the version.
Done

Do this on every plugin update!
- "I keep getting false positives by my anticheats"
NOT COMPATIBLE with other plugins that use resourcepacks (Minecraft allows only one server resourcepack);
NOT COMPATIBLE WITH "Reach" and "Antisweep" hacks detector of some AntiHacks plugins. So disable this check.
You can keep them enabled with AAC (thanks to DuckWeedVN for the report)
Disable them with Nocheatsplus (thanks to Akumu_Kitsune_)
NOT COMPATIBLE WITH "Reach" and "Antisweep" hacks detector of some AntiHacks plugins. So disable this check.
You can keep them enabled with AAC (thanks to DuckWeedVN for the report)
Disable them with Nocheatsplus (thanks to Akumu_Kitsune_)
- "My players can't see textures! But I've followed the whole tutorial"
If your players can't see the new items just link them this simple screens to fix it!
http://imgur.com/a/SG0AU
If you still have problems delete the server from your servers list, add it again and then enable resource packs.
If you still have problems (bugged clients. damn.) just go to %appdata%/.minecraft/server-resource-packs and delete everything. Then close and reopen Minecraft.

If you still have problems delete the server from your servers list, add it again and then enable resource packs.
If you still have problems (bugged clients. damn.) just go to %appdata%/.minecraft/server-resource-packs and delete everything. Then close and reopen Minecraft.
- "What type of items/weapons/bows exists?"
You can see and example of using for every attribute, inside the customItems.yml customWeapons.yml ... files. You can see how to create items in the right way referring to my already created custom items 

- "Is it compatible with plugin X?"
I can't answer surely to this question because I can't know how every plugin in the world is coded, but here is a list of plugins that can cause problems:
- RPGPlayerLeveling
- UnlimitedRecipes
- Nocheatsplus ("Reach", "Antisweep", "Multiaura" checks)
- All plugins that uses custom resourcepacks (you can make them compatible if you've a minimum knowledge on how to merge resourcepacks manually)
- RPGPlayerLeveling
- UnlimitedRecipes
- Nocheatsplus ("Reach", "Antisweep", "Multiaura" checks)
- All plugins that uses custom resourcepacks (you can make them compatible if you've a minimum knowledge on how to merge resourcepacks manually)
- "I keep getting Unhandled exception occured in onPacketReceiving(PacketEvent) for NewItems error"
Install latest ProtocolLib Download Here
This plugin won't be updated to Minecraft 1.14