-
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
1 parent
3c0b9d5
commit 3a3e2ba
Showing
1 changed file
with
30 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,30 @@ | ||
|
||
# Simple SkyBlock | ||
A simple SkyBlock plugin for Spigot servers without any useless features, just the necessary. | ||
|
||
 | ||
|
||
## Version | ||
|
||
This plugin was originally made for `Spigot 1.17` but you can totally edit it to use it with others Minecraft versions. | ||
|
||
## Installation | ||
|
||
1. Compile the project or download [this JAR file](https://github.com/). | ||
2. Place the plugin into your server plugin's directory. | ||
3. Restart your server or reload it with the command `/reload`. | ||
4. You can now configure the plugin in the `config.yml` file. | ||
|
||
## Commands | ||
|
||
| Command | Description | | ||
| ------------- |-------------| | ||
| `/is` or `/island` | Show the help menu with all the commands. | | ||
| `/is create` | Create an island. | | ||
| `/is home` | Teleport user to his island spawn. | | ||
| `/is setspawn` | Change the island spawn to user position. | | ||
| `/is visit <Player Name>` | Teleport to the specified player island. | ||
|
||
## Permissions | ||
|
||
Comming soon |