objD
objD copied to clipboard
objD is a framework for developing Datapacks for Minecraft. It uses the Dart programming language.
Hello! It's come to my attention while using ObjD that Files generated with the @Func() annotation might end up with capital letters in the name, which Minecraft does not support....
I have noticed that, after running ``` objd new mypack ``` it will begin the setup, but get stuck if the first or second input is blank (pressing enter to...
Originally created for mcscript by @WilliamRagstad here: https://github.com/Stevertus/mcscript/issues/23 There is a poly-fill trick for supporting arguments to functions using the new `/data get storage [name] [path]`. Format example: ``` mcscriptfunctions...
A sneak event module that detects if the player is sneaking, similar to the ClickEvent module. The module will take in parameters similar to the ClickEvent such as Name, Path...
You should add a separate arrow raycasting (or with arrow:true) in objD so you can more easily make "attack" projeciles so you don't have to test for a player in...