by @insanj

View the Project on GitHub

slashplace

➗ /place a schematic (bukkit 1.13.2)


➗ slashplace features:

  1. Drag and drop some schematic files into /plugins/slashplace/. You will use the names of these files, including the .schematic at the end, in commands.
  2. /placeloc [name.schematic] to set up your current location
  3. /place [name.schematic] to build the schematic at the location you previously set
  4. /placeundo [name.schematic] to undo the last time you built the schematic

All of this is implemented in a very lightweight way with minimal permissions and no dependencies. Each command has a permission (ex: slashplace.placeloc, slashplace.place, and slashplace.placeundo), although operators can run all commands.]

NOTE: Although tested with some example schematic files, this build is a beta/pre-release that is not guaranteed to work completely and be bug-free. Please submit an Issue or send me a message if there are problems or requests!

Authors

Julian Weiss
me@insanj.com
github.com/insanj

License

MIT License

Copyright (c) 2019 Julian Weiss

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.