diff --git a/README.md b/README.md
index 4c3a2ca2..9ed8632a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-
+
# 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.**
@@ -9,13 +9,13 @@
[![Discord][Discord shield]][Discord invite]
[![Patreon][Patreon shield]][Patreon page]
-[![Latest version][Latest version shield]][Marketplace page]
+[![Latest version][Latest version shield]][Plugin page]
[![bStats Servers][bStats shield]][bStats page]
## 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
@@ -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
diff --git a/docs/Logo.png b/docs/Logo.png
new file mode 100644
index 00000000..ed4c9e56
Binary files /dev/null and b/docs/Logo.png differ
diff --git a/src/main/java/com/craftaro/skyblock/command/commands/island/CoopCommand.java b/src/main/java/com/craftaro/skyblock/command/commands/island/CoopCommand.java
index bdcec6e4..a0cf1a9b 100644
--- a/src/main/java/com/craftaro/skyblock/command/commands/island/CoopCommand.java
+++ b/src/main/java/com/craftaro/skyblock/command/commands/island/CoopCommand.java
@@ -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;