Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: msmhq/msm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.1
Choose a base ref
...
head repository: msmhq/msm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.11.0
Choose a head ref
  • 13 commits
  • 17 files changed
  • 5 contributors

Commits on Nov 13, 2021

  1. Add check for successful server startup

    The server_start function always assumes successful startup, which
    is confusing if the server didn't actually start.
    
    More work needs to be done to trap and return the error on startup,
    but for now, this at least lets the admin know the server didn't
    actually start.
    renderorange committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    93f3b96 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    095d14c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    551e191 View commit details
    Browse the repository at this point in the history
  3. Remove travis build link from README

    Additionally remove another donate link.
    renderorange committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    86544fb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    18f54ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6c8855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4397715 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Fix non-interactive install, and java, software-properties-common, su…

    …do and wget dependencies (#1)
    
    * Set dependency installation as non-interactive
    
    Fixes: apt waits for user input when installing dependencies #439
    
    * Add sudo and wget as dependencies
    
    Fixes: Installer assumes system has sudo and wget installed #440
    
    * Add openjdk-17-jre-headless as dependency
    
    The script will install openjdk-17-jre-headless if java isn't installed already. The choice for version 17 was motivated by the fact it is the latest LTS version and also that it is required for running Minecraft 1.18 and above.
    
    Fixes: Make java an MSM installation dependency? #295
    
    * Add software-properties-common as dependency
    
    The Debian script now installs software-properties-common if not installed, so it can use add-apt-repository.
    
    Fixes: Installer assumes software-properties-common is installed on debian system #441
    
    * Fix broken whitespace
    Touratica authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    52f26a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Merge pull request #431 from Next-Door-Tech/cleanup

    Very minor - clean up extraneous whitespace
    endofcake authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    3f5bab8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #428 from renderorange/update-to-print-error-if-er…

    …ror-on-startup
    
    Add check for successful server startup
    endofcake authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    4e16a77 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #429 from renderorange/switch-testing-to-github-ac…

    …tions
    
    Switch testing to GitHub actions
    endofcake authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    ce826d2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #442 from Touratica/master

    Fix non-interactive install, and java, software-properties-common, sudo and wget dependencies
    endofcake authored Apr 29, 2023
    Configuration menu
    Copy the full SHA
    72bf113 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b8f063 View commit details
    Browse the repository at this point in the history
Loading