Skip to content

nulli0n/nightcore-spigot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nightcore

✅ Minimal server version: 1.18.2
✅ Supported software: Spigot, Paper, Pufferfish, Purpur.
❌ Not available for Aternos and modded servers.

When installed, make sure to check out the /nightcore/ folder and edit language and config files.


nightcore is updated version of the NexEngine utility plugin. Changes are unnoticeable for regular users. Almost all plugin's data is compatible, except Text Formations.

Features:

  • Internal command & permission registration (without usage of plugin.yml).
  • Easily create plugin commands with support of sub-commands and custom flags [-f].
  • Easily manage plugin configurations with auto-generated config files, and a single method to read, write and add configuration key-value.
  • Easily manage plugin language with auto-generated lang files, support for multiple language configs, and great message customization (JSON, action bar, titles, sounds, prefix).
  • Easily create custom GUIs with auto-generated config files and flexible menu items.
  • Easily manage SQL data with query and column builders.
  • Various wrappers for better handling bukkit and java objects.
  • Utility classes with a wide set of frequently used methods.
  • Custom text & tag parser. Get rid of those 'magic' colors: &1&2&3.
  • Improved Random class with better random generation.