I hereby claim:
- I am MarkehMe on github.
- I am markeh (https://keybase.io/markeh) on keybase.
- I have a public key whose fingerprint is 426C AF25 E19A 019E 9486 3129 5B38 8013 3F37 E507
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace Virtualizor; | |
| class Client { | |
| var $key = ''; | |
| var $pass = ''; | |
| var $ip = ''; | |
| var $port = 4083; |
| <?php | |
| namespace Virtualizor; | |
| class Admin { | |
| var $key = ''; | |
| var $pass = ''; | |
| var $ip = ''; | |
| var $port = 4085; |
| /** | |
| * This adds a command `/f example` with a required argument | |
| */ | |
| public class CmdExample extends FactionsCommand { | |
| // This is a simple Singleton method, however you can store this instance | |
| // anywhere. This just allows getting the instance with CmdExample.get() | |
| // you could for example have a CommandManager class, and store CmdExample in | |
| // there. | |
| private static CmdExample i = new CmdExample(); |
| name: Jungle | |
| loc1: gamesworld,-31,0,391 | |
| loc2: gamesworld,-102,45,312 | |
| spawnHider: gamesworld,-55,11,382 | |
| spawnSeeker: gamesworld,-54,11,385 | |
| spawnWaiting: gamesworld,-59,37,336 | |
| spawnEnd: gamesworld,-227,71,125 | |
| sign: gamesworld,-219,71,121 | |
| maxPlayers: 16 | |
| startPlayers: 2 |