All Projects → Jacxk → all-spigot-nms

Jacxk / all-spigot-nms

Licence: other
All NMS versions of bukkit/spigot in one jar file. NMS from 1.8-1.18

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to all-spigot-nms

Bukkit Coding Tutorial
This is the repository for my Bukkit Coding series
Stars: ✭ 44 (+25.71%)
Mutual labels:  spigot, spigot-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (-42.86%)
Mutual labels:  spigot, spigot-plugin
Hyperverse
A Minecraft world management plugin
Stars: ✭ 53 (+51.43%)
Mutual labels:  spigot, spigot-plugin
Quests
Questing plugin for Minecraft, enabling the addition of goals for players.
Stars: ✭ 88 (+151.43%)
Mutual labels:  spigot, spigot-plugin
MinetopiaVehicles
A realistic vehicle plugin for your Minecraft server!
Stars: ✭ 52 (+48.57%)
Mutual labels:  spigot, spigot-plugin
Islands
A spigot plugin for creating customisable home islands with different biomes. https://www.spigotmc.org/resources/islands-home-islands-system.84303/
Stars: ✭ 18 (-48.57%)
Mutual labels:  spigot, spigot-plugin
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (-2.86%)
Mutual labels:  spigot, spigot-plugin
IridiumColorAPI
No description or website provided.
Stars: ✭ 20 (-42.86%)
Mutual labels:  spigot, spigot-plugin
HeadsPlus
A heads plugin that has grown for over two years into something more ambitious than other plugins.
Stars: ✭ 35 (+0%)
Mutual labels:  spigot, spigot-plugin
grakkit
A modern JavaScript development environment for Minecraft.
Stars: ✭ 184 (+425.71%)
Mutual labels:  spigot, spigot-plugin
ExploitFixer
Bukkit plugin that aims on fixing Exploits in your Minecraft network. [Requires HamsterAPI to work]
Stars: ✭ 141 (+302.86%)
Mutual labels:  spigot, spigot-plugin
NativeScreen
Spigot plugin that displays your desktop content and videos using Minecraft's maps.
Stars: ✭ 31 (-11.43%)
Mutual labels:  spigot, spigot-plugin
NOPE
1.16 Minecraft AntiCheat
Stars: ✭ 27 (-22.86%)
Mutual labels:  spigot, spigot-plugin
MyPet
🐕 Extensive pet plugin for Bukkit/Spigot
Stars: ✭ 106 (+202.86%)
Mutual labels:  spigot, spigot-plugin
Lukkit
Lukkit allows developers to create plugins for the Spigot API in an efficient and effective manner using the Lua scripting language. Detailed documentation makes getting started with Lukkit super simple.
Stars: ✭ 62 (+77.14%)
Mutual labels:  spigot, spigot-plugin
BetterSleeping
A Spigot plugin that will make sleeping on servers less of a hassle
Stars: ✭ 67 (+91.43%)
Mutual labels:  spigot, spigot-plugin
Maintenance
Enable maintenance mode on your Minecraft server
Stars: ✭ 122 (+248.57%)
Mutual labels:  spigot, spigot-plugin
spigot-tg-bridge
Connect Telegram chats and Minecraft servers seamlessly
Stars: ✭ 27 (-22.86%)
Mutual labels:  spigot, spigot-plugin
Chatty
Bukkit-compatible chat plugin with multiple chat-modes.
Stars: ✭ 30 (-14.29%)
Mutual labels:  spigot, spigot-plugin
ChatControl-Pro
The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Stars: ✭ 65 (+85.71%)
Mutual labels:  spigot, spigot-plugin

All Spigot NMS

All NMS versions of spigot in one jar file. How awesome is that?

Build Test

Usage

To use this tool you have to follow the steps bellow:

  • Clone this repository: git clone https://github.com/Jacxk/all-spigot-nms
  • Open a terminal inside the repository folder:
    • Enter bash folder: cd src/
    • Run the tool: bash ./run.sh
    • Choose All of the above to get the jar file
  • Import the compiled jar file into your IDE
  • Start coding...

Importing

Maven:

<dependency>
    <groupId>local.spigot.nms</groupId>
    <artifactId>AllSpigotNMS</artifactId>
    <version>LATEST</version>
    <scope>system</scope>
    <systemPath>${project.basedir}/PATH TO FILE HERE</systemPath>
</dependency>

Gradle:

dependencies {
    implementation(files("/path/to/file.jar"))
}

You can now install it using the github package

All the NMS version. click here
Description on compiling the Jar file. click here

I'm not distributing anything, please don't sue me Mojang.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].