-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The Great Rename * More renaming * Update parent * The Great Rename * Update workflows and README * Update workflows * Update workflows
- Loading branch information
Showing
112 changed files
with
2,030 additions
and
1,442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import re | ||
import sys | ||
|
||
is_dev = len(sys.argv) >= 2 and bool(sys.argv[1]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
[![Build](https://github.com/promcteam/ProSchematicBuilder/actions/workflows/maven.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/promcteam/proschematicbuilder/) | ||
[![Build](https://github.com/promcteam/ProSchematicBuilder/actions/workflows/release.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/promcteam/proschematicbuilder/) | ||
[![Build](https://github.com/promcteam/ProSchematicBuilder/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/promcteam/proschematicbuilder/1.0-R0.10-SNAPSHOT/) | ||
[![Build](https://github.com/promcteam/blueprint/actions/workflows/maven.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/snapshots/studio/magemonkey/blueprint/) | ||
[![Build](https://github.com/promcteam/blueprint/actions/workflows/release.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/snapshots/studio/magemonkey/blueprint/) | ||
[![Build](https://github.com/promcteam/blueprint/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://s01.oss.sonatype.org/content/repositories/snapshots/studio/magemonkey/blueprint/1.0.0-R0.1-SNAPSHOT/) | ||
|
||
# ProSchematicBuilder | ||
Let [Citizens](https://www.spigotmc.org/resources/citizens.13811/) NPCs build your schematics and structures block by | ||
# Blueprint | ||
|
||
Let [Citizens](https://www.spigotmc.org/resources/citizens.13811/) NPCs build your schematics and structures block by | ||
block. | ||
|
||
## Dependencies | ||
|
||
- [Citizens](https://www.spigotmc.org/resources/citizens.13811/) | ||
- [ProMCCore](https://www.spigotmc.org/resources/promccore.93608/) | ||
- [Codex](https://www.spigotmc.org/resources/promccore.93608/) | ||
|
||
## Usage | ||
|
||
1) Create a NPC with Citizens and give it the 'builder' trait. | ||
|
||
Example: `/npc create Bob --trait builder` | ||
|
||
2) Select the NPC, either by right clicking them or through `/npc select <npc>` | ||
3) Load a schematic with `/schematicbuilder load <file name>`. | ||
3) Load a schematic with `/blueprint load <file name>`. | ||
|
||
Example: `/schematicbuilder load house.schem` | ||
Example: `/blueprint load house.schem` | ||
|
||
This will load the included example file `house.schem`. | ||
|
||
4) Position the NPC in the center of the area in which it should build. | ||
5) Start the NPC building with: `/schematicbuilder build` | ||
5) Start the NPC building with: `/blueprint build` | ||
6) Watch the magic happen! | ||
|
||
### A huge thanks to our contributors | ||
|
||
<a href="https://github.com/promcteam/blueprint/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=promcteam/blueprint" /> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
[![Build](https://github.com/promcteam/ProSchematicBuilder/actions/workflows/maven.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/promcteam/proschematicbuilder/) | ||
[![Build](https://github.com/promcteam/ProSchematicBuilder/actions/workflows/release.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/promcteam/proschematicbuilder/) | ||
[![Build](https://github.com/promcteam/ProSchematicBuilder/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/promcteam/proschematicbuilder/${project.version}/) | ||
[![Build](https://github.com/promcteam/${project.artifactId}/actions/workflows/maven.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/snapshots/studio/magemonkey/${project.artifactId}/) | ||
[![Build](https://github.com/promcteam/${project.artifactId}/actions/workflows/release.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/snapshots/studio/magemonkey/${project.artifactId}/) | ||
[![Build](https://github.com/promcteam/${project.artifactId}/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://s01.oss.sonatype.org/content/repositories/snapshots/studio/magemonkey/${project.artifactId}/${project.version}/) | ||
|
||
# ${project.name} | ||
Let [Citizens](https://www.spigotmc.org/resources/citizens.13811/) NPCs build your schematics and structures block by | ||
|
||
Let [Citizens](https://www.spigotmc.org/resources/citizens.13811/) NPCs build your schematics and structures block by | ||
block. | ||
|
||
## Dependencies | ||
|
||
- [Citizens](https://www.spigotmc.org/resources/citizens.13811/) | ||
- [ProMCCore](https://www.spigotmc.org/resources/promccore.93608/) | ||
- [Codex](https://www.spigotmc.org/resources/promccore.93608/) | ||
|
||
## Usage | ||
|
||
1) Create a NPC with Citizens and give it the 'builder' trait. | ||
|
||
Example: `/npc create Bob --trait builder` | ||
Example: `/npc create Bob --trait builder` | ||
|
||
2) Select the NPC, either by right clicking them or through `/npc select <npc>` | ||
3) Load a schematic with `/schematicbuilder load <file name>`. | ||
2) Select the NPC, either by right-clicking them or through `/npc select <npc>` | ||
3) Load a schematic with `/blueprint load <file name>`. | ||
|
||
Example: `/schematicbuilder load house.schem` | ||
Example: `/blueprint load house.schem` | ||
|
||
This will load the included example file `house.schem`. | ||
This will load the included example file `house.schem`. | ||
|
||
4) Position the NPC in the center of the area in which it should build. | ||
5) Start the NPC building with: `/schematicbuilder build` | ||
5) Start the NPC building with: `/blueprint build` | ||
6) Watch the magic happen! | ||
|
||
### A huge thanks to our contributors | ||
<a href="https://github.com/promcteam/ProSchematicBuilder/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=promcteam/ProSchematicBuilder" /> | ||
|
||
<a href="https://github.com/promcteam/${project.artifactId}/graphs/contributors"> | ||
<img src="https://contrib.rocks/image?repo=promcteam/${project.artifactId}" /> | ||
</a> |
Oops, something went wrong.