#(yriokiri) recipe with vanilla output

73 messages · Page 1 of 1 (latest)

covert fulcrum
#

how do i make a custom recipe for a vanilla item?

bleak surgeBOT
#

(yriokiri) recipe with vanilla output

bleak surgeBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

vocal summit
#

!l item inventory

pale belfryBOT
#
Possible Confusion

Did you mean to search for inventory actions?

vocal summit
#

!l item script

pale belfryBOT
# vocal summit !l item script

Item script containers are an easy way to pre-define custom items for use within scripts. Item
scripts work with the ItemTag object, and can be fetched with the Object Fetcher by using the
ItemTag constructor ItemTag_script_name. Example: - drop <player.location> super_dooper_diamond

The following is the format for the container. Except for the 'material' key (and the dScript
required 'type' key), all other keys are optional.


# The name of the item script is the same name that you can use to construct a new
# ItemTag based on this item script. For example, an item script named 'sword_of_swiftness'
# can be referred to as simply 'sword_of_swiftness'.
Item_Script_Name:

    type: item

    # Must be a valid ItemTag. See 'ItemTag' for more information.
    # | All item scripts MUST h

...

Group

Script Container System

vocal summit
#

oop

covert fulcrum
#

hmm but if i make an item with the item script container won't then item not stack with vanilla ones?

vocal summit
#

if you put no_id + allow in material recipes

#

should work

covert fulcrum
#

ahhhh thx

covert fulcrum
#

i was trying to make a command to unlock all the recipes with denizen but it seems not to work? maybe i did something wrong

#

- adjust <player> discover_recipe:<server.recipe_ids.filter[starts_with[denizen]]>

zenith axle
#

Is it even considered as denizen recipe

covert fulcrum
zenith axle
#

You've put no_id true

covert fulcrum
#

yea in the list it return

zenith axle
#

ah ok

#

!debug

pale belfryBOT
# zenith axle !debug
Info: debug

If you need help with a script issue, one of the most powerful tools Denizen has to offer is full debug output. This is displaying in your console whenever scripts are running until you turn debug off. To share a debug log quickly and easily with helpers, simply run the command /denizen debug -r in-game to begin recording, then run through the part of the script you need help with, then run the command /denizen submit. This will give you a link to a paste of the debug log, which you can then copy/paste back to us!

covert fulcrum
#

there it is

zenith axle
#

Hmm looks good

#

can you share the script to it?

covert fulcrum
#

hm maybe i need to restart server to register it or something?

vocal summit
#

Can always try a restart

#

Never hurts anyway

covert fulcrum
#

didn't try since builder was building lul

zenith axle
covert fulcrum
zenith axle
#

can you craft it?

covert fulcrum
#

yea

zenith axle
#

!t player.discovered

pale belfryBOT
zenith axle
#

Does it return here?

#

(have to filter it)

covert fulcrum
#

will check

#

restarting server now just for test

#

it appeared after i restarted server

#

is possible to make it become white if i have the materials in the inventory? or it's a limit that mc has?

covert fulcrum
#

okk yes, every time i create a new recipe i need to restart server to make players unlock it

zenith axle
#

are you on a custom client

covert fulcrum
#

for now using forge

#

with curseforge

#

that was something that was mentioned in another plugin i had for custom craftings. something about injecting recipes in something

#

idk

zenith axle
#

Could you test on the default mc launcher

covert fulcrum
#

in this moment i can't, maybe later

zenith axle
#

Ye

#

You could also try on a local test server with only denizen installed

#

that will sort out any plugin conflicts

covert fulcrum
# zenith axle Ye

yes for: it's a limit or is possible? it the second, how can i make it do it?

zenith axle
#

Please try on this on a local test server

#

With only Denizen installed

covert fulcrum
#

K

#

Will let you know later when i can

covert fulcrum
#

ok tested with a vanilla client, and a paper server with only denizen 1.20.4.

for a receipe to be registered the player need to re-log in the server after it's been created on the server.

and for the recipe book ti will not turn white even if i have the igredients.

dapper bone
#

!m resend

pale belfryBOT
# dapper bone !m resend
Cannot Specify Searched Mechanism

Multiple possible mechanisms: PlayerTag.resend_recipes, PlayerTag.resend_discovered_recipes.

#
Possible Confusion

Did you mean to search for command reset?

dapper bone
#

discover_recipe should properly send it over to the player assuming it existed before they joined, but can maybe try these ^?

covert fulcrum
#

will try, about the red and white thing?

#

and do you have any news on my other post?

molten pecanBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@covert fulcrum