Git Product home page Git Product logo

helios's Introduction

Helios

Plugin API/Tweaks collection on top of an Orion Mixin loader & Paper Minecraft server software

Features

  • Various item tweaks:
    • Exposed canPlaceOn and canDestroy NBT tags
  • Player tweaks:
    • Built-in AFK events
    • Can disable player data saving - extremely useful for most lobby servers
    • Disable idle timeout kicking for opped players (Vanilla does not have that feature built-in for some reason!)
  • World system tweaks:
    • More precise spawnpoint without plugins! Decimals and yaw/pitch are saved to world directly now¹
    • Disable UUID conversion on every goddamn server start. Saves start up time if worlds don't need to be converted from older server versions
    • Override default gamerule values (by default "announceAdvancements" is set to false by Helios) using config
  • Command system tweaks:
    • Makes default permission denied message configurable (The famous red I'm sorry, but you do not have permission to perform this command... message)
    • Also can make override every² plugin permission message (Your server can now have consistent permission messages!)
  • Server core tweaks:
    • Automatic EULA agreement. As you should agree to EULA anyway if you are going to run a Minecraft Server
    • Query protocol plugins list response modification (to disallow exposing installed plugins to prying eyes)
  • Various exploit precautionary tweaks:
    • Strict check for item name length on Creative gamemode
    • Disable using NBT received from Creative gamemode³
    • Disable copying container blocks
    • Validate player's locale string

Notes

¹ - Not supported outside of Helios
² - Depends how plugin was made.
³ - Might cause confusion, option below is bit better choice

Requirements

Installation

  1. Build Paper server from source, install server (yes, server, not API) jar to local Maven repository
  2. Clone this repository and invoke ./gradlew build
  3. Grab jar from build/libs and put it to mods/ directory of your server
  4. Start server once and configure the Helios
  5. Enjoy :)

License

MIT

helios's People

Contributors

mikroskeem avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.