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
FrpPlugin - Minecraft服务器内网穿透插件
PluginMIT

FrpPlugin - Minecraft服务器内网穿透插件

FrpPlugin is a Bukkit plugin for Minecraft servers that facilitates intranet penetration by integrating with the frp client. This plugin offers features such as automatic downloads and updates of the frpc client, mirror acceleration for faster downloads, s

46
Downloads
1
Followers
1 years ago
Updated
📦
2
Versions
game-mechanicsmanagementutilitybukkit
Download Latestv1.1.0View on Modrinth

📖About FrpPlugin - Minecraft服务器内网穿透插件

FrpPlugin - Minecraft Server Intranet Penetration Plugin

Introduction

FrpPlugin is a Bukkit plugin for Minecraft servers that integrates with the frp client, enabling server administrators to easily implement intranet penetration functionality, allowing players to connect to your Minecraft server from the extranet.

Features

  • Automatic downloads and updates: Automatically downloads the latest version of the frpc client from GitHub for Windows, Linux and Mac.
  • Mirror Acceleration: Built-in domestic mirror source to solve the problem of slow download speed of GitHub.
  • Simple Configuration: Set frpc parameters through a simple configuration file.
  • Command Control: Provides a complete command system to start, stop and restart frpc in-game.
  • Status Monitoring: Monitor the status of frpc in real time.
  • Autostart: start frpc service automatically when the server starts.

Installation

  1. download the latest version of FrpPlugin.jar file
  2. Place the JAR file in the server's plugins directory.
  3. Restart the server or use the plugin manager to load the plugin.

Configuration instructions

Plugin configuration (config.yml)

## Whether to automatically start frpc when the server starts up
auto_start: true

# Whether or not to display detailed logging of frpc in the console.
verbose_logging: true

# Download settings
download.
  # Whether to check for updates on startup
  check_update: false
  # Download timeout (seconds)
  timeout: 30

frpc configuration (frpc.toml)

# frpc.toml - frp client configuration file

serverAddr = “” # frp server address
serverPort = # frp server port
token = “” # Authentication token

[[proxies]]
name = “” # proxy name
type = “tcp” # proxy type
localIP = “127.0.0.1” # Local IP
localPort = 25565 # Minecraft server port
remotePort = # remote port

Usage

List of commands

  • /frp start - Starts the frpc client.
  • /frp stop - stops the frpc client
  • /frp restart - Restarts the frpc client.
  • /frp status - Checks the status of frpc.
  • /frp config - Reloads the configuration file.

Privilege nodes

  • /frpplugin.admin - Allow use of all FrpPlugin commands (owned by default OP)

Configuration example

Use public frp server

``toml
serverAddr = “frp.example.com” # Replace with public frp server address
serverPort = 7000
token = “your_token” # if needed

[[proxies]]
name = “minecraft-server”
type = “tcp”
localIP = “127.0.0.1”
localPort = 25565 # your Minecraft server port
remotePort = 12345 # The remote port assigned to you

Translated with DeepL.com (free version)

👥 Team & Contributors

65658dsf
65658dsfOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkit
Minecraft Versions
1.8.91.91.9.11.9.21.9.31.9.41.101.10.1+46 more

🔗 Links

Modrinth Page