Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
SpraxDev committed Mar 27, 2024
2 parents 2b3d640 + c951cf9 commit 89b208c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--suppress HtmlDeprecatedAttribute -->
<div align="center">
<img src="https://craftaro.com/images/products/316/icons/iVa2K5aURiwKfwYkNZUkJ7UH0SGkHwz3JnBGVeBX.png" width="128px">
<img src="docs/Logo.png" width="128px">

# FabledSkyBlock
**Bring your server’s SkyBlock experience to the next level with the ability to fine-tune island settings, create custom islands, view leaderboards, and much more.**
Expand All @@ -9,13 +9,13 @@
[![Discord][Discord shield]][Discord invite]
[![Patreon][Patreon shield]][Patreon page]
<br>
[![Latest version][Latest version shield]][Marketplace page]
[![Latest version][Latest version shield]][Plugin page]
[![bStats Servers][bStats shield]][bStats page]
</div>


## Download (Marketplace)
You can visit [our marketplace][Marketplace page] to download FabledSkyBlock as well as take a
You can visit [our marketplace][Plugin page] to download FabledSkyBlock as well as take a
look at many other fantastic plugins which are sure to catch your eye.

## Documentation
Expand All @@ -33,13 +33,13 @@ For suggestions about features you think should be added to the plugin to increa
create a thread over on [our Discord server][Discord invite].


[Marketplace page]: https://craftaro.com/marketplace/product/17
[Plugin page]: https://songoda.com/product/13
[Plugin wiki]: https://wiki.craftaro.com/index.php/Fabled_Skyblock
[Patreon page]: https://www.patreon.com/join/songoda
[Discord invite]: https://discord.gg/craftaro
[Discord invite]: https://discord.gg/7TXM8xr2Ng
[bStats page]: https://bstats.org/plugin/bukkit/FabledSkyBlock/4544

[Patreon shield]: https://img.shields.io/badge/-Support_us_on_Patreon-F96854.svg?logo=patreon&style=flat&logoColor=white
[Discord shield]: https://img.shields.io/discord/293212540723396608?color=5865F2&label=Discord&logo=discord&logoColor=5865F2
[Discord shield]: https://img.shields.io/discord/1214289374506917889?color=5865F2&label=Discord&logo=discord&logoColor=5865F2
[bStats shield]: https://img.shields.io/bstats/servers/4544?label=Servers
[Latest version shield]: https://img.shields.io/badge/dynamic/xml?style=flat&color=blue&logo=github&logoColor=white&label=Latest&url=https%3A%2F%2Fraw.githubusercontent.com%2Fcraftaro%2FFabledSkyBlock%2Fmaster%2Fpom.xml&query=%2F*%5Blocal-name()%3D'project'%5D%2F*%5Blocal-name()%3D'version'%5D
Binary file added docs/Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void onCommandByPlayer(Player player, String[] args) {
|| (island.hasRole(IslandRole.OPERATOR, player.getUniqueId())
&& permissionManager.hasPermission(island, "CoopPlayers", IslandRole.OPERATOR))) {
if (args.length == 1 || args.length == 2) {
Player targetPlayer = Bukkit.getServer().getPlayer(args[0]);
Player targetPlayer = Bukkit.getServer().getPlayerExact(args[0]);

UUID targetPlayerUUID;
String targetPlayerName;
Expand Down

0 comments on commit 89b208c

Please sign in to comment.