NightCore 图标

Minecraft 服务端插件

NightCore

A lightweight library with a wide range of utilities and tools for faster and more efficient plugin development.

库/API管理类工具类foliapaperpurpurspigot
版本范围
1.19.4–26.2
下载量
20.5 万

插件介绍

About

NightCore is a lightweight library with a wide range of utilities and tools for faster and more efficient plugin development.

This library is required for all NightExpress's plugins.

Features

✅ What exactly is included in these 1.4 MB:

  • Pure original code written by a human, not by AI.
  • Server Bridge, providing simultaneous support for Spigot, Paper and Folia.
  • Economy Bridge, providing simultaneous support for economies/currencies from multiple plugins.
  • Item Bridge, providing simultaneous support for custom items from multiple plugins.
  • Permissions Bridge, providing support for various permission plugins.
  • Custom Text Component Parser with Spigot and Paper support.
  • Custom Placeholder Parser featuring "lazy" replacement for maximum efficiency.
  • Command Tools for creating commands, custom argument types, and tab-completion.
  • YAML Config Tools for creating config "schemas" with automated reading/writing of paths, values, and comments.
  • Localization Tools for creating localization "schemas" with automated reading/writing of paths, values, and parameters.
  • Database Tools for SQLite and MySQL, including SQL query wrappers and table data synchronization.
  • Dialog Screen Tools for creating interactive dialog screens.
  • Inventory GUI Tools for creating custom inventory menus.
  • Player Utilities for handling Player objects.
  • Entity Utilities for handling Entity objects.
  • Location Utilities for handling Location objects.
  • Number Utilities (parsing, rounding, etc.).
  • Randomization Utilities (utilizing the new RandomGenerator).
  • Time Utilities (LocalTime, various formatting options).
  • ItemStack Utilities for handling ItemStack objects.
  • Enum Utilities for working with enum types.
  • String Utilities for text manipulation.
  • PersistentDataContainer Utilities for easier data storage.
  • Reflection Utilities for advanced backend tasks.
  • Bukkit Wrappers for simpler and more convenient interaction with Bukkit objects.
  • GameProfile Wrapper & Cache for fast access to player skins and custom heads.
  • Player-Placed Block Tracker (uses native world chunk storage, no unnecessary databases).

❌ What is NOT included:

  • No "bloatware" libraries for every minor task.
  • No data collectors or analytics.
  • No update checkers or network access.
  • No licensing systems or activation keys.
  • No advertisements.

Links

Plugins

Plugins powered by NightCore.

Donate

If you like my work or enjoy using my plugins, feel free to Buy me a coffee :) Thank you! 🧡

版本与下载

推荐下载

nightcore-2.16.3.jar版本 2.16.3 · 1.5 MBSHA-1 ec372e604677aec7f144db53fa763dc2e82086d0下载 nightcore-2.16.3.jar

2.16.3

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2 · 26.2
nightcore-2.16.3.jar1.5 MBSHA-1 ec372e604677aec7f144db53fa763dc2e82086d0获取文件 nightcore-2.16.3.jar
展开更新日志

API additions

2.16.2

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
nightcore-2.16.2.jar1.5 MBSHA-1 2dc5d680cdcf5ef069e9a9e8d051df18c7b73a90获取文件 nightcore-2.16.2.jar
展开更新日志
  • Added better Key API.
  • Fixed database error.

2.16.1

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
nightcore-2.16.1.jar1.5 MBSHA-1 75380949dc7b6942c860a7d7480e8518be770c37获取文件 nightcore-2.16.1.jar
展开更新日志

Fixed registry initializers

2.16.0

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
nightcore-2.16.0.jar1.5 MBSHA-1 ed7378b8e4a413ed05bdac0fbd5a99d2001ac7b9获取文件 nightcore-2.16.0.jar
展开更新日志
  • Add ConfigCodec API.
  • Add PermissionNamespace API.
  • Fixed PlaceholderAPI integration in Inventory GUIs from the newest Menu API.
  • Various undocumented fixes and additions.

2.15.2

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
nightcore-2.15.2.jar1.4 MBSHA-1 c139c78c8cc5b7e0750f709ae59dc0a666132e66获取文件 nightcore-2.15.2.jar
展开更新日志

Minor fixes and improvements.

2.15.1

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
nightcore-2.15.1.jar1.4 MBSHA-1 9e0b5c31b0873eb1bb24b3640a2d05c012a44549获取文件 nightcore-2.15.1.jar
展开更新日志
  • Add 26.1.2 and 26.2 as known versions.
  • Add PLAYER_EXACT command argument type.
  • Minor Dialog API additions.
  • Minor database API additions.
  • Fix data save/parse for the SPELL particle.
  • Fix user data cache lookup to use exact player names.

2.15.0

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
nightcore-2.15.0.jar1.4 MBSHA-1 3257838a08ff9ec36a286d0258035864f5579f62获取文件 nightcore-2.15.0.jar
展开更新日志
  • Added DialogRegistry and Dialog interface.
  • Improved SQL Wrappers; support for upsert statements, unique columns.
  • Expand new Menu API. Added custom command execution on item click.
  • Fixed PlaceholderAPI integration broke on reload.
  • Minor utils additions.

2.14.0.1

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
nightcore-2.14.0.jar1.4 MBSHA-1 9a75971ecf925eba8360da4b058532b08521bdce获取文件 nightcore-2.14.0.jar
展开更新日志

Fixed PlaceholderAPI hook.

2.14.0

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
nightcore-2.14.0.jar1.4 MBSHA-1 fe0b738fdabd7e899904d5fec8488c46d7adfc38获取文件 nightcore-2.14.0.jar
展开更新日志
  • UltraEconomy is kinda dead and therefore no more supported.
  • BeastTokens is no more supported unless a proper API repo is provided.
  • Better EconomyBridge API.
  • Added API for easy placeholder integration with PlaceholderAPI.
  • UserManager API additions.
  • Database API fixes.

2.13.3

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
nightcore-2.13.3.jar1.4 MBSHA-1 396a5195df005f0c67fd7a8e146d6b40f9eba307获取文件 nightcore-2.13.3.jar
展开更新日志

Minor API fixes and additions.

2.13.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
nightcore-2.13.2.jar1.4 MBSHA-1 36524afff7fa57434bec6ae63f69f215d54799b3获取文件 nightcore-2.13.2.jar
展开更新日志

Minor fixes and additions

2.13.1

正式版
加载器
folia · paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
nightcore-2.13.1.jar1.4 MBSHA-1 2ee9033827f603d74b77bda0e221e75af75a3db3获取文件 nightcore-2.13.1.jar
展开更新日志
  • Reimplement Folia support.
  • Fixed RandomFactory on Java <= 21

2.13.0

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
nightcore-2.13.0.jar1.4 MBSHA-1 cdd3210fb35e9d98fea00ea7eb39135a08ffec6d获取文件 nightcore-2.13.0.jar
展开更新日志
  • New Database API with GREATLY improved performance.
  • Fixed TIMESTAMP(6) data type for last_modified column.
  • Added Software bridge methods: setPlayerListHeaderFooter, setPlayerListName, kick.

2.11.0

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
nightcore-2.11.0.jar1.3 MBSHA-1 d6b8a09d30cd02b6d8888d6de40ba07c8c6ff662获取文件 nightcore-2.11.0.jar
展开更新日志
  • Added 1.21.11 as known version.
  • Additions and improvements to the new config API.
  • Added handler for explicit implementations for Spigot and Paper chat events.
  • New Placeholders API.
  • Improvements to the new Inventory API.
  • Fixed broken dialog inputs on Spigot.

2.10.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
nightcore-2.10.2.jar1.2 MBSHA-1 f0e0501fe3051d6f7a8489bf424b54c766748715获取文件 nightcore-2.10.2.jar
展开更新日志
  • Fixed a bug in the TextParser.
  • Fixed an error in NbtSerializer.
  • Fixed a bug, where GradientTagHandler can throw an error.
  • Added Spigot/Paper implementations for Player#getDisplayName.
  • Added support for %player_prefix% and %player_suffix% placeholders.

2.10.1

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
nightcore-2.10.1.jar1.2 MBSHA-1 fc6ac85f5d6d748aec9c8178556d74a7e2684930获取文件 nightcore-2.10.1.jar
展开更新日志
  • Fixed a small issue in text tag parsing.
  • Fixed a bug, where userdata fully overrides external changes in the database on leave. Now it saves only common fields if no other changes were made.

2.10.0

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
nightcore-2.10.0.jar1.2 MBSHA-1 867ca3d07ffaed9a4499811ea40e1f3c51471dcd获取文件 nightcore-2.10.0.jar
展开更新日志
  • New Menu API.
  • New ConfigType API.
  • New ArrayUtil.
  • Minor fixes & additions.

2.9.4

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
nightcore-2.9.4.jar1.2 MBSHA-1 64c0d83ee5db43ecfe4cc370e29c1f2d5389f3ca获取文件 nightcore-2.9.4.jar
展开更新日志
  • Added a few modern methods to FileUtil.

2.9.3

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
nightcore-2.9.3.jar1.2 MBSHA-1 bfa4b98f82ed8c4b0af65630bd5cf52f98a48f51获取文件 nightcore-2.9.3.jar
展开更新日志
  • Minor addition to Commands API.
  • Minor fixes in TagWrapper.
  • Fixed online player profile update on Spigot.
  • Fixed ExcellentCrates item adapter can throw an error.
  • Make ItemBridge to force lowercase IDs due to compatibility reasons.
  • Minor additions to ItemTag API.
  • Fixed sprite tag handling on both, Spigot and Paper.
  • Fixed sprite and head tags no inherit parent's style and child components.
  • Added simple Base64 encode methods to Strings util.

2.9.1

正式版
加载器
paper · purpur · spigot
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
nightcore-2.9.1.jar1.2 MBSHA-1 29f6ea8038b7bf695d5eb7485aeab49c2754d77f获取文件 nightcore-2.9.1.jar
展开更新日志
  • Add key type for NightRegistry.
  • Add Holder util.
  • Fix LangMessage not accept CommandSender collections.
  • Fix head and sprite tags can't handle content with quotes properly.

2.9.0

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
nightcore-2.9.0.jar1.2 MBSHA-1 b87052bfb143da4324a4722987d69b6988a636e3获取文件 nightcore-2.9.0.jar
展开更新日志
  • Remake profiles updating.
  • Add ProblemReporter util.
  • Add support for <sprite> and <head> tags.
  • Add premade buttons for dialogs.
  • Add DialogUser util.
  • Make FileConfig use Path as file reference.
  • Improve performance for lang messages.
  • Improve AdaptedItem API.
  • Improve NightKey API.
  • Improve NightRegistry API.
  • Improve ItemTag util.
  • Improve FileUtil util.

2.8.3

正式版
加载器
paper · purpur · spigot
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9
nightcore-2.8.3.jar1.2 MBSHA-1 4bb051904456b11e8d07a3cf3dc480316f8d79a3获取文件 nightcore-2.8.3.jar
展开更新日志
  • Fixed loading on Spigot (again)
  • Add profiles update cooldown to avoid Mojang API rate limit.

2.8.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9
nightcore-2.8.2.jar1.2 MBSHA-1 ecc7ab2d01bd614e7f9cf2d2ba51d475bae95f17获取文件 nightcore-2.8.2.jar
展开更新日志
  • Fixed loading on Spigot <= 1.21.6
  • Minor API tweaks and additions

2.8.0

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.8.0.jar1.2 MBSHA-1 1caaee67baf774c3ec8a382926a2f893a6a681c1获取文件 nightcore-2.8.0.jar
展开更新日志
  • EconomyBridge merged with some bugfixes.
  • Custom registry API (draft).
  • Parse double from dialogs output.
  • AdaptedItem wrapper for custom items.
  • Dialog handler fixes.
  • Added user_skin menu item type that reflects viewer's skin for player_head items.
  • Added config setting to set date time format to use in other plugins.
  • Code clean up.

2.7.17

正式版
加载器
paper · purpur · spigot
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.7.17.jar1.1 MBSHA-1 110c0b8e8b72f71c44fa4f1c8e62cb2cde09cf0f获取文件 nightcore-2.7.17.jar
展开更新日志
  • Minor fixes and additions.

2.7.16

正式版
加载器
paper · purpur · spigot
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.7.16.jar1.1 MBSHA-1 a8c9f21eed032a22534235ec6773499950bcedd6获取文件 nightcore-2.7.16.jar
展开更新日志
  • Fixed decoration tag parsing for items.
  • Improved custom command argument creation.
  • Remapped a few lang entries to not conflict with previous config.
  • Fixed sounds parsing for lang config.
  • Fixed default item names for menu configs.

2.7.15

正式版
加载器
paper · purpur · spigot
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.7.15.jar1.1 MBSHA-1 20119657de85131ee65a93704dfda30d6cefe314获取文件 nightcore-2.7.15.jar
展开更新日志

Minor API additions and improvements.

2.7.14

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.7.14.jar1.1 MBSHA-1 e911aec35d110752a55bbb9c5d01a594800c81c2获取文件 nightcore-2.7.14.jar
展开更新日志
  • New Lang API.
  • New Command API.
  • Added NightBossBar wrapper.
  • Improved DB synchronization implementation.
  • Added Max_Lifetime property to the engine.yml.
  • Fixed NightMessage#stripTags not worked properly.
  • Many other API additions amd improvements.
  • Bug fixes.

2.7.12.4

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.7.12.4.jar941.9 KBSHA-1 8a40c4ef90338b7828b7427b0f4e7a0be900b44e获取文件 nightcore-2.7.12.4.jar
展开更新日志
  • Fix TagParser to strip tags properly.
  • Fix hover and click tag wrappers to quote target text.
  • Strip inverted decoration tags produced by Paper's MiniMessage for item names and lore.
  • Correct 'gray' color in custom scheme.

2.7.12.3

正式版
加载器
paper · purpur · spigot
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.7.12.3.jar941.4 KBSHA-1 7d51beb2746e3c7f36a5598b4499ea621be3e6a6获取文件 nightcore-2.7.12.3.jar
展开更新日志
  • Fix custom heads.
  • Fix load on Paper <1.21.4.

2.7.12.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.7.12.2.jar940.4 KBSHA-1 c06ab80798078a07b7b82f793b6a21f4b5777101获取文件 nightcore-2.7.12.2.jar
展开更新日志
  • Add Profile cache.
  • Fix load on Spigot <1.21.6

2.7.12.1

正式版
加载器
paper · purpur · spigot
MC 版本
1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
nightcore-2.7.12.1.jar933.1 KBSHA-1 09dc8e1a693d60f49b3159f2f930800478154ba2获取文件 nightcore-2.7.12.1.jar
展开更新日志
  • Rename Hikari-pool.
  • Fix SimpleTagWrapper for closing string.
  • Fixed some placeholders not parsed properly.
  • Fixed errors on <1.21.6
  • Draft SQL API improvements.

2.7.10

正式版
加载器
paper · purpur · spigot
MC 版本
1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
nightcore-2.7.10.jar730.2 KBSHA-1 95bd96608f9a6370ee8767e429935bb87db34e53获取文件 nightcore-2.7.10.jar
展开更新日志
  • New version of the NightSound wrapper
  • Fixed heads in GUIs may override other items in the same slots even at low priority due to async profile update.
  • Force save user data on quit and delay synchronization.
  • New methods for BlockUtil.
  • Add Spigot <-> Paper bridge for Entity's setCustomName.
  • Fixed line split \n in ItemUtil.setLore.

2.7.9

正式版
加载器
paper · purpur · spigot
MC 版本
1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
nightcore-2.7.9.jar723.9 KBSHA-1 c365e2274eb80b378e8800e99a17ea1a7388f078获取文件 nightcore-2.7.9.jar
展开更新日志
  • Added 1.21.7 as known version.

2.7.8

正式版
加载器
paper · purpur · spigot
MC 版本
1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6
nightcore-2.7.8.jar721.3 KBSHA-1 ae2c4a1cde1310c17ebaae3ab335d383534ee808获取文件 nightcore-2.7.8.jar
展开更新日志
  • Added support for 1.21.6
  • Fixed maven URL
  • Minor API additions

2.7.7

正式版
加载器
paper · purpur · spigot
MC 版本
1.20.1 · 1.20.4 · 1.21.1 · 1.21.4 · 1.21.5 · 1.21.6
nightcore-2.7.7.jar719.5 KBSHA-1 672326325c4a0096eba201f9fd460743010686ef获取文件 nightcore-2.7.7.jar
展开更新日志
  • Add 1.21.6 as known game version.
  • Add color support for firework_star items in NightItem wrapper.
  • Add explicit support for LuckPerms.
  • Allow load lang entries from any config file.
  • Fix color config deserialization, where blue and green values were swapped.
  • Fix heads skin loading (especially in GUIs).
  • Fix default menu items has wrong names/properties.
  • Fix messages to use prefix only in CHAT mode.

2.7.6.1

正式版
加载器
paper · purpur · spigot
MC 版本
1.20.4 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
nightcore-2.7.6.1.jar717.8 KBSHA-1 64159d5844e5630b8c34345e542b67bccaff5b20获取文件 nightcore-2.7.6.1.jar
展开更新日志
  • Fixed compatibility for MC <= 1.21.4

2.7.6

正式版
加载器
paper · purpur · spigot
MC 版本
1.20.1 · 1.20.4 · 1.21.1 · 1.21.4 · 1.21.5
nightcore-2.7.6.jar717.6 KBSHA-1 b52d23387195e07bf1b63aa00ee37e0442be6be3获取文件 nightcore-2.7.6.jar
展开更新日志
  • Add support for the 'fallback' argument of the Translatable tag.
  • Apply PlaceholderAPI for menu titles if enabled in the menu config.
  • Split 'spigot' and 'paper' bridge into modules.
  • Full reload support for the nightcore plugin.

2.7.5.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.4 · 1.21.1 · 1.21.4 · 1.21.5
nightcore-2.7.5.2.jar665.8 KBSHA-1 e0efba0cff39ba7de6d489f6d0c7f673ceafae23获取文件 nightcore-2.7.5.2.jar
展开更新日志
  • Improved item handling.

2.7.5.1

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.1 · 1.20.4 · 1.21.1 · 1.21.4 · 1.21.5
nightcore-2.7.5.1.jar663.8 KBSHA-1 5530bb6a74674e92a6cdcd50c10c6129eeba447e获取文件 nightcore-2.7.5.1.jar
展开更新日志
  • Fixed plugin not loading on versions < 1.21
  • Fixed empty lines on some items in some GUIs.

2.7.5

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.1 · 1.20.4 · 1.21.1 · 1.21.4 · 1.21.5
nightcore-2.7.5.jar663.1 KBSHA-1 c92d7d60709b8981a3b825f5b17d0a8e3c9069fd获取文件 nightcore-2.7.5.jar
展开更新日志
  • Add support for 1.21.5.
  • Add Cuboid API.
  • Add unified confirm menu API.
  • Add GUI utils and confirmation API.
  • Improved TabContext class. Added argument & flag cache.
  • Improved CommandContext feedback methods to accept Replacer consumer.
  • Improved text components implementation by using Paper features where possible.
  • Fixed nightcore prefix in other plugin's command error messages.
  • Fixed the same command flag appears infinite times in tab completion.
  • Fixed NPE errors related to Dialog and LinkedMenu classes.
  • Other various fixes and improvements.

2.7.4

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.4 · 1.21.1 · 1.21.3 · 1.21.4
nightcore-2.7.4.jar630.6 KBSHA-1 ec96ff2f856fc2b4aaacd10a751c99f3447497ff获取文件 nightcore-2.7.4.jar
展开更新日志

Fixed error of previous 2.7.4 build

  • Migrate plugin name, commands, language, database and userdata settings to the engine.yml config file.
  • Added LangUIButton class with better localization of GUI editor buttons.
  • Make NightSound class compact for config files.
  • Added NightSound support for the sound tag of lang messages. This allows to use volume and pitch values and custom RP sounds.
  • Added 'Locale' config option for Number Formatter.
  • Added 'TimeZone' config option.
  • New TimeFormats class with different time format options.
  • Fixed NightTask#stop never worked properly.
  • Fixed possible CommandMap errors.

2.7.4

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.4 · 1.21.1 · 1.21.3 · 1.21.4
nightcore-2.7.4.jar630.5 KBSHA-1 c54864e484f99cc41b9690824c73ec4ceb764dae获取文件 nightcore-2.7.4.jar
展开更新日志
  • Migrate plugin name, commands, language, database and userdata settings to the engine.yml config file.
  • Added LangUIButton class with better localization of GUI editor buttons.
  • Make NightSound class compact for config files.
  • Added NightSound support for the sound tag of lang messages. This allows to use volume and pitch values and custom RP sounds.
  • Added 'Locale' config option for Number Formatter.
  • Added 'TimeZone' config option.
  • New TimeFormats class with different time format options.
  • Fixed NightTask#stop never worked properly.
  • Fixed possible CommandMap errors.

2.7.3.4

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.1 · 1.20.2 · 1.20.4 · 1.21.1 · 1.21.3 · 1.21.4
nightcore-2.7.3.4.jar614.6 KBSHA-1 fafaa21c0b4263bf3f3c0873b67a40d9211339e9获取文件 nightcore-2.7.3.4.jar
展开更新日志

FIXED:

  • Errors when using Spigot.

2.7.3.3

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.1 · 1.20.2 · 1.20.4 · 1.21.1 · 1.21.3 · 1.21.4
nightcore-2.7.3.3.jar614.4 KBSHA-1 78ae886aa3d3eb60335552fa391c55fdf2bdf8ed获取文件 nightcore-2.7.3.3.jar
展开更新日志
  • Fixed possible error on versions <= 1.21.3

2.7.3.2

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.1 · 1.20.2 · 1.20.4 · 1.21.1 · 1.21.3 · 1.21.4
nightcore-2.7.3.2.jar614.3 KBSHA-1 29e9813fde85ee1e8da311452cd9450e96229c4e获取文件 nightcore-2.7.3.2.jar
展开更新日志
  • Added ItemUtil.getSerializedName
  • Added ItemUtil.getSerializedLore
  • Fixed attributes error on Spigot
  • Added missing vanilla named colors

2.7.3.1

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.1 · 1.20.2 · 1.20.4 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
nightcore-2.7.3.1.jar612.8 KBSHA-1 8e3ad6c3dcab3ae7d8c7112c821372e53d29290d获取文件 nightcore-2.7.3.1.jar
展开更新日志
  • Updated lang assets to 1.21.4
  • ConfigValue API additions.
  • Fixed bugged menu auto-refresh.
  • Menu API additions.
  • Fixed broken ItemHandler in certain menus in certain cases.
  • Bridge to use Paper API.
  • Fixed StringUtil ID method.
  • Support for inverted bold, italic, underlined text tags.
  • Support for Color particle data.

2.7.3

正式版
加载器
paper · purpur · spigot
MC 版本
1.19.4 · 1.20.1 · 1.20.2 · 1.20.4 · 1.20.6 · 1.21.1 · 1.21.3 · 1.21.4
nightcore-2.7.3.jar605.6 KBSHA-1 fb91725b6dc64ef7def96b46fd3e067c2f44997a获取文件 nightcore-2.7.3.jar
展开更新日志
  • New Menu API
  • Deprecated old Menu API
  • Preparing to use 1.21 Spigot API
  • Support for 1.21.4