Skip to content

Commit 5be0d36

Browse files
committed
added limitations
1 parent e3b59ce commit 5be0d36

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "com.github.angeschossen"
2-
version = "1.1.8"
2+
version = "1.1.9"
33
description = "PluginFrameworkAPI"
44

55
plugins {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.github.angeschossen.pluginframework.api.player.limits;
2+
3+
import org.jetbrains.annotations.NotNull;
4+
5+
public interface PlayerLimit {
6+
7+
@NotNull String getId();
8+
}

0 commit comments

Comments
 (0)