Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
/ SneedMC Public archive
forked from PolyMC/PolyMC

sneed

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING.md
Notifications You must be signed in to change notification settings

Realswitzer/SneedMC

 
 

SneedMC logo


SneedMC

SneedMC is a sneedful launcher for Minecraft that focuses on sneedictability, long term sneedility, and sneedicity.


Installation

🐧 penguinOS

Cross-distro packages

Download on Flathub

Download as AppImage

"I use arch, how could you tell?"

There are several AUR packages available:

sneedmc sneedmc-bin sneedmc-git

# stable source package:
yay -S sneedmc
# stable binary package:
yay -S sneedmc-bin
# latest git package:
yay -S sneedmc-git

for expert gentoo installers

A Gentoo ebuild is available in the sneed overlay, named games-action/sneedmc.

# as root:
emerge --oneshot eselect-repository
eselect repository enable sneed
emaint sync -r sneed
emerge sneedmc
# to use latest git version:
sudo tee -a /etc/portage/package.accept_keywords <<< "=games-action/sneedmc-9999 **"

OpenBSD

For OpenBSD available are gzipped 32-bit binaries, download, unpack and run.

You need X11, Qt5 and Java installed.

Development Builds

There are per-commit development builds available here. These have debug information in the binaries, so their file sizes are relatively larger. Builds are provided for Linux, AppImage on Linux.

Help & Support

Feel free to create an issue if you need help. However, you might find it easier to ask in the Discord server.

SneedMC Discord

For people who don't want to use Discord, we have a Matrix Space which is bridged to the Discord server:

SneedMC Space

If there are any issues with the space or you are using a client that does not support the feature here are the individual rooms:

Support Discussion Development News

Development

If you want to contribute to SneedMC you might find it useful to join our Discord Server or Matrix Space.

Building

If you want to build SneedMC yourself, check BUILD.md for build instructions.

Code formatting

Just follow the existing formatting.

In general, in order of importance:

  • Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
  • Prefer readability over dogma.
  • Keep to the existing formatting.
  • Indent with 4 space unless it's in a submodule.
  • Keep lists (of arguments, parameters, initializers...) as lists, not paragraphs. It should either read from top to bottom, or left to right. Not both.

Translations

The translation effort for SneedMC is hosted on Weblate and information about translating SneedMC is available at https://github.com/PolyMC/Translations

Forking/Redistributing/Custom builds policy

SNEED

Packages

No packages published

Languages

  • C++ 80.4%
  • C 12.3%
  • CMake 5.9%
  • Java 1.1%
  • Other 0.3%