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
server: works on paper (no plugins) 1.9.2, has issues on paper (constantiam.net) (possible no cheat plus?)
node: #.#.#
Detailed description of a problem
Bot need to open 5 chests (one on top of the other) and read content. This works with no issues on paper (without ac) but it's not working on a server with Nocheatplus.
The bot should open the chest. This code works on a "vanilla" paper server on localhost but does not on a server with anticheat.
It has not issues opening the first two chests, with the third it just hangs.
possible bugStage1just created by someone new to the project, we don't know yet if it deserves an implementation / a f
1 participant
Converted from issue
This discussion was converted from issue #3036 on May 01, 2023 17:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Versions
Detailed description of a problem
Bot need to open 5 chests (one on top of the other) and read content. This works with no issues on paper (without ac) but it's not working on a server with Nocheatplus.
Code is coming from https://github.com/lazydancer/idk/
What did you try yet?
Your current code
Expected behavior
The bot should open the chest. This code works on a "vanilla" paper server on localhost but does not on a server with anticheat.
It has not issues opening the first two chests, with the third it just hangs.
Additional context
inventory 0
Trying to open:(1, 48, 2) [0]
Done opening:(1, 48, 2)
inventory 1
closing window
Trying to open:(1, 49, 2) [1]
Done opening:(1, 49, -2)
inventory 2
closing window
Trying to open:(1, 50, -2) [2]
The bot will hang here, so supposedly on await this.bot.openContainer(this.bot.blockAt(location))
Beta Was this translation helpful? Give feedback.
All reactions