Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

NextForge-Development/NextCore-old

Repository files navigation

NextForge Core Plugin & Library

This repository contains the core plugin and library for NextForge, a platform designed to facilitate the development of minecraft applications. It provides essential functionalities and utilities that can be used by other plugins and applications within the NextForge ecosystem.

Features

  • Core Plugin: The main plugin that integrates with the NextForge platform.
  • Library: A collection of utilities and APIs that can be used by other plugins.
  • Event System: A robust event system to handle various events within the platform.
  • Command System: A command system to define and execute commands within the platform.
  • Protocol Manipulation: Tools to manipulate and handle network protocols.
  • Data Management: Utilities for managing data storage and retrieval.
  • Player Cache: A caching system for player data to improve performance.
  • Scheduler: A task scheduler to manage asynchronous tasks and operations.
  • Text Management: Utilities for handling text formatting and localization.
  • Multi-Version Support: Compatibility with multiple Minecraft versions.
  • and more: Additional features and utilities to enhance the development experience.

Installation

To install the NextForge Core Plugin, follow these steps:

  1. Download the latest release from the Releases page.
  2. Place the downloaded JAR file into the plugins directory of your Minecraft server.
  3. Restart your server to load the plugin.
  4. Configure the plugin by editing the config.yml file located in the plugins/NextCore directory.
  5. Reload the plugin using the /nextcore reload command or restart the server again.
  6. Enjoy the features and functionalities provided by the NextForge Core Plugin!

Usage

To use the NextForge Core Plugin, you can access its features through the provided APIs and utilities. Here are some examples:

Thanks to

  • NextForge Team: For their continuous efforts in developing and maintaining the NextForge platform.
  • Contributors: For their contributions and improvements to the NextForge Core Plugin.
  • Community: For their support and feedback in making NextForge better.

Contributing

We welcome contributions to the NextForge Core Plugin! If you would like to contribute, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with a clear message.
  4. Push your changes to your forked repository.
  5. Create a pull request to the dev branch of the original repository.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any questions, issues, or feedback regarding the NextForge Core Plugin, please contact us through the following channels:

Disclaimer

This project is not affiliated with Mojang AB, the original developers of Minecraft. NextForge is an independent platform that enhances the Minecraft experience through its plugins and libraries. All trademarks and copyrights belong to their respective owners.

Acknowledgements

We would like to acknowledge the following projects and libraries that have inspired or contributed to the development of the NextForge Core Plugin:

  • Spigot & PaperMC: For their contributions to the Minecraft server development community.
  • Bukkit: For its foundational work in creating a plugin system for Minecraft.

FancyNPCs Plugin

FancyNPCs provides a basic NPC system using the /npc command. Persistent NPCs are saved in plugins/FancyNPCs/npcs.yml unless marked as transient.

Commands

  • /npc help [page]
  • /npc create <name> – create an NPC at your location
  • /npc copy <npc> <new_name> – duplicate an existing NPC
  • /npc remove <npc> – delete an NPC
  • /npc list – list all NPCs
  • /npc info <npc> – show information about an NPC

Other subcommands for customizing NPCs are available; use /npc help for details.

About

Core library & plugin for nextforge.gg products.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages