Skip to content

Commit dd7a525

Browse files
committed
Citizens extension
1 parent 51d9b3f commit dd7a525

File tree

18 files changed

+110
-382
lines changed

18 files changed

+110
-382
lines changed

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>ultimate-spell-system-api</artifactId>
8-
<version>2.4.0</version>
8+
<version>2.4.1-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>fr.jamailun.paper</groupId>
1212
<artifactId>ultimate-spell-system</artifactId>
13-
<version>2.4.0</version>
13+
<version>2.4.1-SNAPSHOT</version>
1414
</parent>
1515

1616
<properties>
@@ -22,7 +22,7 @@
2222
<dependencies>
2323
<dependency>
2424
<groupId>fr.jamailun.paper</groupId>
25-
<version>2.4.0</version>
25+
<version>2.4.1-SNAPSHOT</version>
2626
<artifactId>ultimate-spell-system-dsl</artifactId>
2727
<scope>compile</scope>
2828
</dependency>

dsl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<artifactId>ultimate-spell-system-dsl</artifactId>
8-
<version>2.4.0</version>
8+
<version>2.4.1-SNAPSHOT</version>
99

1010
<parent>
1111
<groupId>fr.jamailun.paper</groupId>
1212
<artifactId>ultimate-spell-system</artifactId>
13-
<version>2.4.0</version>
13+
<version>2.4.1-SNAPSHOT</version>
1414
</parent>
1515

1616
<properties>

example-plugin/README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

example-plugin/pom.xml

Lines changed: 0 additions & 102 deletions
This file was deleted.

example-plugin/src/main/java/fr/jamailun/examples/ExamplePlugin.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

example-plugin/src/main/java/fr/jamailun/examples/commands/NpcTagCommand.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

example-plugin/src/main/java/fr/jamailun/examples/utils/DurationHelper.java

Lines changed: 0 additions & 42 deletions
This file was deleted.

example-plugin/src/main/resources/plugin.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)