Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
A248 committed Feb 16, 2022
1 parent 1fa5cf9 commit 6f66e60
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bans-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ ReactionStage<List<Punishment>> getSpecificPunishments(SelectionOrder selection)
private PunishmentFields getPunishmentFieldsToUse(SelectionOrder selection) {
if (selection.selectActiveOnly()) {
if (selection.getTypes().isSimpleEquality()) {
return new TableForType(selection.getTypes().acceptedValues().iterator().next()).simpleView();
PunishmentType type = selection.getTypes().acceptedValues().iterator().next();
return new TableForType(type).simpleView();
} else {
return new SimpleViewFields<>(SimpleActive.SIMPLE_ACTIVE);
}
Expand Down
5 changes: 5 additions & 0 deletions bans-core/src/main/resources/contributors
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,29 @@ Simon (KoxSosen)

4drian3d
ahdg6
BeastyBoo
BlueTree242
D3adhkwen
Fabian Adrian
FranMC23
Gamer153
gepron1x
IceWaffles
zendrique

AGI
Boy0000
BumbleTree
copyandexecute
Dejay
Deactivation
Folas1337
Franciscoyt94
hawkfalcon
LaurenceBarnes
Michael Sykes
ox
pwnker
SleepingTea
tommasobenatti
VanironCZ
2 changes: 1 addition & 1 deletion bans-distribution/distributable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-distribution</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-distributable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-distribution/download/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-distribution</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-download</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-distribution/executable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-distribution</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-executable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-env-bungee</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/bungeeplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-env-bungeeplugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-env</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-env-spigot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/spigotplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-env-spigotplugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-env-velocity</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bans-env/velocityplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>space.arim.libertybans</groupId>
<artifactId>bans-env</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>bans-env-velocityplugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>space.arim.libertybans</groupId>
<artifactId>bans-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<name>LibertyBans</name>
Expand Down Expand Up @@ -50,7 +50,7 @@
<morepaperlib.version>0.3.2</morepaperlib.version>

<!-- Internal hash -->
<self-implementation.hash>1cf1d8d75e9f91f51a1a280a97849f0f64001e63d620e2e8df119bed47d4a75873e1511e662404c5b30bca4bba31e35e7b747fa4065784c79d780bc09f115ff1</self-implementation.hash>
<self-implementation.hash>6819733b2654bb2f01ececfc93c6fdfaf37d104820d225b56dcae7a2581d50f3aa2c716b550786deed1597ba38af70772f17d99d1292207e20424814a917173a</self-implementation.hash>

<!-- Plugin variables -->
<plugin.name>LibertyBans</plugin.name>
Expand Down

0 comments on commit 6f66e60

Please sign in to comment.