Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Op Login
PluginLicenseRef-All-Rights-Reserved

Op Login

This tagline highlights the core purpose of the plugin—enhancing server security by ensuring that operators authenticate themselves before gaining access to commands.

1.1K
Downloads
6
Followers
11 months ago
Updated
📦
4
Versions
storagetechnologyutilitybukkitpaperpurpurspigot
Download Latestv1.3.0View on Modrinth

📖About Op Login

OpLogin

OpLogin is a simple and effective Minecraft plugin designed to enhance server security by requiring operators to authenticate with a password before they can execute commands. Perfect for server administrators who want to ensure that only authorized and authenticated operators can perform administrative tasks.

Features

  • Password Protection: Require OPs to log in with a password before they can use administrative commands.
  • Password Management: Set and reset OP passwords easily via console commands.
  • Persistent Storage: Passwords are saved across server restarts to ensure seamless operation.
  • Console Security: Sensitive commands are hidden from the console log to protect against unauthorized access.
  • Command Whitelist: Configure which commands can be used without requiring login.

Commands

  • /opsetpass <player> <password>
    Sets a password for the specified OP player. This command can only be executed from the console.
  • /oplogin <password>
    Allows an OP player to log in with their password. Once logged in, the player can access all OP commands.
  • /resetop <player>
    Resets the password for the specified OP player. This command can only be executed from the console.
  • /opreload
    Reloads the plugin's data from disk. Note: Configuration changes require a server restart to take effect.

Installation

  1. Download the latest version of OpLogin.
  2. Place the OpLogin.jar file into your server's plugins directory.
  3. Start your server to generate default configuration files.
  4. The plugin will create config.yml and whitelist.yml files in the plugins/OpLogin directory.

Configuration

config.yml

# Security settings
security:
  # Minimum password length
  min-password-length: 8
  # Maximum failed login attempts before temporary block
  max-login-attempts: 3
  # Block duration in minutes after max failed attempts
  block-duration: 15

# Message settings (supports color codes)
messages:
  prefix: '&8[&bOpLogin&8] &7'
  login-success: '&aLogin successful! You can now use OP commands.'
  # ... other messages ...

# Stored encrypted passwords (DO NOT EDIT MANUALLY!)
passwords: {}

Important: Changes to config.yml require a server restart to take effect. The /opreload command only reloads stored passwords and whitelist entries.

whitelist.yml

This file contains a list of commands that can be used without requiring login. By default, it includes:

whitelisted-commands:
  - help
  - oplogin
  - list
  - ping

Note: Like config.yml, changes to whitelist.yml require a server restart to take effect.

Usage

Set a Password:

Use the /opsetpass <player> <password> command from the console to assign a password to an OP.

Login:

OPs must use the /oplogin <password> command to authenticate themselves upon joining the server.

Reset Password:

Use the /resetop <player> command from the console to remove an OP's current password. The OP will need to set a new password.

Configuration Changes:

  1. Stop your server
  2. Edit the configuration files as needed
  3. Start your server
  4. Your changes will now be in effect

Permissions

No specific permissions are required for basic operation. Commands are restricted to the console or OPs as described.

Compatibility

  • Minecraft Versions: Tested on Minecraft 1.20 and newer.
  • Server Software: Works with Spigot, Paper, and other Bukkit-compatible server software.

👥 Team & Contributors

periklis20m
periklis20mOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7

🔗 Links

Modrinth Page