Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathishouis/simple-skyblock
A simple SkyBlock plugin for Spigot servers without any useless features, just the necessary.
https://github.com/mathishouis/simple-skyblock
bukkit minecraft plugin skyblock spigot
Last synced: 3 months ago
JSON representation
A simple SkyBlock plugin for Spigot servers without any useless features, just the necessary.
- Host: GitHub
- URL: https://github.com/mathishouis/simple-skyblock
- Owner: mathishouis
- License: mit
- Created: 2021-07-04T22:31:23.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-08-08T20:40:59.000Z (over 1 year ago)
- Last Synced: 2024-09-14T02:10:49.654Z (4 months ago)
- Topics: bukkit, minecraft, plugin, skyblock, spigot
- Language: Java
- Homepage:
- Size: 85.9 KB
- Stars: 15
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple SkyBlock
A simple SkyBlock plugin for Spigot servers without any useless features, just the necessary.![screenshot](https://zupimages.net/up/21/27/c38w.png)
## Version
This plugin was originally made for `Spigot 1.19` 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/kozennnn/simple-skyblock/releases/download/v0.3-ALPHA/skyrama-0.3-alpha.jar).
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 ` | Teleport to the specified player island. |
| `/is invite add ` | Invite the player to play on your island. |
| `/is invite accept ` | Accept the player invitation. |
| `/is invite deny ` | Decline the player invitation. |## Permissions
| Permissions | Description |
|---------------------------------|----------------------------------------------|
| `skyrama.command.invite` | Invite players / accept or deny invitations. |
| `skyrama.command.create` | Create an Island. |
| `skyrama.command.home` | Teleport user to his island spawn. |
| `skyrama.command.visit` | Teleport to the specified player island. |
| `skyrama.command.setspawn` | Change the island spawn to user position. |
| `skyrama.event.break` | Break Blocks on a other Island without Trust |
| `skyrama.event.place` | Place Blocks on a other Island without Trust |