Giter VIP home page Giter VIP logo

zerobridge's Introduction

ZeroBridge is a small Discord Bridge for NilLoader. It currently only targets 1.4.7, though support could be added to later or earlier versions in the future.

ZeroBridge has been tested working in:

  • Minecraft 1.4.7 + NilLoader
  • The modpack Rewind Upsilon

If you find issues with ZeroBridge in your instance, please file an issue.

Notably, ZeroBridge does not play nice with Forge. Issues have been fixed within tested environments, but if you need ZeroBridge support in a Forge environment, please file an issue.

Quick start

  1. Download ZeroBridge
  2. Drop ZeroBridge in your nilmods folder
  3. Write a config at config/zerobridge.json. If you do not add a config, ZeroBridge will create a config on first startup. Please terminate the instance if this happens.
  4. Launch the game!

Configuration

This is the default configuration for ZeroBridge. Please note that the template strings {USER} and {MSG} will be replaced if the template needs it. Bot settings are optional. If you use webhooks, requests will be sent to Visage to render avatars. Please be mindful of API use.

{
	// Your Discord token
	"token": "CHANGEME",
	// Guild ID
	"guild": "CHANGEME",
	// Channel ID
	"channel": "CHANGEME",
	// Whether to use webhooks or not
	"webhook": true,
	// Strings to use when displaying events.
	"strings": {
		"server_start": "Server Started",
		"server_stop": "Server Stopped",
		"discord_message_template": "D [{USER}] {MSG}",
		"player_join": "{USER} joined the game",
		"player_leave": "{USER} left the game"
	},
	// Bot settings
	"bot": {
		"avatar_url": null,
		"nickname": null
	}
}

zerobridge's People

Contributors

j0lol avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.