give sho stick 1 {display:{Name:"§r§6§lNormal stick"}}
give sho gold_sword 1 {ench:[{id:9s,lvl:2s}]}
#If FactionsPro is installed.. | |
$this->factionspro = $this->getServer()->getPluginManager()->getPlugin("FactionsPro"); | |
#Get Faction Name | |
$this->factionspro->getPlayerFaction($player->getName()), | |
#Get Faction Player Rank | |
if($this->factionspro->getSession($player)->isOfficer()){ | |
return ' '; | |
} |
[config] | |
name = PocketMine-MP [PHP7] | |
source = https://jenkins.pmmp.io/job/PocketMine-MP/lastSuccessfulBuild/artifact/PocketMine-MP.phar | |
configSource = http://cdn.pocketmine.net/multicraft/pocketmine.phar.conf | |
[start] | |
command = "{JAR_DIR}/pocketmine/bin/php7/bin/php" "{JAR_DIR}/PocketMine-MP.phar" "{JAR}" --memory-limit={MAX_MEMORY}M --disable-ansi --data="{SERVER_DIR}"/PocketMine --plugins="{SERVER_DIR}/plugins"/PocketMine --level-name="{WORLD}" --server-ip="{IP}" --server-port={PORT} --max-players={MAX_PLAYERS} | |
## Plugin configuration |