Go to file
2023-07-25 03:14:41 +02:00
api add visibility methods to api 2023-07-17 23:40:17 +02:00
gradle/wrapper add command lib dependency & work on the api publishing 2023-05-03 06:15:56 +01:00
plugin update viewers list before showing the npc to prevent the show/hide methods from being called multiple times by the processor task when the method needs extra time to grab skins which causes some problems including multiple teams being created resulting in client warnings/kicks on BungeeCord 2023-07-25 03:14:41 +02:00
.gitignore switch from using gradle.properties to enviroment variables for repository auth 2023-06-19 13:45:32 +02:00
build.gradle make version have -SNAPSHOT at the end if built by jenkins 2023-06-19 13:50:28 +02:00
gradlew add code 2023-04-17 17:15:50 +01:00
gradlew.bat add code 2023-04-17 17:15:50 +01:00
LICENSE license & readme 2023-04-20 01:49:19 +01:00
README.md add credits to readme 2023-07-01 00:18:37 +02:00
settings.gradle rename subproject 2023-05-03 07:25:52 +01:00

ZNPCsPlus

ZNPCsPlus is a Spigot plugin that is used to create fake entities that players can interact with to perform actions like switching servers on a network or executing commands.

This plugin is a remake of a plugin called ZNPCs, we originally started because the maintainer of ZNPCs decided to announce that he was dropping support for the plugin.

Why is it so good?

  • 100% Packet Based - Nothing is ran on the main thread
  • Performance & stability oriented code
  • Support for all versions from 1.8 to 1.20.1
  • Support for multiple different storage options (WIP)
  • Intuitive command system

Requirements, Extensions & Supported Software

Requirements:

  • Java 8+
  • Minecraft 1.8 - 1.20.1

Supported Softwares:

Optional Dependencies/Extensions:

  • PlaceholderAPI

Found a bug?

Open an issue in the GitHub issue tracker or join our support discord

BStats

Like what you see? Want the project to continue improving? Consider starring the repository & leaving a positive review on Spigot!

License

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Credits