All Projects → Project-Cepi → Sabre

Project-Cepi / Sabre

Licence: MIT license
Sabre is a configurable server jar for Minestom

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to Sabre

Miraiandroid
QQ机器人 /(实验性)在Android上运行Mirai-console,支持插件
Stars: ✭ 188 (+596.3%)
Mutual labels:  jar
game sdk
Unity游戏接入外部sdk框架
Stars: ✭ 22 (-18.52%)
Mutual labels:  jar
prowide-iso20022
Comprehensive business model and parser for all ISO 20022 messages
Stars: ✭ 75 (+177.78%)
Mutual labels:  jar
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+581.48%)
Mutual labels:  minestom
resource-loader
Getting files out of a JAR or loading a shared library is difficult. We made it easy.
Stars: ✭ 15 (-44.44%)
Mutual labels:  jar
FatJar
a gradle plugin to pack modules and jars into a single jar
Stars: ✭ 55 (+103.7%)
Mutual labels:  jar
Xresloader
跨平台Excel导表工具(Excel=>protobuf/msgpack/lua/javascript/json/xml)
Stars: ✭ 161 (+496.3%)
Mutual labels:  jar
Among-Us-Dumpy-Gif-Maker
A tool to make dumpy among us GIFS
Stars: ✭ 537 (+1888.89%)
Mutual labels:  jar
GradleMavenPush
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).
Stars: ✭ 21 (-22.22%)
Mutual labels:  jar
laravel-sabre
Sabre.io DAV server adapter for Laravel
Stars: ✭ 33 (+22.22%)
Mutual labels:  sabre
ASkyBlock
Rebranded and rebased version of ASkyBlock for NukkitX Minecraft Bedrock Edition!
Stars: ✭ 38 (+40.74%)
Mutual labels:  jar
Liberg
A high-performance and lightweight suites for spring-boot-based web developing.
Stars: ✭ 43 (+59.26%)
Mutual labels:  jar
LAN-Messenger
Official open-source repository for LAN Messenger
Stars: ✭ 17 (-37.04%)
Mutual labels:  jar
Swipeactionadapter
The Mailbox-like Swipe gesture library for Android
Stars: ✭ 217 (+703.7%)
Mutual labels:  jar
jvm.js
A Java VM bytecode library written in ES6 for Node.js
Stars: ✭ 33 (+22.22%)
Mutual labels:  jar
Universaljavaapplicationstub
universalJavaApplicationStub - an alternative Application launcher script for Java based macOS Apps that works with both Apple's and Oracle's PList format and supports the old Apple Java 6 as well as all the latest Oracle/OpenJDK/Adopt/Corretto JRE's/JDK's. Plus it supports drag&drop to the Dock icon 🎉
Stars: ✭ 174 (+544.44%)
Mutual labels:  jar
gulp-html
Gulp plugin for HTML validation, using the official Nu Html Checker (v.Nu)
Stars: ✭ 70 (+159.26%)
Mutual labels:  jar
AndroidStudio-ChineseLanguagePackage
AndroidStudio 中文汉化包
Stars: ✭ 48 (+77.78%)
Mutual labels:  jar
SparkJobServerClient
Java Client of the Spark Job Server implementing the arranged Rest APIs
Stars: ✭ 50 (+85.19%)
Mutual labels:  jar
bcomp-extended
Emulator of basic computer
Stars: ✭ 21 (-22.22%)
Mutual labels:  jar

Sabre

license downloads discord-banner

Sabre is a server JAR wrapper using the Minestom API as a community-maintained groundwork library.

Features

  • Fully featured configuration
  • Stop, update, and operator commands.
  • Colored terminal
  • Built-in flat generator for testing
  • Import map for easy setup

Installation

Automatic

curl -fsSL https://raw.githubusercontent.com/Project-Cepi/Sabre/master/install.sh | sh

Manual

Download the JAR from Sabre releases or compile it yourself.

Create a run script or run it from the terminal using

java -Xms2000m -Xmx2000m -jar Sabre.jar

With -Xms being the minimum amount of RAM you want to use,

and -Xmx being the max amount of RAM you want to use.

Compile

Create a folder, then Clone the repository using:

git clone https://github.com/Project-Cepi/Sabre.git

Once it is cloned, make sure you have gradle installed, and run

./gradlew shadowJar on Mac or Linux, and

gradlew shadowJar on Windows.

This will output the jar to build/libs in the project directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].