NxT is a entire ecosystem of extensions for Minecraft networks. This is the base plugin of the ecosystem, which can load extensions and provide a base for them. You, as a User, can simple choose from a variety of extensions and install them to your server. You can also create your own extensions and share them with the community.
To get a local copy up and running follow these simple steps.
You need the following software to run this plugin:
- Minecraft Spigot-based server software 1.19+ (Paper recommended)
- Java 17
- Download the latest release
- Upload the plugin to your server
- Start your server and enjoy!
- Configure the plugin to your liking in the
plugins/NxT/config.yml
file
- Extension system
- Dynamic loading of extensions
- Extension Ingame Command
- Simple extension management with list and reload
- Fully featured extension management
- Extension API
- Extension examples
- Extension documentation
- Extension cloud
- Language system
- Dynamic loading of languages
- Language API
- Dynamic loading of commands and listeners
- Event system
- Dynamic loading of events
- Event API
- Multiplatform support
- BungeeCord support
- Velocity support
- Spigot support
- GUI system
- GUI API
- GUI examples
- GUI documentation
- Database system
- API
- Documentation
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
feature/
for new featuresfix/
for bug fixesdocs/
for documentation changesrefactor/
for code changes that neither fixes a bug nor adds a featurestyle/
for formatting, missing semi colons, etc; no code changetest/
for everything related to testingchore/
for updating build tasks, package manager configs, etc; no production code change
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/NxTCrew/NxTBase