BukkitJSON
BukkitJSON is a wide, feature-extensive JSON/ GSON library which aims on simplifying loads of JSON operations, which makes dealing with JSON a piece of cake
Features
- Extremely easy to use
- Well-documented code
- Several tools for reading, writing and parsing JSON files
- Wide support for dealing with web-related operations, such as reading directly off a URL, or creating an HTTP request payload, or parsing data off an HTTP request
- Various configuration types which suit different uses and can handle data (regardless of size) efficiently while allowing it to be accessed easily and simply
- Different JSON utilities for simplifying building JSON.
- Clean, easy-to-read and heavily-documented code.
- Built and implemented to be thread-safe. This library supports running in multi-threaded environments.
- Outstanding performance and very fast.
If you're a developer and would like to use BukkitJSON:
[1] Add it as a dependency to your plugin.yml:
Code (YAML):
depend
:
[BukkitJSON
]
Maven:
[2] Add it to your pom.xml:
HTML:
<repositories>
<repository>
<id>jitpack.io </id>
<url>https://jitpack.io </url>
</repository>
</repositories>
<repository>
<id>jitpack.io </id>
<url>https://jitpack.io </url>
</repository>
</repositories>
HTML:
<dependency>
<groupId>com.github.moltenjson </groupId>
<artifactId>BukkitJSON </artifactId>
<version>VERSION </version>
<scope>provided </scope>
</dependency>
<groupId>com.github.moltenjson </groupId>
<artifactId>BukkitJSON </artifactId>
<version>VERSION </version>
<scope>provided </scope>
</dependency>
Gradle
[2] Add this to your build.gradle:
Code (Java):
repositories
{
maven { url 'https://jitpack.io' }
}
maven { url 'https://jitpack.io' }
}
Code (Java):
compile
'com.github.moltenjson:BukkitJSON:VERSION'
If you are not using any build system like Gradle or Maven, you can add BukkitJSON JAR to your classpath.
Download latest JAR here
Server Administrators
If you are a server owner/admin, and a plugin asked you to download BukkitJSON, simply drag and drop the latest JAR to your plugins folder, and all should be good.
Using BukkitJSON?
If your plugin uses BukkitJSON, feel free to leave a review including its name, and it will be added to this resource page!
Plugins using BukkitJSON
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.7, 1.8, 1.9
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
BukkitJSON is a free Minecraft Java mod. Compatible with Minecraft 1.7, 1.8, 1.9, 1.10 and newer. Downloaded 339 times (via Spigot). Download it and open it directly in the game.