🔮 A set of tools used for programming Minecraft plugins

Overview

🔮 Plus


📦 A set of tools used for programming Minecraft plugins.

💻 For Developers

This library is currently meant to be working with PaperMC 1.17.1.

🐘 Gradle

repositories {
    maven { url = 'https://m2.tecc.me/snapshots' }
}

dependencies {
    compileOnly 'me.marcusslover:plus:1.0'
}

🦢 Maven

<repository>
    <id>tecc</id>
    <url>https://m2.tecc.me/snapshots</url>
</repository>

<dependency>
    <groupId>me.marcusslover</groupid>
    <artifactId>plus</artifactId>
    <verison>1.0</version>
</dependency>
You might also like...

Facsimile - Copy Your Most Used Text to Clipboard Easily with Facsimile!. It Helps You to Store You Most Used Text as a Key, Value Pair and Copy it to Clipboard with a Shortcut.

Facsimile - Copy Your Most Used Text to Clipboard Easily with Facsimile!. It Helps You to Store You Most Used Text as a Key, Value Pair and Copy it to Clipboard with a Shortcut.

Facsimile An exact copy of Your Information ! Report Bug · Request Feature Table of Contents About The Project Built With Getting Started Installation

Sep 12, 2022

💥 Crasher - open source dump/crash server for different programming languages (used for crash analysis in various applications)

Crashser Crasher - open source dump/crash server for different programming languages (used for crash analysis in various applications). Supported lang

Oct 6, 2022

A simple banking system written in Java used to teach object-oriented programming and best coding practices.

didactic-bank-application A simple banking system written in Java used to teach object-oriented programming and best coding practices. It is a three-l

Aug 28, 2022

Minecraft plugins with Java.

Minecraft plugins with Java.

Feb 22, 2022

Blocking the your minecraft plugins to show from server member

BSP Blocking your minecraft server plugins to show. 한국어 README Features Blocking your minecraft server plugins to show. Custom Events. Install Install

Jan 22, 2022

A supercharged gradle template for developing Minecraft plugins with multi platform support.

Minecraft Multi-Platform Template You can use this template to develop your own high quality Minecraft plugins for multiple platforms using Gradle wit

Nov 23, 2022

A small Reactive API with RxJava for Minecraft Paper Plugins.

RxPaper A small Reactive API with RxJava for Minecraft Paper Plugins. Usage RxPaper.io() When you want to return something back in the Minecraft Threa

Dec 9, 2021

Programming Services and Processes - 04 Secure Programming Techniques

Programming Services and Processes - 04 Secure Programming Techniques

Programación de Servicios y Procesos - 04 Técnicas de Programación Segura Tema 04. Técnicas de Programación segura. Curso 2021/2022. Contenidos Introd

Dec 27, 2022

Java-Programs---For-Practice is one of the Java Programming Practice Series By Shaikh Minhaj ( minhaj-313 ). This Series will help you to level up your Programming Skills. This Java Programs are very much helpful for Beginners.

Java-Programs---For-Practice is one of the Java Programming Practice Series By Shaikh Minhaj ( minhaj-313 ).  This Series will help you to level up your Programming Skills. This Java Programs are very much helpful for Beginners.

Java-Programs---For-Practice is one of the Java Programming Practice Series By Shaikh Minhaj ( minhaj-313 ). This Series will help you to level up your Programming Skills. This Java Programs are very much helpful for Beginners. If You Have any doubt or query you can ask me here or you can also ask me on My LinkedIn Profile

Nov 8, 2022

Hanabi Ores - a simple Minecraft Mod adding Ores (no joke), Tools and Armors

HanabiOres-1.16.5 What is Hanabi Ores ? Hanabi Ores is a Minecraft mod adding new Ores (no joke) and Tools / Armors. This mod's base is SNMT 1.16.5 (h

Mar 2, 2022

sign gui api for spigot plugins

hSignAPI public class ExampleSign extends JavaPlugin { private SignAPI signAPI; @Override public void onEnable() { this.signAPI

Jan 6, 2022

particle api for spigot plugins

hParticleAPI public class ExampleParticle extends JavaPlugin { private ParticleAPI particleAPI; @Override public void onEnable() {

Dec 15, 2021

Extensions/Plugins for JVM test frameworks

Jexter Extensions/Plugins for JVM test frameworks (JUnit 4, JUnit 5, ...) Get Jexter Binaries are available from Maven Central. Group Artifact Latest

Jul 26, 2022

A maven plugin to include features from jmeter-plugins.org for JMeterPluginsCMD Command Line Tool to create graphs, export csv files from jmeter result files and Filter Result tool.

A maven plugin to include features from jmeter-plugins.org for JMeterPluginsCMD Command Line Tool to create graphs, export csv files from jmeter result files and Filter Result tool.

jmeter-graph-tool-maven-plugin A maven plugin to create graphs using the JMeter Plugins CMDRunner from JMeter result files (*.jtl or *.csv) or using F

Nov 3, 2022

A collection of my personal OpenOSRS plugins

Bon Plugins Here is a collection of my custom-made plugins. Please feel free to contribute! Installation In order to add these plugins to your OpenOSR

May 9, 2022

BurritoSpigot is a fork of TacoSpigot 1.8.9 that offers several enhancements to performance as well as bug fixes. while offer extra APIs and support for plugins

🌯 BurritoSpigot 🌯 BurritoSpigot is a fork of TacoSpigot 1.8.8 that offers several enhancements to performance as well as bug fixes. while offer extr

Dec 20, 2022

CodeLocator is a toolset that includes Android SDK and Android Studio plugins

CodeLocator is a toolset that includes Android SDK and Android Studio plugins

CodeLocator is a toolset that includes Android SDK and Android Studio plugins. It has the following functions(Support Mac Only):

Jan 5, 2023
Comments
  • feature: Child command contexts

    feature: Child command contexts

    This simply adds a feature to command contexts allowing the user to create children of the contexts. It's done very simply:

    void someFunction(CommandContext ctx) {
        CommandContext child = ctx.child(2); // consumes 2 arguments - the last consumed argument becomes the label
        // ... more code ...
    }
    
    enhancement 
    opened by tecc 0
  • ✨ Added helper functions to Text & Title & LocationUtils

    ✨ Added helper functions to Text & Title & LocationUtils

    • Added pom.xml for 😎 people.
    • Added ability to pass in multiple command senders into Title.send() and Text.send() as well as Collections.
    • Version Bump
    opened by EnderGamingFilms 0
  • Namespaced Commands

    Namespaced Commands

    This allows devs to specify a namespace of commands.

    Currently all commands are registered with the namespace plus "/plus:example".

    Now devs can choose a namespace "/namespace:example"

    P.S. If there are any errors I'm sorry I made this using the Github Web editor

    opened by Hammer86gn 0
Owner
Java Developer & Pixel Art Artist
null
Prosta wtyczka na serwery Minecraft mająca za zadanie karać graczy za wyjście z gry podczas walki.

Czym jest combat-plugin? combat-plugin jest wtyczką na serwery Minecraft który ma za zadanie karać graczy którzy wyjdą z serwera podczas walki. Wtyczk

Mikolaj 10 Jul 23, 2022
LimboFilter - Most powerful bot filtering solution for Minecraft proxies. Built with LimboAPI.

LimboFilter Most powerful bot filtering solution for Minecraft proxies. Built with LimboAPI. MC-Market SpigotMC.org Описание и обсуждение на русском я

Elytrium 80 Jan 6, 2023
GMC-Tools - Plugin with basic tools for Minecraft server administrator

GMC-Tools - Plugin with basic tools for Minecraft server administrator. Currently we do not support configuration files and we do not recommend using this plugin on production servers.

GamesMC Studios 4 Jan 14, 2022
Small set of tools for JVM troublshooting, monitoring and profiling.

Swiss Java Knife (SJK) SJK is a command line tool for JVM diagnostic, troubleshooting and profiling. SJK exploits standard diagnostic interfaces of JV

Alexey Ragozin 3.2k Jan 3, 2023
🍬A set of tools that keep Java sweet.

?? A set of tools that keep Java sweet. ?? https://hutool.cn/ ?? ?? English Documentation ?? 简介 Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Ja

dromara 25.1k Dec 30, 2022
Plugin with helpful tools for factions, made to be used beside atlas spigot.

AtlasUtils Plugin with helpful tools for factions, made to be used beside atlas spigot. Features: Config: Found in your plugins folder at AtlasUtils/c

null 2 Dec 24, 2021
Titanium - used to create armour, tools, and blocks

This is my first fabric mod that will eventually and hopefully have titanium. Titanium can be used to create armour, tools, and blocks. It can be obtained from ore that will spawn underground and be mined with a pickaxe.

null 2 Mar 20, 2022
The CSES Problem Set is a collection of algorithmic programming problems.

The CSES Problem Set is a collection of algorithmic programming problems. The goal of the project is to create a comprehensive high quality problem se

Mohd Abdul Azeem 1 Jan 5, 2022
Twitter Text Libraries. This code is used at Twitter to tokenize and parse text to meet the expectations for what can be used on the platform.

twitter-text This repository is a collection of libraries and conformance tests to standardize parsing of Tweet text. It synchronizes development, tes

Twitter 2.9k Jan 8, 2023