Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. [config]
  2. name = Genisys Build a9f5b8f 0.16.0
  3. source = http://cdn.pocketmine.net/api/update-beta.phar
  4. configSource = http://cdn.pocketmine.net/multicraft/pocketmine.phar.conf
  5.  
  6. [start]
  7. command = "/usr/local/bin/php" "{JAR_DIR}/versions/Genisys/Genisys_a9f5b8f.phar" --memory-limit={MAX_MEMORY}M --disable-ansi --no-wizard --data={SERVER_DIR} --plugins={SERVER_DIR}/plugins --level-name={WORLD} --server-ip={IP} --server-port={PORT} --max-players={MAX_PLAYERS} --level-seed={WORLD}
  8.  
  9. ## Plugin configuration
  10. [plugins]
  11. pluginDir = plugins
  12. pluginMatch = \.(phar|zip)$
  13.  
  14. [parse_disconnect]
  15. shortStart=logged out
  16. start=(?P<name>[A-Za-z0-9_]{3,16})[/(?P<ip>.*):\d+] logged out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement