Skip to content

Instantly share code, notes, and snippets.

View markhughes's full-sized avatar
#️⃣
writing useless comments in my code

Mark Hughes markhughes

#️⃣
writing useless comments in my code
View GitHub Profile

Keybase proof

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:

@markhughes
markhughes / virtualizor-client.php
Created November 28, 2016 06:06
Virtualizor client SDK with namespace
<?php
namespace Virtualizor;
class Client {
var $key = '';
var $pass = '';
var $ip = '';
var $port = 4083;
@markhughes
markhughes / virtualizor-admin.php
Last active November 28, 2016 06:24
Virtualizor admin SDK with namespace
<?php
namespace Virtualizor;
class Admin {
var $key = '';
var $pass = '';
var $ip = '';
var $port = 4085;
@markhughes
markhughes / CmdExample.java
Created July 10, 2016 03:42
FactionsFramework command example
/**
* 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