I hereby claim:
- I am alvin0319 on github.
- I am alvin0319 (https://keybase.io/alvin0319) on keybase.
- I have a public key whose fingerprint is D604 7A3D E658 6FF4 5D8D 846C DA1A 5BD0 DC12 504E
To claim this, I am signing this object:
| <?php | |
| /** | |
| * @name SkinBugWorkaround | |
| * @author alvin0319 | |
| * @main alvin0319\SkinBugWorkaround\SkinBugWorkaround | |
| * @version 1.0.0 | |
| * @api 4.0.0 | |
| */ |
I hereby claim:
To claim this, I am signing this object:
I wrote this specifications/explanation based on PocketMine-MP, Other softwares like Nukkit can be different with PM.
It is mainly PSR-2 with a few exceptions.
else if MUST be written as elseif. (It is in PSR-2, but using a SHOULD)<?php tag.?> tag.| #!/bin/bash | |
| DIR="$(pwd)" | |
| SKIP_COMPILE="false" | |
| INS_DIR="$DIR/install_data" | |
| LOG="$DIR/install.log" | |
| if [ "$(id -u)" != "0" ]; then | |
| echo "It seems that you run this script as non-root user." | |
| echo "If you want to run this script, make sure that run this script as root. try to use this, sudo compile.sh" |