https://github.com/breadcrumbistaken/toh
A recreation of Luz Noceda's glyph magic from The Owl House in Minecraft using Denizen!
https://github.com/breadcrumbistaken/toh
denizen denizen-script minecraft owl-house
Last synced: 4 months ago
JSON representation
A recreation of Luz Noceda's glyph magic from The Owl House in Minecraft using Denizen!
- Host: GitHub
- URL: https://github.com/breadcrumbistaken/toh
- Owner: BreadcrumbIsTaken
- License: mit
- Created: 2022-02-11T22:49:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T21:43:35.000Z (over 3 years ago)
- Last Synced: 2025-07-19T21:19:53.345Z (11 months ago)
- Topics: denizen, denizen-script, minecraft, owl-house
- Language: DenizenScript
- Homepage:
- Size: 83 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Glyph Magic in Minecraft! ๐ช
A recreation of Luz Noceda's glyph magic from The Owl House in Denizen!
# Watch the creation!
You can watch the process of me making this in my [YouTube video](https://youtu.be/QIy7DovWA0g)!
### Terms of Use
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](https://github.com/BreadcrumbIsTaken/TOH/blob/main/README.md#license)
### How to setup for your own server
##### Step 1
Make sure that you have the plugin [Denizen](https://denizenscript.com) running on your server, as this is what runs and interprets the code.
##### Step 2
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.
##### Step 3
Take the schematic in the `schematics` folder and drag it into `plugins/Denizen/schematics`. If it is not there, then make it!
##### Step 4
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!
### How to use
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 ` on the server, replacing "" with the name of the glyph.
To use a glyph, right click it!
### Not sure how to setup a server?
[Follow this guide](https://guide.denizenscript.com/guides/first-steps/local-test-server.html#how-do-i-set-up-a-local-server)
### Found a bug?
Please open an issue here on this GitHub on the Issues tab.
### License
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.
```
###### ๐๐๐