For example, you want to set 40% alpha transparence to #000000
(black color), you need to add 66
like this #66000000
.
This file contains 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
<?php | |
/* | |
* Minecraft Color Parser for PHP | |
* Copyright (c) 2013, Minecrell | |
* MIT License: http://opensource.org/licenses/MIT | |
*/ | |
function parseMinecraftColors($string) { | |
$string = utf8_decode(htmlspecialchars($string, ENT_QUOTES, "UTF-8")); | |
$string = preg_replace('/\xA7([0-9a-f])/i', '<span class="mc-color mc-$1">', $string, -1, $count) . str_repeat("</span>", $count); |
This file contains 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
var month= ["January","February","March","April","May","June","July", | |
"August","September","October","November","December"]; | |
var month = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul","Aug", "Sep", "Oct", "Nov", "Dec"]; | |
//used with date.getMonth() |
If you want to download an older version ive heard 205.15 works well, i reccomend ApkMirror
- Follow the instructions from https://github.com/vendetta-mod/Vendetta
- After the client is installed, navigate to Settings > Plugins, then click the +, and finally paste
https://vd-plugins.github.io/proxy/maisymoe.github.io/strife/Experiments
into the input and clickInstall
- Once the experiments plugin is enabled, reload the app then go to Settings > Experiments >
Tabs V2 - redesign opt-out/in for all
and selectControl Bucket
.
Ive also heard enmity works well for IOS.