Skip to content

Commit

Permalink
redis msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Oct 28, 2024
1 parent 14fd1db commit d1db3a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ java {
}

group = "com.github.angeschossen"
version = "1.0.30"
version = "1.0.31"
description = "PluginFrameworkAPI"
java.sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@

public interface PlayerData {

Object sendMessage(String msg, String[] p, String[] v);

@NotNull
Messages getMessages();

Object sendMessage(String message, @Nullable String[] p, @Nullable String[] v, int in, int stay, int out,
boolean checkLastMsg);

UUID getUUID();

GUIConfiguration getGUILocale();
Expand Down

0 comments on commit d1db3a6

Please sign in to comment.