WORK IN PROGRESS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| python translations.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import net.md_5.bungee.api.ChatColor; | |
| import org.apache.commons.lang.StringUtils; | |
| import java.util.regex.Matcher; | |
| import java.util.regex.Pattern; | |
| public class HexUtil { | |
| private static final Pattern PATTERN = Pattern.compile( | |
| "<(#[a-f0-9]{6}|aqua|black|blue|dark_(aqua|blue|gray|green|purple|red)|gray|gold|green|light_purple|red|white|yellow)>", | |
| Pattern.CASE_INSENSITIVE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Potions: | |
| KeyGreed: | |
| event_map: | |
| BlockBreakEvent: HIGH | |
| TEBlockExplodeEvent: HIGH # @since 1.0.2 | |
| price: 10 | |
| max: 10 | |
| occurrence: always | |
| # | |
| # Available options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Potions: | |
| Gemstone: | |
| event_map: | |
| BlockBreakEvent: HIGHEST | |
| EntityDeathEvent: HIGHEST | |
| occurrence: random | |
| price: 10 | |
| max: 10 | |
| alias: '&5Gemstone&d' | |
| events: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Potions: | |
| DarkHarvest: | |
| event_map: | |
| EntityDeathEvent: 'HIGHEST' | |
| EntityDamageByEntityEvent: 'HIGHEST' | |
| price: 10 | |
| max: 10 | |
| # | |
| # If enabled, players can check their DarkHarvest stats using using '/te [darkharvest / alias]' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [sounds]: https://gist.github.com/Andre601/1ab3b4fabd0010ae241156333491c379 | |
| [tokenenchant]: https://www.spigotmc.org/resources/2287/ | |
| [vault]: https://dev.bukkit.org/projects/vault | |
| [1.1]: https://img.shields.io/badge/Version-1.1+-brightgreen.svg | |
| [1.2]: https://img.shields.io/badge/Version-1.2+-brightgreen.svg | |
| [1.3]: https://img.shields.io/badge/Version-1.3+-brightgreen.svg | |
| [1.4]: https://img.shields.io/badge/Version-1.4+-brightgreen.svg | |
| [1.5]: https://img.shields.io/badge/Version-1.5+-brightgreen.svg |
| Game | Free |
|---|---|
| 7 Days to Die | ❌ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blacklist: # the blocks listed here will give 0 xp | |
| - COBBLESTONE | |
| values: | |
| - STONE: 10 | |
| - STONE;1: 10 # if the item meta isn't specified, then the other blocks will have the same value | |
| - DIRT: 1 | |
| - COAL_ORE: 20 | |
| - IRON_ORE: 25 | |
| - GOLD_ORE: 30 | |
| - _OTHER_: 1 # this value is used for the other blocks that 't specified here |
NewerOlder