Skip to content

Commit

Permalink
Merge branch 'master' into grief-prevention
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksilassila committed Feb 17, 2021
2 parents 005a578 + 4ea217a commit 980602f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ that can be reset often without losing players' progress.
This plugin is designed to function as your server's core plugin:
For example it handles protection, homes, teleports / warps and has economy integration with handy GUIs for performing tasks.

If you want to experience the plugin in game, you can hop on blucraft.mc.gg! (1.16.3)
If you want to experience the plugin in game and have an awesome gaming experience, you can hop on crackcraftsmp.apexmc.co! (1.16.4)

## Features
"Okay cool, islands. What's the point?" Here are some problems that this plugin solves.
Expand Down
1 change: 0 additions & 1 deletion src/me/aleksilassila/islands/Listeners.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package me.aleksilassila.islands;

import me.aleksilassila.islands.utils.ChatUtils;
import me.ryanhamshire.GriefPrevention.events.ClaimDeletedEvent;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.World;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
import me.aleksilassila.islands.commands.AbstractIslandsWorldSubcommand;
import me.aleksilassila.islands.utils.Messages;
import me.aleksilassila.islands.utils.Permissions;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.entity.Player;

import java.util.Optional;
import java.util.UUID;

public class InfoSubcommand extends AbstractIslandsWorldSubcommand {
@Override
protected void runCommand(Player player, String[] args, boolean confirmed, IslandsConfig.Entry island) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import me.aleksilassila.islands.utils.Messages;
import me.aleksilassila.islands.utils.Permissions;
import me.aleksilassila.islands.utils.Utils;
import org.bukkit.Location;
import org.bukkit.OfflinePlayer;
import org.bukkit.entity.Player;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import java.io.IOException;
import java.util.Collections;
import java.util.List;
import java.util.Optional;

public class SaveSubcommand extends AbstractIslandsWorldSubcommand {
private final String SAVE_DIRECTORY = "plugins/Islands/saves/";
Expand Down

0 comments on commit 980602f

Please sign in to comment.