-
Notifications
You must be signed in to change notification settings - Fork 3
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
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Paradisu Plugin [![Java CI with Maven](https://github.com/SNW-MC/SuperNintendoWorldPlugin/workflows/Java%20CI%20with%20Maven/badge.svg)](https://github.com/SNW-MC/SuperNintendoWorldPlugin/actions?query=workflow%3A%22Java+CI+with+Maven%22) [![GitHub release](https://img.shields.io/github/release/SNW-MC/SuperNintendoWorldPlugin.svg)](https://GitHub.com/SNW-MC/SuperNintendoWorldPlugin/releases/) [![Discord](https://img.shields.io/discord/591914197219016707.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/gQcu2XYd2K) | ||
|
||
The official plugin for the Paradisu server. The plugin aims to provide many essential Minecraft server utilities, as well as features specific to the Paradisu project. For more information about the Paradisu project, feel free to join the [Discord](https://discord.gg/gQcu2XYd2K) | ||
|
||
The plugin is currently in early development and is not recommended for use on custom servers. Furthermore, the plugin is heavily customized for use on Paradisu, so extensive modifications would likely be required for use elsewhere. | ||
|
||
### Downloading Latest Release | ||
A jar packaged version of the latest release can be downloaded from the latest passing action on the [Releases Page](https://github.com/SNW-MC/SuperNintendoWorldPlugin/releases/latest). | ||
|
||
### Compiling | ||
``` | ||
git clone https://github.com/SNW-MC/SuperNintendoWorldPlugin | ||
cd SuperNintendoWorldPlugin | ||
mvn clean package | ||
``` | ||
### Features | ||
* Spawn, warp, and teleportation system | ||
* Fly mode for non-creative players | ||
* Lists and obtain available custom models | ||
* Gamemode management system | ||
* Inventory management system | ||
* Limited item NBT editing | ||
* Obtain player skulls | ||
|
||
Contributions are welcomed & appreciated! |