ImagineeringParks / schematic-utility

WorldEdit schematic manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schematic Utility

GitHub GitHub release GitHub All Releases

Schematic Utility is a basic Minecraft plugin that allows you to load and paste WorldEdit schematic files at a given location.

Features

  • Load schematics at a specific location.
  • Load schematics in another world.
  • Allows you to use command blocks or the console to paste schematics.

What's New in 1.3? 🚀

  • Automatically check for new updates! ✨
  • Integrated WorldEdit's -a air flag.
  • Load command is now:
    • /su load <filename> <world> <x> <y> <z> [-a]
  • Help menu will only show commands that users have permissions for.
  • Bug fixes and performance improvements.

Commands

  • /su help [page]
    • Shows the help menu.
  • /su load <filename> <world> <x> <y> <z> [-a]
    • Load and paste structure from the schematic file.
  • /su reload
    • Reloads the config.

Permissions

  • schematics.load
    • Allows access to /su load and /su help
  • schematics.admin
    • Allows access to all commands.

config.yml

messages:
    load: "%filename% has been loaded."
    
    # Setting this to false will disable the load message
    enabled: true
    
    # Placeholders
    # %filename% - Schematic file name

Dependencies

This plugin requires WorldEdit to be installed.

Want to help this project and others like it in development? Consider buying me a coffee!

About

WorldEdit schematic manager.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%