Block Architect allows to create custom blocks with custom or vanilla behavior. It does not spawn them into your world.
This script is work in progress, breaking changes might happen, but should work as is.
Please report any issue you've come up with.
- Install the dependencies listed below.
- Download Block Architect and drop the external folder into your
/plugins/Denizen/scripts
folder. - Configure your Ressource pack and your custom blocks. A sample file is in
/external/BlockArchitect/custom_blocks/iron.dsc
. - Join your Minecraft Server and type
/ex reload
to reload your scripts.
Denizen: https://www.spigotmc.org/resources/denizen.21039/
Please take some time to read this forum thread. It comes up with tiny useful scripts you can start with, but also contains an Auto-saver script that saves denizen files, which also BlockArchitect benefits from.
This is an open source project, provided entirely freely, for everyone to use and contribute to.
If you make any changes that could benefit the community as a whole, please contribute upstream.
You can do basically whatever you want, except you may not hold any developer liable for what you do with the software.
The MIT License (MIT)
Copyright (c) 2023 Hydroxycobalamin
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.