Giter VIP home page Giter VIP logo

distributor's Introduction

Distributor

Xpdustry latest Javadoc Downloads Mindustry 7.0

Distributor is a framework for writing advanced Mindustry plugins in a safe and efficient way, it features :

  • A powerful command system provided by Cloud.
  • A very complete minecraft-like permission system (cloud commands can also use this system).
  • A scheduler API for managing sync and async background tasks.
  • A better event API.
  • A nice localization API inspired from KyoriPowered/adventure.
  • A better plugin API without the quirks of vanilla Mindustry.
  • Much more...

Links

Building

  • ./gradlew build to build the project, with tests included.
  • ./gradlew :distributor-core:shadowJar to only compile the plugin (it will be located at distributor-core/build/libs/Distributor.jar).
  • ./gradlew test to run the unit tests.
  • ./gradlew :distributor-core:runMindustryServer to run the plugin in a local Mindustry server.

distributor's People

Contributors

phinner avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

distributor's Issues

Less verbose syntax error

idk how but someone has an issue understanding the syntax error, perhaps separate each argument by a | (space before and after the | ) instead of just | or replace it by commas and a space

the misunderstanding in question..

h

Transition permission system from yaml to sql

Distributor currently uses configurate to save permission data. Moving to sql will allow us to easily use the data in a database, and also improving the persistence module of Distributor with a hibernate and jpa.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): update dependency com.password4j:password4j to v1.8.1
  • fix(deps): update dependency com.xpdustry:kotlin-runtime to v3.2.0-k.1.9.23
  • fix(deps): update dependency com.zaxxer:hikaricp to v5.1.0
  • fix(deps): update dependency org.assertj:assertj-core to v3.25.3
  • fix(deps): update dependency org.checkerframework:checker-qual to v3.42.0
  • fix(deps): update dependency org.mockito:mockito-core to v5.11.0
  • fix(deps): update dependency org.xerial:sqlite-jdbc to v3.45.2.0
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-java action to v4
  • chore(deps): update actions/upload-artifact action to v4
  • chore(deps): update gradle/wrapper-validation-action action to v2
  • chore(deps): update stefanzweifel/git-auto-commit-action action to v5
  • fix(deps): update dependency com.google.guava:guava-testlib to v33
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/build.yml
  • actions/checkout v3
  • gradle/wrapper-validation-action v1
  • actions/setup-java v3
  • actions/upload-artifact v3
  • actions/upload-artifact v3
  • svenstaro/upload-release-action v2
  • svenstaro/upload-release-action v2
  • stefanzweifel/changelog-updater-action v1
  • stefanzweifel/git-auto-commit-action v4
gradle
buildSrc/src/main/kotlin/extensions.kt
settings.gradle.kts
build.gradle.kts
buildSrc/build.gradle.kts
  • net.kyori:indra-common 3.1.3
  • net.kyori:indra-licenser-spotless 3.1.3
  • fr.xpdustry:toxopid 3.2.0
  • com.github.johnrengelman:shadow 8.1.1
  • net.ltgt.gradle:gradle-errorprone-plugin 3.1.0
  • com.diffplug.spotless:spotless-plugin-gradle 6.22.0
  • com.github.ben-manes:gradle-versions-plugin 0.49.0
buildSrc/src/main/kotlin/distributor.base-conventions.gradle.kts
  • org.checkerframework:checker-qual 3.39.0
  • org.junit.jupiter:junit-jupiter-params 5.10.0
  • org.junit.jupiter:junit-jupiter-api 5.10.0
  • org.junit.jupiter:junit-jupiter-engine 5.10.0
  • org.mockito:mockito-core 5.6.0
  • org.assertj:assertj-core 3.24.2
  • com.uber.nullaway:nullaway 0.10.14
  • com.google.errorprone:error_prone_core 2.22.0
buildSrc/src/main/kotlin/distributor.mindustry-conventions.gradle.kts
buildSrc/src/main/kotlin/distributor.parent-conventions.gradle.kts
buildSrc/src/main/kotlin/distributor.publishing-conventions.gradle.kts
distributor-api/build.gradle.kts
  • org.apiguardian:apiguardian-api 1.1.2
  • org.slf4j:slf4j-api 2.0.9
  • org.slf4j:slf4j-simple 2.0.9
  • io.leangen.geantyref:geantyref 1.3.14
  • com.google.guava:guava-testlib 32.1.3-jre
distributor-bom/build.gradle.kts
distributor-core/build.gradle.kts
  • org.aeonbits.owner:owner-java8 1.0.12
  • com.zaxxer:HikariCP 5.0.1
  • com.mysql:mysql-connector-j 8.1.0
  • com.password4j:password4j 1.7.3
  • org.slf4j:jul-to-slf4j 2.0.9
  • org.xerial:sqlite-jdbc 3.43.0.0
distributor-kotlin/gradle.properties
distributor-kotlin/build.gradle.kts
  • org.jetbrains.kotlin.jvm 1.9.10
  • com.xpdustry:kotlin-runtime 3.1.0-k.1.9.10
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.4

  • Check this box to trigger a request for Renovate to run again on this repository

Add per logger log level

Some libraries love to spam your console with info messages that should be debug messages. This has to stop!

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.