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 com.google.gson.Gson; | |
import com.google.gson.JsonObject; | |
import java.util.ArrayList; |
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
[ | |
"Балларат", | |
"Бендиго", | |
"Варрнамбул", | |
"Водонга", | |
"Гилонг", | |
"Мелтон", | |
"Мельбурн", | |
"Милдура", | |
"Траралгон", |
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
<?php | |
/** | |
* Created by PhpStorm. | |
* User: Исрапил | |
* Date: 09.12.2018 | |
* Time: 17:57 | |
*/ | |
namespace bot\utils; |
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
<? | |
public const WHITE = 0; | |
public const WHITE_WHITE = 256; | |
public const WHITE_WHITE_FIELD = 512; | |
public const WHITE_WHITE_DOTS = 768; | |
public const WHITE_BLACK_DOTS = 1024; | |
public const CREAMY = 1; | |
public const CREAMY_WHITE = 257; | |
public const CREAMY_WHITE_FIELD = 513; |
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
<?php | |
/** | |
* | |
* ____ _ _ ____ ____ _ __ __ ____ | |
* | _ \| | | | _ \ / ___| / \ | \/ | _ \ | |
* | |_) | |_| | |_) | \___ \ / _ \ _____| |\/| | |_) | | |
* | __/| _ | __/ ___) / ___ \_____| | | | __/ | |
* |_| |_| |_|_| |____/_/ \_\ |_| |_|_| | |
* | |
* This project is not affiliated with SA-MP team nor RakNet. |
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
<?php | |
namespace xISRAPILx\listener; | |
use pocketmine\event\Listener; | |
use pocketmine\event\player\PlayerJoinEvent; | |
use xISRAPILx\SkinMain; | |
class SkinListener implements Listener{ |