Skip to content

Commit 8ec2ee5

Browse files
authored
enhanced readme by teleportation hint
1 parent f058740 commit 8ec2ee5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,26 @@ Minimalist SkyBlock plugin for Spigot-based Minecraft servers
88
2. Place the file in your server's plugins directory (using `/reload` is not recommendable).
99
3. If your server is running, shut it down.
1010
4. Launch your server as usual (or just use `/restart`).
11+
5. Ensure you have a way of teleportation in order to get back the other worlds, as this plugin currently only teleports inwards, not outwards. Installing [*EssentialsX Spawn*](https://dev.bukkit.org/projects/essentialsx) (not the whole suite, just *Spawn*) is a good approach as it provides you with the command `/spawn` which will take care of leaving SkyBlock at any time.
1112

1213
## Usage
13-
Enter `/skyblock` or just `/sb` to start playing SkyBlock and `/spawn` (an additional plugin is required for this).
14-
In case you ever mess up, you can reset your island by entering `/skyblock reset` or just `/sb reset` and the SkyBlock island will be recreated.
14+
Enter `/skyblock` or just `/sb` to start playing SkyBlock and `/spawn` or any other teleportation command to leave the Skyblock world (an additional plugin is required for this).
15+
In case you ever mess up, you can reset your island by entering `/skyblock reset` or just `/sb reset` and the SkyBlock island will be recreated.
16+
**Caution:** Teleporting to your island will clear your inventory, so place any important items in a chest first. The purpose of doing that is to prevent any unwanted items from appearing in SkyBlock which would cause unfair advantages.
1517

1618
## Compatibility
1719
The plugin is intended to run on Spigot 1.13.2 or higher.
1820

21+
## Permissions
22+
No permissions exist so far as the plugin is designed to require no management at all. Classic Plug&Play.
23+
24+
## Performance
25+
It's intended to run this plugin on small(low amount of players) community servers for the purpose of quickly adding skyblock gameplay to the server. There's not much done to improve the performance config-wise, BUT all islands are created in the same world (allowing players to interfere with each other) which performs wayyy better than individual worlds.
26+
1927
## Features
2028
### Random positioning
2129
![](https://github.com/gekkedev/skyblock/blob/master/img/1.png)
30+
Islands will spawn at random places with a minimum distance. The algorithm is relatively simple so it will likely expand diagonally with a light spread, depending on the number of existing islands.
2231

2332
### Resources
2433
![](https://github.com/gekkedev/skyblock/blob/master/img/2.png)

0 commit comments

Comments
 (0)