1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Pocketmine on MutiCraft

Discussion in 'General discussion' started by Christopher, Jan 7, 2017.

  1. Christopher

    Christopher Silverfish

    Messages:
    19
    Hi, not sure if this is the right area to post this, please move it Iif not.

    Does anyone know how to install pocketmine on muticraft? The tutorial is not working on their website.

    Thank you.

    - Christopher
     
  2. Junkdude

    Junkdude Zombie

    Messages:
    346
    GitHub:
    JunkDaCoder
    You would have to ask your host how to
     
  3. HBIDamian

    HBIDamian HBIDamian Staff Member

    Messages:
    365
    GitHub:
    HBIDamian
    Hi. The reason this is not working, is because of the pocketmine.phar.conf is completely out of date, and will not work
     
  4. Christopher

    Christopher Silverfish

    Messages:
    19
    What about people like endercrate.com
     
  5. Jack Noordhuis

    Jack Noordhuis Zombie Pigman Poggit Reviewer

    Messages:
    618
    GitHub:
    JackNoordhuis
    They have a working.conf file obviously.
     
  6. Junkdude

    Junkdude Zombie

    Messages:
    346
    GitHub:
    JunkDaCoder
    *MODIFICATION
     
  7. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    dunno i heard they scam peeps so not very sure about EC
     
  8. Christopher

    Christopher Silverfish

    Messages:
    19
    I hit up endercrate and they game me their files they use and were very mature about it and even walked me step by step on how to get it going on my own machine with muticraft and which settings I should us.... all for free.
     
  9. archie426

    archie426 Baby Zombie

    Messages:
    130
    GitHub:
    archie426
    That doesn't mean anything, it just means they want to make money out of you by SUGGESTING paid settings
     
    applqpak likes this.
  10. Christopher

    Christopher Silverfish

    Messages:
    19
    What?
     
  11. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
    Here's a working multicraft configuration file, just replace the PATHGOESHERE with the correct path, and change the name to the name of your PM phar which must be in the same jar folder. The phar and phar.conf need to have the exact same name before the extension, and I've added some hide parameters, but you can delete them if you prefer.

    Code:
    [config]
    name = PocketMine-MP
    source = https://cdn.pocketmine.net/api/update-stable.phar
    configSource = https://cdn.pocketmine.net/multicraft/pocketmine.phar.conf
    
    
    [start]
    command = "PATHGOESHERE/bin/php7/bin/php" "{JAR}" --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}
    
    ## Plugin configuration
    [plugins]
    pluginDir = plugins
    pluginMatch = \.(phar|zip)$
    
    
    ## Encoding used for strings sent to and received from the server
    [encoding]
    ## The encoding to use to send data to the Minecraft process
    ## Use "system" for your current locale.
    ## default: system
    encode = system
    ## The encoding to use to decode data received from the Minecraft process
    ## Use "system" for your current locale.
    ## default: system
    decode = system
    ## The encoding used when reading/writing configuration files such as
    ## the server.properties
    ## default: latin-1
    fileEncoding = latin-1
    
    
    [settings]
    ## Restart the server when it doesn't respond to pings anymore
    #restartOnTimeout = True
    ## The server log file
    #logFile = server.log
    ## Ignore console output and parse log file instead
    #followLog = False
    ## Only used if followLog is true, the interval in milliseconds at
    ## which to check the log file for new content
    #logCheckInterval = 500
    ## Rotate the log every X bytes
    #logRotateSize =
    ## Use special method to rotate log, use this if normal rename rotation doesn't work
    #logPersistent = False
    ## Maximum number of logs to keep
    #logBackupCount = 5
    ## Advanced: Read at most X bytes from the file at a time
    #logMaxRead = 4096
    ## Check every X milliseconds if the log needs to be rotated
    #logRotateCheckInterval = 20000
    ## Print every line received from the server
    #debugRawLine = False
    ## Print every line after cleanup
    #debugCleanLine = False
    ## Print every line after the first parse pass
    #debugParseLine = False
    ## Use the Multicraft launcher to wrap the gameserver (simulates a real command line)
    #useLauncher = False
    ## Assume Minecraft is still running override (0: Known console output, 1: "List" command output, 2: Any console output)
    #pongMode = 0
    ## Minecraft response timeout override (milliseconds)
    #pingTimeout = 20000
    ## Minecraft pint interval override (milliseconds)
    #pingInterval = 15000
    ## Minecraft crash restart delay overrice (milliseconds)
    #crashRestartDelay = 2000
    ## Console output rate limit override
    #rateLimit = 30
    ## Autosave interval overrice (milliseconds)
    #saveInterval = 600000
    ## Player info save method override (0: Never Save, 1: Update Existing, 2: Always Save)
    #savePlayerInfo = 1
    ## Print server setting information
    #debugSettings = False
    ## Restart the server after a crash or unexpected exit
    #restartOnCrash = False
    ## Print line parser information
    #debugParse = False
    
    
    ## Command remapping
    [commands]
    say = say
    list = list
    save-on = save-on
    save-off = save-off
    save-all = save-all
    stop = stop
    tell = tell
    give = give
    tp = tp
    deop = deop
    op = op
    pardon-ip = pardon-ip
    ban-ip = ban-ip
    pardon = pardon
    ban = ban
    kick = kick
    help = help
    
    
    ## Console output parsing can be completely customized to support
    ## any format (and theoretically any game). Please contact us if you require this.
    
    [parse_log]
    start=^(?P<time>(:?[-\d]+ )?\[?[:\d]+\]?)\s+\[(?P<type>[^]]+)\]\:?\s+(:?\[[^]]+\]\s+)?(?P<line>.*)$
    
    [parse_players]
    start2=There are (?P<v_maxDataLines>\d+)/\d+ players
    
    [parse_connect]
    shortStart=logged in with entity id \d+ at
    start=(?P<name>[A-Za-z0-9_]{3,16})[/(?P<ip>.*):\d+] logged in with entity id \d+ at
    
    [parse_disconnect]
    shortStart=logged out
    start=(?P<name>[A-Za-z0-9_]{3,16})[/(?P<ip>.*):\d+] logged out
    
    [parse_hide]
    start=(^.*wrongly.*)|(^.*left.*game.*)|(^.*ran.*command.*)|(^.*Message.*Day.*)|(^.*Unregistering.*player.*)|(^.*Registering.*player.*)|(^.*$player.*)|(^.*creating.*profile.*)|(^.*disconnected.*unknown.*)|(^.*Blocked.*seconds.*)
    
     
    applqpak likes this.
  12. Christopher

    Christopher Silverfish

    Messages:
    19
    What dI'd you add? What does it do?
     
  13. HBIDamian

    HBIDamian HBIDamian Staff Member

    Messages:
    365
    GitHub:
    HBIDamian
    I don't think it would work due to the
    Code:
    source = https://cdn.pocketmine.net/api/update-stable.phar
    configSource = https://cdn.pocketmine.net/multicraft/pocketmine.phar.conf
    
    1. they are out of date.
    2. they don't include the latest PMMP release.
    3. 1+2 are the same... so choose 3.
     
    HimbeersaftLP and applqpak like this.
  14. Christopher

    Christopher Silverfish

    Messages:
    19

    I got this.

    08.01 19:48:36 [Multicraft] Loading server properties 08.01 19:48:36 [Multicraft] Starting server! 08.01 19:48:36 [Multicraft] Loaded config for "Default" 08.01 19:48:36 [Server] INFO Error: Invalid or corrupt jarfile /jar/PocketMine-MP.phar 08.01 19:48:36 [Multicraft] Server shut down (starting) 08.01 19:48:36 [Multicraft] Restarting crashed server in 5 seconds 08.01 19:48:36 [Multicraft] Looks like a crash, check the server console. Return value: 1 08.01 19:48:36 [Multicraft] Server stopped
     
  15. Christopher

    Christopher Silverfish

    Messages:
    19
    Now I have this

    Code:
    08.01 20:00:55 [Multicraft] Loading server properties
    08.01 20:00:55 [Multicraft] Starting server!
    08.01 20:00:55 [Multicraft] Loaded config for "PocketMine-MP"
    08.01 20:00:55 [Server] INFO Executable writeable by others, not running (/jar/PocketMine-MP/bin/php7/bin/php)
    08.01 20:00:55 [Multicraft] Server shut down (starting)
    08.01 20:00:55 [Multicraft] Restarting crashed server in 5 seconds
    08.01 20:00:55 [Multicraft] Looks like a crash, check the server console. Return value: 197
    08.01 20:00:55 [Multicraft] Server stopped
    08.01 20:00:57 [Multicraft] Received stop command
    08.01 20:00:57 [Multicraft] Server stopped
     
  16. HBIDamian

    HBIDamian HBIDamian Staff Member

    Messages:
    365
    GitHub:
    HBIDamian
    read above!
     
  17. Christopher

    Christopher Silverfish

    Messages:
    19
    Welp everyone, I would suggest to use pufferpanel.com
     
  18. Awzaw

    Awzaw Zombie Pigman Poggit Admin

    Messages:
    726
    GitHub:
    awzaw
  19. Christopher

    Christopher Silverfish

    Messages:
    19
    What command do I run? Chmod......?
     
  20. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    chown
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.