Skip to content

Commit

Permalink
Updated plugin version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aquerr committed Jun 2, 2019
1 parent 4a66e17 commit 26f6120
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Eagle Factions

Current version: 0.11.2
Current version: 0.12.0

## General
Eagle Faction is a factions/war plugin for SpongeForge. You can simply create factions and claim territories by using "power". Yes! Power! Just like in the original factions plugin made for Bukkit (and Spigot).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pluginGroup=io.github.aquerr.eaglefactions
pluginId=eaglefactions
pluginVersion=1.12.2-v0.11.2
pluginVersion=1.12.2-v0.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public final class PluginInfo
{
public static final String ID = "eaglefactions";
public static final String NAME = "Eagle Factions";
public static final String VERSION = "0.11.2";
public static final String VERSION = "0.12.0";
public static final String DESCRIPTION = "A factions plugin that will make managing your battle-server easier. :)";
public static final Text PLUGIN_PREFIX = Text.of(TextColors.AQUA, "[EF] ");
public static final Text ERROR_PREFIX = Text.of(TextColors.DARK_RED, "[EF] ");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ else if(!super.getPlugin().getProtectionManager().canExplode(location))
@Listener(order = Order.FIRST, beforeModifications = true)
public void onExplosionPost(ExplosionEvent.Post event)
{
final World world = event.getExplosion().getWorld();
User user = null;
final Cause cause = event.getCause();
final EventContext context = event.getContext();
Expand Down

0 comments on commit 26f6120

Please sign in to comment.