A recreation of Luz Noceda's glyph magic from The Owl House in Denizen!
You can watch the process of me making this in my YouTube video!
If you are using this script in a video, please provide some form of credit. Linking to this repository will suffice. :) Also see license here
Make sure that you have the plugin Denizen running on your server, as this is what runs and interprets the code.
Next, you need to drag the DenizenScript source files (ones ending in .dsc
) into the plugins/Denizen/scripts
directory.
Alternatively you can use the Drop-In-Ready version in the Drop-In-Ready/
directory.
Take the schematic in the schematics
folder and drag it into plugins/Denizen/schematics
. If it is not there, then make it!
Now you need to reload Denizen. To do this go onto the console or be in-game as an operator and issue the command:
/ex reload
and it will reload all the scripts, allowing you to start having fun and messing around with the glyph magic!
After you finished setting up the code, you can use the /glyphs
command to get the crafting recipies of each glyph.
If you're an operator on the server you can just do /ex give <GLYPH NAME>
on the server, replacing "" with the name of the glyph.
To use a glyph, right click it!
Please open an issue here on this GitHub on the Issues tab.
This code is licensed under the MIT license
MIT License
Copyright (c) 2022 Breadcrumb (https://breadcrumb.fun)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.