Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
/ create-saurus Public archive

Template repository for installing Saurus, a proxy-less Minecraft servers connector

Notifications You must be signed in to change notification settings

hazae41/create-saurus

Repository files navigation

Saurus

Connect your Minecraft servers together without proxy, make faster-than-light plugins, make secure and independant apps.

Saurus is a WebSocket server. Using plugins, it allows you to both:

  • Connect and manage your Minecraft servers programmatically
  • Connect apps that will interact with your Minecraft servers and players

Try it

Saurus International Server

Installation

FAQ

Why use Saurus instead of BungeeCord?

In fact, you can use both, they are complementary.

The proxy is good at being what it is, a proxy. To quickly switch from a server to another. But if you want better network performances, you would need to ditch the proxy.

Managing servers on your proxy always has been a workaround, but it's not the actual goal of proxies. Saurus is better at managing your servers than a traditional proxy. Plus, it opens doors to apps, securely.

It's also quicker to develop plugins/apps, everything is easier to develop and scale with Saurus. Even traditional server plugins like "send a title to the player when he joins" are done with just a few lines. And plugins can be developed in any language (even Java) with WebAssembly. You can easily write global plugins that will work on all your servers, and can make your servers interact with each other.

Also, the killer feature of Saurus is its ecosystem. Saurus uses Deno, a revolutionary flexible JavaScript runtime. You have a startup script that allows you to cherry-pick only the features you want. All plugins are verified before being published on the website, and they are all open-source. It has better security standards, and aims to standardize protocols and plugins.

Saurus is revolutionary for server admins, from small server admins to large network admins.

How to make plugins?

You can follow the tutorial for making a plugin here

About

Template repository for installing Saurus, a proxy-less Minecraft servers connector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published