NullValkyrie

Minecraft 1.19 multipurpose plugin for spigot servers with a lot of features where most modern servers have.
git clone https://codeberg.org/night0721/NullValkyrie
Log | Files | Refs | README | LICENSE

README.md (1449B)


      1 # NullValkyrie
      2 
      3 NullValkyrie is multipurpose Minecraft plugin with a lot of features where most modern servers have.
      4 
      5 ## Features
      6 
      7 - Custom items to use and play
      8 - Miners to generate money and ores when you are offline
      9 - Custom enchantments
     10 - Custom recipes
     11 - Custom mobs
     12 - Custom holograms
     13 - Custom NPCs to do all kind of things
     14 
     15 ## Getting Started
     16 
     17 To get started with the project, simply clone the repository and install the dependencies using Maven:
     18 
     19 ```cmd
     20 git clone https://github.com/night0721/NullValkyrie.git
     21 cd NullValkyrie
     22 ```
     23 If you are using IntelliJ, you can import the project as a Maven project and install the dependencies by clicking button on the right side of the screen.
     24 After installing dependencies, you are able to use install/package command to compile the plugin to JAR, or instead, use build artifact.
     25 Then, you can add the plugin to your plugin folder and start the server to use it.
     26 
     27 ## Support
     28 
     29 If you need support, you can join the [Discord server](https://discord.gg/SbQHChmGcp) or DM me on Discord: night.dev
     30 
     31 ## License
     32 
     33 NullValkyrie is licensed under the GNU Public License v3.0. See [LICENSE](https://github.com/night0721/NullValkyrie/blob/master/LICENSE) for more information.
     34 
     35 ## Contribution
     36 
     37 If you have any ideas for improvements or new features, please feel free to fork the project and create a pull request or open an issue.
     38 All contributions are welcome, including translations, documentation, and code.