Skip to content

Commit

Permalink
Fixed #1 (for real)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauryCarrade committed Nov 17, 2020
1 parent 6a89070 commit 19b11ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.zcraft</groupId>
<artifactId>MultipleInventories</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>

<packaging>jar</packaging>

Expand Down
3 changes: 2 additions & 1 deletion src/main/java/fr/zcraft/MultipleInventories/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

public class Config extends Configuration
{
static public final ConfigurationItem<Locale> LOCALE = item("locale", null);
static public final ConfigurationItem<Locale> LOCALE = item("locale", Locale.class);
static public final ConfigurationItem<Boolean> PER_GAMEMODE_INVENTORIES = item("per-gamemode-inventories", true);
static public final ConfigurationMap<String, List> WORLD_GROUPS = map("world-groups", String.class, List.class);
}

2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MultipleInventories
version: 1.4.0
version: 1.4.1
main: fr.zcraft.MultipleInventories.MultipleInventories
api-version: "1.13"

Expand Down

0 comments on commit 19b11ef

Please sign in to comment.