diff --git a/bans-api/pom.xml b/bans-api/pom.xml index 6ceca8bf6..f8d74b9a7 100644 --- a/bans-api/pom.xml +++ b/bans-api/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 1.0.1-SNAPSHOT + 1.0.1 bans-api diff --git a/bans-bootstrap/pom.xml b/bans-bootstrap/pom.xml index b95f89eb6..c6533e434 100644 --- a/bans-bootstrap/pom.xml +++ b/bans-bootstrap/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 1.0.1-SNAPSHOT + 1.0.1 bans-bootstrap diff --git a/bans-core/pom.xml b/bans-core/pom.xml index 2d5d0ee51..100de9516 100644 --- a/bans-core/pom.xml +++ b/bans-core/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 1.0.1-SNAPSHOT + 1.0.1 bans-core diff --git a/bans-core/src/main/java/space/arim/libertybans/core/selector/SelectionImpl.java b/bans-core/src/main/java/space/arim/libertybans/core/selector/SelectionImpl.java index a223aecdc..51618d340 100644 --- a/bans-core/src/main/java/space/arim/libertybans/core/selector/SelectionImpl.java +++ b/bans-core/src/main/java/space/arim/libertybans/core/selector/SelectionImpl.java @@ -261,7 +261,8 @@ ReactionStage> 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); } diff --git a/bans-core/src/main/resources/contributors b/bans-core/src/main/resources/contributors index 9f93fc5f2..772e4ff1f 100644 --- a/bans-core/src/main/resources/contributors +++ b/bans-core/src/main/resources/contributors @@ -3,6 +3,7 @@ Simon (KoxSosen) 4drian3d ahdg6 +BeastyBoo BlueTree242 D3adhkwen Fabian Adrian @@ -10,17 +11,21 @@ FranMC23 Gamer153 gepron1x IceWaffles +zendrique AGI +Boy0000 BumbleTree copyandexecute Dejay Deactivation Folas1337 +Franciscoyt94 hawkfalcon LaurenceBarnes Michael Sykes ox +pwnker SleepingTea tommasobenatti VanironCZ diff --git a/bans-distribution/distributable/pom.xml b/bans-distribution/distributable/pom.xml index b27b74068..450b4b3bf 100644 --- a/bans-distribution/distributable/pom.xml +++ b/bans-distribution/distributable/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-distribution - 1.0.1-SNAPSHOT + 1.0.1 bans-distributable diff --git a/bans-distribution/download/pom.xml b/bans-distribution/download/pom.xml index eaa1d9662..8ab04aebe 100644 --- a/bans-distribution/download/pom.xml +++ b/bans-distribution/download/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-distribution - 1.0.1-SNAPSHOT + 1.0.1 bans-download diff --git a/bans-distribution/executable/pom.xml b/bans-distribution/executable/pom.xml index aadc53c61..da5b7a8e0 100644 --- a/bans-distribution/executable/pom.xml +++ b/bans-distribution/executable/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-distribution - 1.0.1-SNAPSHOT + 1.0.1 bans-executable diff --git a/bans-distribution/pom.xml b/bans-distribution/pom.xml index 71eb88978..587a828c2 100644 --- a/bans-distribution/pom.xml +++ b/bans-distribution/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 1.0.1-SNAPSHOT + 1.0.1 bans-distribution diff --git a/bans-env/bungee/pom.xml b/bans-env/bungee/pom.xml index 4fd6f091e..377ab9df7 100644 --- a/bans-env/bungee/pom.xml +++ b/bans-env/bungee/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 1.0.1-SNAPSHOT + 1.0.1 bans-env-bungee diff --git a/bans-env/bungeeplugin/pom.xml b/bans-env/bungeeplugin/pom.xml index a58ebad97..cf50c9a35 100644 --- a/bans-env/bungeeplugin/pom.xml +++ b/bans-env/bungeeplugin/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 1.0.1-SNAPSHOT + 1.0.1 bans-env-bungeeplugin diff --git a/bans-env/pom.xml b/bans-env/pom.xml index c3aa9712c..f7039ba09 100644 --- a/bans-env/pom.xml +++ b/bans-env/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-parent - 1.0.1-SNAPSHOT + 1.0.1 bans-env diff --git a/bans-env/spigot/pom.xml b/bans-env/spigot/pom.xml index b811c5059..ad9a68285 100644 --- a/bans-env/spigot/pom.xml +++ b/bans-env/spigot/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 1.0.1-SNAPSHOT + 1.0.1 bans-env-spigot diff --git a/bans-env/spigotplugin/pom.xml b/bans-env/spigotplugin/pom.xml index 8a1120228..205fcd70f 100644 --- a/bans-env/spigotplugin/pom.xml +++ b/bans-env/spigotplugin/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 1.0.1-SNAPSHOT + 1.0.1 bans-env-spigotplugin diff --git a/bans-env/velocity/pom.xml b/bans-env/velocity/pom.xml index 1e1c7badc..9bf3af2f8 100644 --- a/bans-env/velocity/pom.xml +++ b/bans-env/velocity/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 1.0.1-SNAPSHOT + 1.0.1 bans-env-velocity diff --git a/bans-env/velocityplugin/pom.xml b/bans-env/velocityplugin/pom.xml index 0290743a8..a7d1b7f44 100644 --- a/bans-env/velocityplugin/pom.xml +++ b/bans-env/velocityplugin/pom.xml @@ -6,7 +6,7 @@ space.arim.libertybans bans-env - 1.0.1-SNAPSHOT + 1.0.1 bans-env-velocityplugin diff --git a/pom.xml b/pom.xml index a0c2b50b6..ec374ec31 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ space.arim.libertybans bans-parent - 1.0.1-SNAPSHOT + 1.0.1 pom LibertyBans @@ -50,7 +50,7 @@ 0.3.2 - 1cf1d8d75e9f91f51a1a280a97849f0f64001e63d620e2e8df119bed47d4a75873e1511e662404c5b30bca4bba31e35e7b747fa4065784c79d780bc09f115ff1 + 6819733b2654bb2f01ececfc93c6fdfaf37d104820d225b56dcae7a2581d50f3aa2c716b550786deed1597ba38af70772f17d99d1292207e20424814a917173a LibertyBans