-
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.
fix: Trim was not going down to the floor on the right side.
- Loading branch information
Showing
4 changed files
with
35 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,29 @@ | ||
SEE : https://vahor.fr/posts/86650a33-7999-48d9-b676-306bb4c4b3ec | ||
|
||
# SimpleSchematic | ||
|
||
A Minecraft plugin to simplify the usage of schematics. | ||
|
||
- Preview schematics directly in the gui | ||
- Fully customizable | ||
- Configuration per schematic folder : custom icon, disable preview and more | ||
- Translate into any language using a configuration file | ||
|
||
|
||
## Requirements | ||
- Java 8 | ||
- Spigot 1.8 (Tested up to 1.12) | ||
## Links | ||
|
||
[Blog Post FR](https://vahor.fr/posts/86650a33-7999-48d9-b676-306bb4c4b3ec)\ | ||
[Latest releases](https://github.com/Vahor/SimpleSchematics/releases)\ | ||
[GPL-3 License](https://choosealicense.com/licenses/gpl-3.0/) | ||
|
||
|
||
## Contributing | ||
|
||
Contributions are always welcome! | ||
|
||
However, this plugin was made for those servers, any changes that will negatively impact thoses servers will be denied: | ||
|
||
- MazerCraft | ||
|
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,4 @@ | ||
#Tue Mar 08 17:03:34 CET 2022 | ||
major=0 | ||
minor=0 | ||
patch=24 | ||
patch=25 |