#(yriokiri) recipe with vanilla output
73 messages · Page 1 of 1 (latest)
(yriokiri) recipe with vanilla output
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.
!l item inventory
Did you mean to search for inventory actions?
!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
...
Script Container System
oop
hmm but if i make an item with the item script container won't then item not stack with vanilla ones?
ahhhh thx
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]]>
Is it even considered as denizen recipe
You've put no_id true
yea in the list it return
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!
Content of Server Log Paste #123267: Denizen Debug Logs From Prison... pasted 2024/05/31 06:42:50 UTC-07:00, Paste length: 3844 characters across 42 lines, Content: Java Version: 17.0.6Up-time: 18h 4m
there it is
Content of Denizen Script Paste #123268: Unnamed Denizen Script Paste... pasted 2024/05/31 06:44:19 UTC-07:00, Paste length: 216 characters across 7 lines, Content: unlock_command: type: command
hm maybe i need to restart server to register it or something?
didn't try since builder was building lul
the item script
Content of Denizen Script Paste #123269: Unnamed Denizen Script Paste... pasted 2024/05/31 06:46:35 UTC-07:00, Paste length: 258 characters across 11 lines, Content: cobblestone_dz: type: item
can you craft it?
yea
!t player.discovered
Returns a list of the recipes the player has discovered, in the Namespace:Key format, for example "minecraft:gold_nugget".
ListTag
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?
okk yes, every time i create a new recipe i need to restart server to make players unlock it
are you on a custom client
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
Could you test on the default mc launcher
that might be the cause
in this moment i can't, maybe later
about this?
Ye
You could also try on a local test server with only denizen installed
that will sort out any plugin conflicts
yes for: it's a limit or is possible? it the second, how can i make it do it?
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.
!m resend
Did you mean to search for command reset?
discover_recipe should properly send it over to the player assuming it existed before they joined, but can maybe try these ^?
will try, about the red and white thing?
and do you have any news on my other post?
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