replaceitem
replaceitem
Thats a cool idea, maybe it could even be extended to work with even more workstation type blocks like smithing table, cartography table, enchanting table, anvil,... Not sure how the...
If you are using carpet (base carpet, not extra) 1.4.54, you need to downgrade to 1.4.53. If that's not the case, plese send the log (.minecraft/logs/latest.log) here
I think it would be better to split them into two events. Vanilla handles them seperately, and most of the time, scripts would want to check whether the message is...
Since 1.19, commands are a seperate from chat messages, which makes this no longer trigger. Might be a good idea to add a command event
Yeah i agree, processing doesnt have a theme setting, but it has the theme.txt file, where every syntax color and background color can be edited, so i would suggest for...
Do not edit the Full.md file, since that gets automatically generated from the other doc files when they are updated.
I think i would rather leave the criterion argument optional. Not sure how to handle the compat issue in that case though.
On my testing, this seems to work (latest version, 1.20.4) I was using this test script: ```js __config() -> {'scope'->'global'}; __on_system_message(text,type) -> ( print(player('all'), 'SYS:' + text); ); ``` Could...
I dug a little deeper, and your snippet using schedule doesn't work because events cant trigger from inside events. Scheduled calls are also treated that way. So when the advancement...
Apparently this is not yet supported by Javacord (See https://github.com/Javacord/Javacord/pull/1260) Until then maybe you could resort to manually getting the global_name with http requests