-
Notifications
You must be signed in to change notification settings - Fork 12
FAQ
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.
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.
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.
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.
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.*
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].
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.