Skip to content

Commit

Permalink
Changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jul 27, 2016
1 parent abcbb68 commit 2bf56fc
Show file tree
Hide file tree
Showing 9 changed files with 816 additions and 549 deletions.
58 changes: 58 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,61 @@ general:
# plugin config has been updated. If a new config is detected, it will be
# auto-saved to config.new.yml.
version: ${version}

world:
blocks:
STONE: 120
GRASS: 80
DIRT: 20
STATIONARY_WATER: 10
STATIONARY_LAVA: 5
SAND: 20
GRAVEL: 10
GOLD_ORE: 10
IRON_ORE: 20
COAL: 40
LOG: 100
LEAVES: 40
GLASS: 1
LAPIS_ORE: 5
SANDSTONE: 10
PISTON_STICKY_BASE: 1
WEB: 10
DEAD_BUSH: 3
PISTON_BASE: 1
WOOL: 25
YELLOW_FLOWER: 2
BROWN_MUSHROOM: 2
RED_MUSHROOM: 2
TNT: 2
BOOKSHELF: 3
MOSSY_COBBLESTONE: 5
OBSIDIAN: 5
MOB_SPAWNER: 2
CHEST: 1
ENDER_CHEST: 1
DIAMOND_ORE: 1
REDSTONE_ORE: 8
ICE: 4
SNOW_BLOCK: 8
CACTUS: 2
CLAY: 20
SUGAR_CANE: 15
PUMPKIN: 5
MELON: 5
MYCEL: 15
netherblocks:
# Beware with glowstone and lava - the lighting calcs will lag the
# server badly if there are too many blocks.
STATIONARY_LAVA: 5
GRAVEL: 30
MOB_SPAWNER: 2
CHEST: 1
NETHERRACK: 300
SOUL_SAND: 100
GLOWSTONE: 1
NETHER_BRICK: 30
NETHER_FENCE: 10
NETHER_BRICK_STAIRS: 15
NETHER_WARTS: 30
QUARTZ_ORE: 15
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.8-R0.1-SNAPSHOT</version>
<version>1.10-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>
Expand Down
3 changes: 3 additions & 0 deletions src/com/wasteofplastic/askygrid/Locale.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ public class Locale {
public String challengesguiTitle;
public String helpColor;
public String adminHelpinfoIsland;
public String islandSubTitleColor = "blue";
public String islandTitleColor = "red";
public String islandDonateColor = "gold";

/**
* Creates a locale object full of localized strings for a language
Expand Down
Loading

0 comments on commit 2bf56fc

Please sign in to comment.