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

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Geo Restrict
PluginGPL-3.0-only

Geo Restrict

Geo Restriction plugin / works on paper / bukkit / velocity and bungeecord

330
Downloads
3
Followers
3 months ago
Updated
📦
5
Versions
managementutilitybukkitbungeecordfoliapaperpurpurspigotvelocity
Download Latestv1.0.0View on Modrinth

📖About Geo Restrict

As the name suggests, Geo Restrict is a geo-restriction plugin. It allows you to block/allow certain countries and ASNs. In the config, you can enable VPN check, which is very simple and uses flagged keywords. The plugin does not require any API key, just drop it in your plugin folder and it's ready to use. It also has Discord webhook notifications so you can keep logs of some kind.


bstats

new:

old:


Configuration

# GeoRestrict Configuration
# 
# Modes: ALLOWLIST, BLOCKLIST, DISABLED

# Country Restriction Settings
# If mode is ALLOWLIST, only countries in the list are allowed.
# If mode is BLOCKLIST, countries in the list are blocked.
countryMode: BLOCKLIST
countries:
  - EE
  - RU
  - KP

# ASN Restriction Settings
# Same logic as countries.
asnMode: DISABLED
asns:
  - AS12345

# VPN / Proxy Detection Settings
vpnCheckEnabled: true
vpnKeywords:
  - vpn
  - proxy
  - tunnel
  - socks
  - shadowsocks
  - wireguard
  - openvpn
  - hosting
  - datacenter
  - "data center"
  - colocation
  - colo
  - cloud
  - vps
  - "virtual private server"
  - "dedicated server"
  - amazon
  - aws
  - azure
  - "google cloud"
  - gcp
  - digitalocean
  - linode
  - vultr
  - hetzner
  - ovh
  - scaleway
  - contabo
  - hostinger
  - godaddy
  - namecheap
  - bluehost
  - dreamhost
  - hostgator
  - nordvpn
  - expressvpn
  - surfshark
  - protonvpn
  - mullvad
  - privateinternetaccess
  - pia
  - cyberghost
  - relay
  - tor
  - "exit node"
  - "residential proxy"
  - "mobile proxy"
  - rackspace
  - cloudflare
  - fastly
  - akamai
  - ionos
  - liquidweb
  - interserver
  - a2hosting
  - siteground
  - inmotion
  - nexcess
  - wpengine
  - kinsta
  - serverspace
  - kamatera
  - "atlantic.net"
  - phoenixnap
  - "cherry servers"
  - serverhub
  - quadranet
  - choopa
  - ramnode
  - buyvm
  - frantech
  - incognet
  - m247
  - psychz
  - coresite
  - equinix
  - "ip address"
  - anonymous
  - "vpn server"
  - "proxy server"
  - "hide ip"
  - "mask ip"
  - "vpn tunnel"
  - "encrypted connection"
  - "no-log"
  - "private network"
  - "secure connection"
  - unblock
  - bypass
  - geolocation
  - "ip masking"
  - anonymizer
  - hidemyass
  - windscribe
  - ipvanish
  - vyprvpn
  - "hotspot shield"
  - tunnelbear
  - zenmate
  - "hide.me"
  - "perfect privacy"
  - airvpn
  - ivpn
  - "trust.zone"
  - purevpn
  - safervpn
  - astrill
  - "goose vpn"

# Messages
kickMessageCountry: "Your country is not allowed."
kickMessageASN: "Your ISP/ASN is not allowed."
kickMessageVPN: "VPN or Proxy detected."

# Discord Webhook Settings
discord:
  webhook: ""
  maskIp: true
  title: "GeoRestrict"
  colorAllowed: 65280
  colorDenied: 16711680
  fields:
    - name: "Player"
      value: "%player%"
      inline: true
    - name: "Status"
      value: "%status%"
      inline: true
    - name: "IP"
      value: "%ip%"
      inline: true
    - name: "Country"
      value: "%country%"
      inline: true
    - name: "ASN"
      value: "%asn%"
      inline: true
    - name: "ISP"
      value: "%isp%"
      inline: false
    - name: "Reason"
      value: "%reason%"
      inline: false

Looking for hosting? Check out https://nexeu.zip/ - budget-friendly hosting.

nexeu-sponsor

👥 Team & Contributors

linuxaddict
linuxaddictOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitbungeecordfoliapaperpurpurspigotvelocity
Minecraft Versions
1.2.11.2.21.2.31.2.41.2.51.201.20.11.20.2+16 more

🔗 Links

Modrinth Page