Skip to content

Commit

Permalink
redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Apr 15, 2024
1 parent a940e59 commit 8327f89
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ java {
}

group = "com.github.angeschossen"
version = "1.0.20"
version = "1.0.22"
description = "PluginFrameworkAPI"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.github.angeschossen.pluginframework.api.blockutil;

import org.bukkit.World;
import org.jetbrains.annotations.NotNull;

public interface ChunkCoordinate {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import com.github.angeschossen.pluginframework.api.handler.APIHandler;
import com.google.gson.JsonObject;
import jdk.tools.jlink.internal.Jlink;
import org.bukkit.Bukkit;
import org.bukkit.Location;
import org.bukkit.World;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.github.angeschossen.pluginframework.api.holder;

import org.jetbrains.annotations.NotNull;

import java.util.concurrent.CompletableFuture;

public interface ChangeSaveable extends Changeable{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import com.github.angeschossen.pluginframework.api.trusted.RoleHolder;
import org.jetbrains.annotations.NotNull;

import java.util.UUID;

public interface Group extends RoleHolder {
/**
* Check if the group is the default group.
Expand Down

0 comments on commit 8327f89

Please sign in to comment.