https://github.com/thenextlvl-net/core
Versatile Java libraries for seamless development. Simplify file handling, GUI, and more
https://github.com/thenextlvl-net/core
csv file-api functions gui-api i18n internationalization json nbt properties random-string roman-numerals translations tsv utilities
Last synced: 21 days ago
JSON representation
Versatile Java libraries for seamless development. Simplify file handling, GUI, and more
- Host: GitHub
- URL: https://github.com/thenextlvl-net/core
- Owner: TheNextLvl-net
- License: gpl-3.0
- Created: 2023-04-09T07:18:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-23T21:19:12.000Z (about 2 months ago)
- Last Synced: 2026-03-24T19:54:45.653Z (about 2 months ago)
- Topics: csv, file-api, functions, gui-api, i18n, internationalization, json, nbt, properties, random-string, roman-numerals, translations, tsv, utilities
- Language: Java
- Homepage: https://repo.thenextlvl.net/#/releases/net/thenextlvl/core
- Size: 1.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Core
> [!CAUTION]
> This project has been deprecated and is no longer actively maintained.
> All modules that are actually useful will be moved to their own repositories.
Core is a collection of Java libraries that provide various functionalities for different purposes. It includes the
following modules:
- [files](#files)
- [paper](#paper)
## Files
The **files** module offers a comprehensive file API that facilitates editing and loading of various file formats such
as Gson, JSON, CSV, TSV, properties, shell scripts, and plain text.
These adapters facilitate the smooth conversion of Minecraft-related elements into a format suitable for users.
## Paper
The **paper** module simplifies GUI development for Minecraft by offering a user-friendly GUI API. It empowers
developers to create and manage multiple pages within the GUI effortlessly. Furthermore, it includes an item builder API
that enables easy creation and modification of items in Minecraft. We also offer a very simple and intuitive Sidebar
API.
## i18n
> [!NOTE]
> This module has been moved to its own repository: [i18n](https://github.com/TheNextLvl-net/i18n)
## NBT
> [!IMPORTANT]
> This module has been moved to its own repository: [NBT](https://github.com/TheNextLvl-net/NBT)
## Version-Checker
> [!IMPORTANT]
> This module has been moved to its own repository: [Version-Checker](https://github.com/TheNextLvl-net/version-checker)
## Usage
To use any of the Core modules in your Java project, you can include the desired module as a dependency in your
project's configuration file (e.g., **pom.xml** for Maven projects or **build.gradle** for Gradle projects).
https://repo.thenextlvl.net/#/releases/net/thenextlvl/core