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
CulPlugin
PluginLicenseRef-CulPlugin-License

CulPlugin

Just a small utility plugin with commands, fake plugins, customize your server in the server list, and other features coming!

415
Downloads
0
Followers
3 months ago
Updated
📦
20
Versions
utilitybukkitfoliapaperpurpurspigot
Download Latestv2.0.7View on Modrinth

📖About CulPlugin

PluginLogo
CulPlugin is a plugin which is created for types of server utilities and control, aswell as lying to the client.

What CulPlugin Implements:

Commands (Any of the commands can be disabled via the config):

<> <- required argument, [<>] <- optional argument.

  • clientstats -> Sends the Client Stats of the selected player (Those include Client Brand, wether Custom Weather is enabled or not, Render Distance, Version, Language). Permission: culPlugin.clientstats.use
  • sudo [] -> Forces the selected player to say or execute a certain command with the selected arguments. Permission: culPlugin.sudo.use
  • ec -> Opens Your Ender Chest. Permission: culPlugin.ec.use
  • (ec/inv)see -> Opens the selected player's Inventory or Ender Chest. Permissions: culPlugin.(ec/inv)see.use
  • gm(c/s/a/sp) [] -> Changes the player's gamemode to creative/survival/adventure or spectator, if no player is selected, changes the executor's gamemode to said gamemode. Permissions: culPlugin.gm(c/s/a/sp).use
  • fly [] -> Toggles the player's flight mode, if no player is selected, toggles the executor's flight mode. Permissions: culPlugin.fly.use -> for toggling flight for yourself, culPlugin.fly.other.use -> for toggling flight for others.
  • culplugin <Argument(s)> -> Command for the plugin itself, as of the edition of this description, there's one argument: reload. Permission: culPlugin.main.use
  • thing <Argument(s)> -> As of the edition of the plugin's description, there's 3 arguments, self-explanatory: BlockYouLookAtYouGet, BlockYouLookAtIsGone and BlockYouLookAtYouGetAndIsGone. Permission: culPlugin.thing.use
  • shrug -> Makes the player send "¯\_(ツ)_/¯". Permission: culPlugin.shrug.use
  • **_get <Argument(s)_** -> Gets or executes almost any java expression such as org.bukkit.Bukkit.getServer().shutdown(). Disabled by default. Permission: culPlugin.get.use
    Use at your and the server's risk.
  • reset -> Resets the selected player's effects, inventory, exp, advancements and recipes, depending on which argument is chosen (or 'all' for all of them). Permission: culPlugin.reset.use
  • deplete -> Removes the amount of a random item from the player's inventory. Permission: culPlugin.deplete.use
  • editplayer <Argument(s)> -> Lets you edit a good bit of the player chosen, like the display,tab names & the nametag, flyspeed, the amount of arrows/bee stingers in the player's body, health, deathscore, transfer them to another server, show the win screen, show the elder guardian thingy, and other functions alike. All relevant arguments of the functions are suggested (aswell as the functions themselves), so there should be no confusion. Permission: culPlugin.EditPlayer.use

Plugin Faking

You can fake plugins from the config. Disabled by default.

fake-plugins:
  enabled: false
  list:
    LinuxFramework: # some bs lmao, you can also ig js copy real plugins or make your own fake ones :D
      version: "1.0.1" # I recommend you keep the version if you decide to delete everything else, cause without the version... it could break maybe? probably
      description: "Framework which a linux server runs on." # also for formatting use minimessage imo, but you can use whatever you want :D
      website: "https://localhost:25565"
      authors: "Framework Specialists, Cool Peoples" # can also be 'author' for singular
    CoolPeople:
      version: "v3"
      description: "Hi :D"
      authors: "Cool People :D"

Server List Ping Editing

You can edit the information the client recieves on a server list ping. Disabled by default.

server-info:
  enabled: false
  features:
    motd: "Ello :D"
    max-players: 1
    online-players: 2
    version: "Linux 19.2" # custom version string, use minimessage or wtv you decide :D, use '&' instead of section signs.
    protocolVersion: 775 # protocol version number
    allowLegacy: true # allow legacy clients, clients with a protocol ver below ~4 or lower than 1.7
    hover: # only works for stuff which a real username can have (rn)
      enabled: false
      lines: ["eee", "eee", "lmaoHi"] # hover list lines n stuff

Prefix deleting thingy

Ya can disable/enable the prefixing for commands made by culPlugin or any commad with a colon(:) in it.

plugin-stuff:
  enabled: true
  features:
    plugin-prefixing: true # removes all commands starting with 'culplugin:' if disabled (true = enabled)
    other-prefixing: true # removes all commands with colons (:) if disabled (true = enabled)

All Configuration Values Shown are the Defaults and can be changed on the fly, refreshed with 'culplugin reload'.

Pssst.. Releases are tested on Folia 1.21.11 and Paper 1.21.11, 1.19
Player related commands are tested on myself. Only the features added in the version are tested.

👥 Team & Contributors

Evil
EvilOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitfoliapaperpurpurspigot
Minecraft Versions
1.191.19.11.19.21.19.31.19.41.201.20.11.20.2+16 more

🔗 Links

Modrinth Page