HomeJavaModsPNCP | A NoCheatPlus Addition | 1.7.10 - 1.12 Support | 9000+ Downloads!
PNCP | A NoCheatPlus Addition | 1.7.10 - 1.12 Support | 9000+ Downloads!
ModsJava

PNCP | A NoCheatPlus Addition | 1.7.10 - 1.12 Support | 9000+ Downloads!

⬇ Download on Spigot
[​IMG]

--------------------------------------------------------------
PNCP is an free Addition to NCP to fix some bypasses from several Hacked Clients.
------------------------------------------------------------
PLEASE DONT LEAVE BAD REVIEWS IF THERE ARE FALSE DETECTIONS OR ISSUES!

REPORT IT HERE!

THANKS :)

Spigot 1.7.10 to 1.11, PaperSpigot and other Forks are not supported!


[​IMG]



ScaffoldWalk
Tower
Derp
Criticals
BedFucker(Auto BedDestroy)
Teleport
InfiniteElytra(only 1.9 - 1.11)
Aimbot
NCPDragDown
KillAura
Speed
LongJump/LongHop
InventoryMove
Step
AutoFish


Green = added
Orange = planed


[​IMG]

pncp.admin - default Admin permission
pncp.alert - to see the Flags a player is generating
pncp.bypass - to bypass ALL checks
pncp.bypass.*checkname* - to bypass the specific check

[​IMG]

NoCheatPlus 1.8 - 1.11

For 1.8 - 1.11 Use:
ProtocolLib 4.3.0
For 1.7.10 and 1.7 - 1.8 ProtocolHack use:
ProtocolLib 3.4.0

[​IMG]


Spoiler: net.horizon.pnpc.api.PNCPFlagEvent
Code (Text):
    @EventHandler
    public void onFlag(PNCPFlagEvent e){
        Player p = e.getPlayer();
        UUID puuid = e.getUUID();
        String reason = e.getReason();
        Check c = e.getCheck();
        String checkname = c.getName();
        e.setCancelled(true); //// Cancels the violation
    }


[​IMG]
Spoiler: Default Config
Code (Text):
#            88888888ba   888b      88    ,ad8888ba,   88888888ba
#            88      "8b  8888b     88   d8"'    `"8b  88      "8b
#            88      ,8P  88 `8b    88  d8'            88      ,8P
#            88aaaaaa8P'  88  `8b   88  88             88aaaaaa8P'
#            88""""""'    88   `8b  88  88             88""""""'
#            88           88    `8b 88  Y8,            88
#            88           88     `8888   Y8a.    .a8P  88
#            88           88      `888    `"Y8888Y"'   88
#                               __
#                              / /  __ __
#                             / _ \/ // /
#                            /_.__/\_, /
#                                 /___/
# ______  __            _____                   _________     _________
# ___  / / /_______________(_)____________________  ____/___________  /____
# __  /_/ /_  __ \_  ___/_  /___  /_  __ \_  __ \  /    _  __ \  __  /_  _ \
# _  __  / / /_/ /  /   _  / __  /_/ /_/ /  / / / /___  / /_/ / /_/ / /  __/
# /_/ /_/  \____//_/    /_/  _____/\____//_/ /_/\____/  \____/\__,_/  \___/
#
#========================================================
#  This is the default Config generated by PNCP
#
# Select the Lang-File for the plugin. (see langs directory)
lang: en
#
#
#Should PNCP drag the player down if the Player tries to fly, or setback to the old location?
#Damage = Should PNCP damage the player on dragdown? 1 = half heart | 0 = disabled
npcdragdownhook:
  enabled: true
  damage: 0
#
#                                  
#    ,ad8888ba,  88                                88
#   d8"'    `"8b 88                                88
#  d8'           88                                88
#  88            88,dPPYba,   ,adPPYba,  ,adPPYba, 88   ,d8  ,adPPYba,
#  88            88P'    "8a a8P_____88 a8"     "" 88 ,a8"   I8[    ""
#  Y8,           88       88 8PP""""""" 8b         8888[      `"Y8ba,
#   Y8a.    .a8P 88       88 "8b,   ,aa "8a,   ,aa 88`"Yba,  aa    ]8I
#    `"Y8888Y"'  88       88  `"Ybbd8"'  `"Ybbd8"' 88   `Y8a `"YbbdP"'
#
# Should PNCP check for this specific check, and should it be silent(no noticeable flags for hacker)?
#
scaffoldwalk:
  enabled: true
  silent: false
  actions:
    - 0:cancel
    - 0:setback
    - 3:ban %player% Hacking is not allowed.
#
#
bedfucker:
  enabled: true
  silent: false
  actions:
    - 0:cancel
    - 20:ban %player% Hacking is not allowed.
#
#
teleport:
  enabled: true
  silent: false
  actions:
    - 20:cancel
    - 20:setback
    - 50:damage=10
#
#
criticals:
  enabled: true
  silent: false
  actions:
    - 0:cancel
    - 1:setback
#
#
tower:
  enabled: true
  silent: false
  actions:
    - 3:setback
    - 3:cancel
    - 5:ban %player% Hacking is not allowed.
#
#
derp:
  enabled: true
  silent: false
  actions:
    - 0:setback
    - 3:ban %player% Hacking is not allowed.
#
#
infiniteelytra:
  enabled: true
  silent: false
  actions:
    - 10:ban %player% Hacking is not allowed.
#
#
aimbot:
  enabled: true
  silent: false
  actions:
    - 3:ban %player% Hacking is not allowed.
#
#
killaura:
  enabled: true
  silent: false
  actions:
    - 3:ban %player% Hacking is not allowed.
#
#
speed:
  enabled: true
  silent: false
  actions:
    - 4:setback
    - 8:ban %player% Hacking is not allowed.
#
#

Spoiler: ActionData: Avaiable Variables and Args
explanation: <Violations Needed to Trigger>:<Command/Arg>

example: 5:ban %player% Hacking is not allowed. - bans the player if the violations are equals or over 5


Args:
Damage: 4:damage=5 - gives the player 5 half hearts damage.
Setback: 4:setback - teleports the player to the Last Location.
Cancel: 4:cancel - cancles the Event what was triggered.

Variables:
PlayerName = %player%

------------------------------------------------------------

Because this Plugin is free i would look forward for any donations :)

DONATE

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

PNCP | A NoCheatPlus Addition | 1.7.10 - 1.12 Support | 9000+ Downloads! is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 26,365 times (via Spigot). Download it and open it directly in the game.

Explore more