You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have small problems with configuring survivalfly properly. Sometimes a person gets set back a minimal position many many times. I have run the debugger and I found it, but I really don't know how to change the config such that this is not being logged or cancelled anymore.
A TP is scheduled to setback the player, but I want this to be disabled or to change how this works in the configuration.
In the config it says setback: default under survivalfly, but I can no where find the possible other values for 'default'. The documentation is lacking and I have tried to search for over 5 hours now.
Hopefully anyone can help me out :)
Complete output of the ncp version command (please prefer text here).
09.04 17:25:19 [Server] INFO ---- Version information ----
09.04 17:25:19 [Server] INFO #### Server ####
09.04 17:25:19 [Server] INFO git-Paper-137 ~MC: 1.16.1~
09.04 17:25:19 [Server] INFO detected: 1.16.1
09.04 17:25:19 [Server] INFO #### NoCheatPlus ####
09.04 17:25:19 [Server] INFO Plugin: 3.17-SNAPSHOT-Updated-b90
09.04 17:25:19 [Server] INFO MCAccess: 1.13-1.16|? / Bukkit-API
09.04 17:25:19 [Server] INFO Features:
09.04 17:25:19 [Server] INFO blocks: BlocksMC1_4 | BlocksMC1_5 | BlocksMC1_6_1 | BlocksMC1_7_2 | BlocksMC1_8 | BlocksMC1_9 | BlocksMC1_10 | BlocksMC1_11 | BlocksMC1_12 | BlocksMC1_13 | BlocksMC1_14 | BlocksMC1_15 | BlocksMC1_16 | MCAccessBukkitModern
09.04 17:25:19 [Server] INFO checks: FastConsume | Gutenberg | HotFixFallingBlockPortalEnter | AttackFrequency | FlyingFrequency | KeepAliveFrequency
09.04 17:25:19 [Server] INFO defaults: pvpKnockBackVelocity
09.04 17:25:19 [Server] INFO packet-listeners: UseEntityAdapter | MovingFlying | OutgoingPosition | KeepAliveAdapter | SoundDistance | WrongTurnAdapter | NoSlow | Fight
09.04 17:25:19 [Server] INFO Hooks: AllViolations~NCP~ 1.0 | ViolationFrequency~NCP~ 1.0
09.04 17:25:19 [Server] INFO #### Related Plugins ####
09.04 17:25:19 [Server] INFO ProtocolLib v4.6.0 | ViaVersion v3.2.1
Have you made any (noteworthy) changes to the default configuration of NCP?
This is the debug thing I find and I don't know how to adress this within the config. How to change the config such that this teleport is not being scheduled in this certain case?
21-04-09 16:37:11 [INFO] [VL] [MOVING_SURVIVALFLY] [waterman1001] [->[Owner] Onno] VL=57(+3.3) distance=0.38 health=20.0/20.0 locationfrom=1339.16, 8.00, 2664.32 locationto=1338.77, 8.00, 2664.30 tags=sprinthop+bunnyenv+bunnyenv+hspeed
21-04-09 16:37:11 [FINE] [MOVING] [waterman1001] Set back type: CANCEL (schedule:true updatefrom:true)
21-04-09 16:37:11 [FINE] [MOVING] [waterman1001] Prepare set back to: Minigames/x=1339.1563069821718,y=8.0,z=2664.3191133396654 (default.modern)
21-04-09 16:37:11 [FINE] [MOVING] [waterman1001] Schedule teleport (set back) to: Location{world=CraftWorld{name=Minigames},x=1339.1563069821718,y=8.0,z=2664.3191133396654,pitch=1.9499806,yaw=98.25092}
21-04-09 16:37:11 [FINE] [NET] [waterman1001] Outgoing confirm teleport id: 11
21-04-09 16:37:11 [FINE] [NET] [waterman1001] Expect ACK on outgoing position: CountableLocation(x=1339.1563069821718,y=8.0,z=2664.3191133396654,pitch=1.9499806,yaw=98.25092,count=1,tpid=11)
21-04-09 16:37:11 [FINE] [NET] [waterman1001] Confirm teleport packet (matched=YES): 11
21-04-09 16:37:11 [FINE] [NET] [waterman1001] Flying(ground=false,x=1339.1563069821718,y=8.0,z=2664.3191133396654,pitch=1.9499806,yaw=98.25092)
21-04-09 16:37:11 [FINE] [MOVING] [waterman1001] Player set back on tick: Skip teleport, player is there, already.
21-04-09 16:37:11 [FINE] [NET] [waterman1001] Flying(ground=false,x=1339.030371394193,y=8.0,z=2664.2998522066723,pitch=1.9499806,yaw=98.70093)
21-04-09 16:37:11 [FINE] [MOVING] [waterman1001] MOVE in world Minigames:
From: x=1339.1563069821718,y=8.0,z=2664.3191133396654,pitch=1.9499806,yaw=98.25092
To: x=1339.030371394193,y=8.0,z=2664.2998522066723,pitch=1.9499806,yaw=98.70093
(walkspeed=0.2 flyspeed=0.1)(sprinting)(svel=-0.04882571128503747,-0.0784000015258789,0.0)
21-04-09 16:37:11 [FINE]
from flags: SOLID+GROUND+HEIGHT100+XZ100
from below id=PURPLE_CONCRETE data=0 shape=[0.0, 0.0, 0.0, 1.0, 1.0, 1.0]
to flags: SOLID+GROUND+HEIGHT100+XZ100
to below id=PURPLE_CONCRETE data=0 shape=[0.0, 0.0, 0.0, 1.0, 1.0, 1.0]
21-04-09 16:37:11 [FINE] [MOVING_SURVIVALFLY] [waterman1001]
onground: onground -> onground, jumpphase: 0, liftoff: NORMAL(0) bHopTick= 2
hDist: 0.127 / Allowed: 0.351 hbuf=0 , vDist: 0 / Allowed: 0.6 , sby=8.0 (0 / 1.35)
hacc: 1.045(30)
tags: sprinthop
The text was updated successfully, but these errors were encountered:
Short description of the issue.
I have small problems with configuring survivalfly properly. Sometimes a person gets set back a minimal position many many times. I have run the debugger and I found it, but I really don't know how to change the config such that this is not being logged or cancelled anymore.
A TP is scheduled to setback the player, but I want this to be disabled or to change how this works in the configuration.
In the config it says setback: default under survivalfly, but I can no where find the possible other values for 'default'. The documentation is lacking and I have tried to search for over 5 hours now.
Hopefully anyone can help me out :)
Complete output of the ncp version command (please prefer text here).
Have you made any (noteworthy) changes to the default configuration of NCP?
No, because I don't know what I can change.
Provide additional information, such as error/debug/violation logs. (For reproducible issues with moving consider: https://github.com/NoCheatPlus/Docs/wiki/Debugging#on-the-fly-debug-output-for-individual-players) Use GitHub gists or http://pastebin.com/ or similar for huge logs, or attach a (zip-) file here. For image uploads, please prefer a site that allows viewing without JavaScript, you can upload file attachments for issues right here.
This is the debug thing I find and I don't know how to adress this within the config. How to change the config such that this teleport is not being scheduled in this certain case?
The text was updated successfully, but these errors were encountered: