Skip to content

Commit

Permalink
Version FC-0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Aug 11, 2018
1 parent 9c240fb commit 406441f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Maven dependency:
<dependency>
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>FC-0.9</version>
<version>FC-0.92</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
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>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>FC-0.9</version>
<version>FC-0.92</version>

<name>BentoBox</name>
<description>BentoBox is an expandable Minecraft Spigot plugin for island-type games like ASkyBlock or AcidIsland.</description>
Expand Down
12 changes: 7 additions & 5 deletions src/main/resources/locales/en-US.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ meta:
- tastybento
- Poslovitch
banner: "WHITE_BANNER:1:STRIPE_SMALL:RED:SQUARE_TOP_RIGHT:CYAN:SQUARE_TOP_RIGHT:BLUE"
version: "FC-0.81"
version: "FC-0.92"

general:
success: "&aSuccess!"
Expand Down Expand Up @@ -170,14 +170,16 @@ commands:
look-at-a-block: "&cLook at block within 20 blocks to set"
world:
description: "Manage world settings"
delete:
parameters: ""
description: "deletes a player's island"
cannot-delete-team-leader: "&cAll island members have to be kicked from the island before deleting it."
deleted-island: "&aIsland at &e[xyz] &ahas been successfully deleted."
bentobox:
parameters: ""
description: "BentoBox admin command"
about:
parameters: ""
description: "display copyright and license info"
info:
parameters: ""
version:
description: "display info"
loaded-addons: "Loaded Add-Ons"
loaded-game-worlds: "Loaded Game Worlds"
Expand Down

0 comments on commit 406441f

Please sign in to comment.