-
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.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 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,6 +1,18 @@ | ||
# SuperPiston | ||
Allows to modify vanilla pistons. | ||
|
||
SuperPiston is a Minecraft plugin that enables customization of piston behavior. | ||
|
||
![alt text](https://files.smoofyuniverse.net/images/superpiston_screenshot.png) | ||
|
||
* Ore page: https://ore.spongepowered.org/Yeregorix/SuperPiston | ||
## Server owners | ||
|
||
Compiled artifacts and additional information can be found on Ore: https://ore.spongepowered.org/Yeregorix/SuperPiston. | ||
|
||
## Developers | ||
|
||
SuperPiston requires Java 8 and Gradle 7 to build. | ||
|
||
Tasks: | ||
|
||
- `shadowJar` constructs a jar that includes all its dependencies. | ||
- `setupVanillaServer` setups a vanilla server in directory `run/vanilla`. |