Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
MSWS edited this page Jun 12, 2020 · 3 revisions

Here are a few commonly ask questions/problems that people may encounter while using NOPE.

If you have a question that is not answered here, please join the Discord for assistance.

Does NOPE auto teleport/kick/ban?

NOPE executes the list of specified actions in the config. This list can be configured per-check and allows you to specify whether NOPE teleports, kicks, bans, etc. You can view a full indepth explanation of the configuration here.

How can I change the ban duration?

The ban duration is specified in the config. The action to ban is ban:Duration:Reason, the duration is in milliseconds, 1000 ms = 1 second, so a duration of 60000 would be one minute. A ban duration of 2.628e+9 would be 1 month.

What is a ban token?

A ban token is a key that the player is given for if they want to challenge their ban validity. If a player is appealing a ban from NOPE, they should give you their token. The server administrators are then able to run /nope lookup [TOKEN], look at the ban in the logs/ folder, or visit hastebin.com/[TOKEN]; this is all depending on what mode the log setting is set to.

Why isn't NOPE flagging me?

Please make sure you are not bypassing any flags. You should not be OPped, the bypass permission is nope.bypass.*. You should give your staff nope.message.* and negate nope.bypass.*

How do I unban someone?

NOPE hooks into any ban plugins the server has. Generally most ban plugins allow unbanning a player with the command /unban [player]. If you do not have a ban plugin, the vanilla unban command is /pardon [Player].

If my server is X version but it supports X-X will NOPE work?

NOPE is intended to be used on a pure 1.15 server. Assuming the server version is 1.15 it most likely will work perfectly fine with other clients, however do note that pre-1.15 version are not supported.