This repository was archived by the owner on Aug 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Permissions
MSWS edited this page Jul 22, 2020
·
5 revisions
| Permission | Description | Example |
|---|---|---|
| nope.bypass.[type] | Bypass a specific type of hack | nope.bypass.movement |
| nope.bypass.[category] | Bypass a specific type of category | nope.bypass.flight |
| nope.bypass.[type].[debug] | Bypass a specific check | nope.bypass.movement.flight#1 |
| nope.message.normal | Be notified of INGAME log messages | |
| nope.message.dev | Be sent dev messages if dev mode is enabled | |
| nope.message.update | Be notified when an update is available for NOPE | |
| nope.message.reports | Be notified when a player reports someone | |
| nope.scoreboard | View the regular scoreboard if the scoreboard is enabled | |
| nope.scoreboard.dev | View the developer scoreboard if dev mode is enabled |
| Command /nope... |
Description | Permission | Example |
|---|---|---|---|
| banwave [Player] | Adds a player to the banwave | nope.command.banwave | /nope banwave MSWS |
| enablechecks | Enables all checks and sets the values in the config | nope.command.enablechecks | |
| online | View online information for NOPE | nope.command.online | |
| reload | Reloads NOPE's files | nope.command.reload | /nope reload |
| removebanwave [Player] | Removes a player from the banwave | nope.command.removebanwave | /nope removebanwave MSWS |
| reset | Resets NOPE's files | nope.command.reset | |
| stats | View statistics and toggle checks | nope.command.stats | |
| testanimation [Animation] | Test an animation | nope.command.testanimation | /nope testanimation NOPE |
| testanimation [Animation] | A player can be specified | nope.command.testanimation.others | /nope testanimation NOPE MSWS |
| testlag [Delay] | Intentionally lag the server for testing purposes | nope.command.testlag | /nope testlag 5 |
| time | View time until the next banwave | nope.command.time | |
| vl | View player VLs | nope.command.vl | /nope vl MSWS |
| warn [Player] h:[Hack] v:[VL] | Manually flag a player | nope.command.warn | /nope warn MSWS h:Test v:50 |
| trust | View your own trust factor | nope.command.trust | |
| trust | View other player's trust factor | nope.command.trust.others | /trust MSWS |
| report [Player] [Reason] | Report a player for cheating | nope.command.report | /nope report MSWS Flying |
| toggle [Setting] | Toggle specific settings for the player/plugin | nope.command.toggle | |
| toggle scoreboard | Toggle the player's own scoreboard | nope.command.toggle.scoreboard | |
| toggle gscoreboard | Toggle whether or not the scoreboard is enabled at all | nope.command.toggle.gscoreboard | |
| toggle notifications | Toggle if the player receives INGAME log notifications | nope.command.toggle.notifications | |
| toggle reports | Toggle if the player receives report notifications | nope.command.toggle.reports | |
| toggle dev | Toggle the plugin's developer mode | nope.command.toggle.dev | |
| toggle log | Toggle how the plugin logs logs | nope.command.toggle.log | /nope toggle log NONE |
| toggle updatechecker | Toggle the plugin's update checker | nope.command.toggle.updatechecker | |
| toggle debug | Toggle the plugin's debug mode | nope.command.toggle.debug | |
| toggle global | Toggle the plugin's global mode | nope.command.toggle.global |