Jump to content

How to make costom itmes


iCraft85

Recommended Posts

You are able to make custom items but you can't give them custom textures without a texture pack. An example could be just making a skript that spawns lighting when you right click. Just depends on what you want to do. 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

don't mind me, just creating codes at 6:00 AM with school 3 hours later... help.

anyways @iCraft85i think i know what you want. I've used this before for a skript for /withdraw/

on script load:
	if {test.namepre} is not set:
		set {test.namepre} to "&a&lTest Skript" #Change to what you want
	if {test.lore1} is not set:
		set {test.lore1} to "&eRight click to redeem" #Change to what you want

command /test:
    trigger:
        add 1 paper named "%{banknotes.namepre}%" with lore "%{test.lore1}%" to the player #If you want more lore clone lines 5-6 to %{test.lore2}%, etc.

This skript has not been tested so let me know if there are any errors

Edited by Agentgamer100YT
Small Skript fix

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Exploratory, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

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