Skip to content

Instantly share code, notes, and snippets.

View iGabyTM's full-sized avatar
🖥️
https://gabytm.me/

Gabriel Dumitru iGabyTM

🖥️
https://gabytm.me/
View GitHub Profile
@iGabyTM
iGabyTM / start.bat
Created December 11, 2021 12:43
Fix romanian translation .SRT files
@echo off
python translations.py
@iGabyTM
iGabyTM / HexUtil.java
Last active March 8, 2023 02:31
Hex color util for minecraft 1.16 and above
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
@iGabyTM
iGabyTM / actions.md
Created March 28, 2020 16:43
☄️ ArcaneVouchers ☄️

WORK IN PROGRESS

@iGabyTM
iGabyTM / KeyGreed_config.yml
Last active September 16, 2021 07:58
⭐[TokenEnchant] Greed Pack | Key, Money & Tokens⭐
Potions:
KeyGreed:
event_map:
BlockBreakEvent: HIGH
TEBlockExplodeEvent: HIGH # @since 1.0.2
price: 10
max: 10
occurrence: always
#
# Available options
@iGabyTM
iGabyTM / Gemstone_config.yml
Created February 24, 2020 20:36
⭐[TokenEnchant] Gemstone ⭐
Potions:
Gemstone:
event_map:
BlockBreakEvent: HIGHEST
EntityDeathEvent: HIGHEST
occurrence: random
price: 10
max: 10
alias: '&5Gemstone&d'
events:
@iGabyTM
iGabyTM / config.yml
Created December 27, 2019 10:19
⭐ [TokenEnchant] DarkHarvest | Collect your enemies soul ⭐
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]'
@iGabyTM
iGabyTM / README.MD
Last active January 8, 2021 19:40
⭐ TEUpgrades | GUI add-on for TokenEnchant ⭐

Commands & Permissions

Command Description Permission
/teu or /teupgrades Open the GUI teupgrades.access
/teu reload or /teupgrades reload Reload the plugin teupgrades.admin
@iGabyTM
iGabyTM / actions.md
Last active December 22, 2019 11:19
☄️ ArcaneTinkerer | Turn items in commands ☄️
[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
@iGabyTM
iGabyTM / 0-9.md
Last active August 7, 2019 01:10
GEFORCE NOW™ Games List
Game Free
7 Days to Die
@iGabyTM
iGabyTM / blocksvalues.yml
Last active January 3, 2019 00:42
ASD's Upgradable pickaxe plugin
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