GithubHelp home page GithubHelp logo

zstorage / hammer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vini2003/hammer

0.0 0.0 0.0 393 KB

A Kotlin-based Fabric development library for Minecraft.

License: MIT License

Java 18.18% Kotlin 81.70% GLSL 0.12%

hammer's Introduction

A modular library to assist in mod development for the Fabric toolchain, compatible with Java and Kotlin, offering utility classes for Java developers and extensions for Kotlin developers.

All modules use the same version, which can be found in gradle.properties.

  • How do I import them?

    They are individually published, and their repository should be added using Gradle.

    repositories {
        maven {
            name = "vini2003.dev"
            url = "https://maven.vini2003.dev/"
        }
    }

A module containing compatibility tools used with Kyori's Adventure API.

  • What can I use it for?

    This module adds compatibility with the Adventure API, making message, boss bar and title/subtitle management simpler.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-adventure:${hammerVersion}")

A module containing a world border implementation with a ceiling and a floor.

  • What can I use it for?

    This module is useful for when players must be confined to a small space without unrestricted vertical movement.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-border:${hammerVersion}")

A module containing utilities to toggle chat, global chat and command feedback.

  • What can I use it for?

    This module is useful for when players must have their chat usage restricted, or command feedback must not be shown on screen.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-chat:${hammerVersion}")

A module containing a gravity implementation.

  • What can I use it for?

    This module is useful for when a world's gravity must be changed.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-gravity:${hammerVersion}")

A module containing interaction restriction mechanisms.

  • What can I use it for?

    This module is useful for when players must have their interaction abilities restricted.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-interaction:${hammerVersion}")

A module containing a complete toolset for creating in-game interfaces.

  • What can I use it for?

    This module is useful for when Minecraft's screen system is insufficient or too complicated for your use cases.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-gui:${hammerVersion}")

A module containing compatibility tools between the GUI module and TeamReborn's Energy API.

  • What can I use it for?

    This module is useful for when an in-game interface must handle energy.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-gui-energy:${hammerVersion}")

A module containing a complete toolset for creating in-game roles and manipulating player permissions.

  • What can I use it for?

    This module is useful for when roles or permissions must be used.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-permission:${hammerVersion}")

A module containing miscellaneous utilities.

  • What can I use it for?

    This module is useful for manipulating a player's walking/flying speed, or freezing/unfreezing them.

  • Where can I find its documentation?

    This module's documentation can be found in its Wiki.

  • How do I import it?

    This module should be imported using Gradle.

    modImplementation("dev.vini2003:hammer-util:${hammerVersion}")

hammer's People

Contributors

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