Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Commit

Permalink
Removed Halloween theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed Nov 19, 2018
1 parent b4b03c6 commit 0c184b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions main/java/io/github/thatsmusic99/headsplus/MenuThemes.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ public enum MenuThemes {
OCEAN("GREEN", "AQUA", "WHITE", "GREEN"),
BEEHIVE("GRAY", "GOLD", "GOLD", "GRAY"),
NETHER("DARK_RED", "GOLD", "RED", "DARK_RED"),
SAPPHIRE("DARK_BLUE", "BLUE", "DARK_AQUA", "DARK_BLUE"),
HALLOWEEN("BLACK", "GOLD", "DARK_GRAY", "GRAY");
SAPPHIRE("DARK_BLUE", "BLUE", "DARK_AQUA", "DARK_BLUE");

public final String c1;
public final String c2;
Expand Down
2 changes: 1 addition & 1 deletion main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
main: io.github.thatsmusic99.headsplus.HeadsPlus
name: HeadsPlus
version: 5.2.4
version: 5.2.5-SNAPSHOT
api-version: 1.13
description: Spawns in heads with extra features.
author: Thatsmusic99
Expand Down

0 comments on commit 0c184b8

Please sign in to comment.