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
BYD_WORLD_ULTRA
PluginGPL-3.0-only

BYD_WORLD_ULTRA

Vanilla Survival Server Basic Integration Plugin

42
Downloads
1
Followers
6 months ago
Updated
📦
4
Versions
adventuremanagementsocialpaper
Download Latestv2.1.6View on Modrinth

📖About BYD_WORLD_ULTRA

View this document in:
English | 简体中文

BYD_ICON

Paper Plugin of Vanilla Survival Enhancement

BYD_WORLD_ULTRA

Give us a star if you like this!

Release Downloads GitHub Repo Size Last Commit Release Date

MC Version

Introduction

BWU is a server-side integration plugin for Minecraft Paper servers. It is a vallina survival enhancement plugin.

Features

All features can be configured to be enabled or disabled.

Player Teleportation

  • Use /tpa to (player name) to teleport to a player
  • Use /tpa come (player name) to invite a player to assist (the invited player will teleport to YOU)
  • Configure whether to enable player confirmation/teleport cooldown/teleport method (including absolute position and safe position) in tpa.yml
  • The aliases for this command are /t and /tp

Sethome

  • Use /sethome to set the current location as home
  • Use /tpa home or /tpa to[come] (your player name) to teleport back home
  • All Tpa commands share the same cooldown timer (the timeout is configurable)
  • The aliases for this command is /h

Broadcast Announcements

  • This feature is used to display announcements when players join the game
  • Supports multi-line configuration, player-specific announcements, announcement display blacklist, etc.
  • Integrates PlaceholderAPI, allowing the use of placeholders in announcements

Suicide

  • Use the /suicide command to commit a suicide
  • Permissions can be configured using a permissions plugin
  • The aliases for this command are /s and /kill

Death Backtrace

  • When a player dies, the coordinates of the death location are echoed in the chat
  • There will be a clickable link to teleport to the death location in the chat

    When you teleport back to your death location, you gain 3 seconds of extreme resistance

i18n Suppot

  • This plugin supports international language files, allowing you to edit or create relevant language files to customize almost all prompts! in the lang folder

Configuration

  • All configuration files (except locale files) support hot-reloading, no need to reload the server

  • Remember to disable debug mode in actual use

config.yml

# (No items yet)

tpa.yml

# TPA feature toggle
enable: true

# Debug mode (independent of enable)
debug: true

# Cooldown time
cooldown: 60

# Confirmation timeout
reply: 60

# Whether to enable confirmation
confirm: true

# Teleportation method
# near (safe location within 5 blocks, default), absolute (player's absolute coordinates)
type: "near"

# Number of records
record: 50

# Cooldown of changing home location
homecooldown: 86400

broadcast.yml

# Broadcast feature toggle
enable: true

# Debug mode (independent of enable)
debug: true

# List of players who will not receive announcements
blacklist:
  - "dadsad"
  - "adsddd"

# Default announcement
default:
  title: "Default notice: %player_name%"
  content:
    - "══════════════════════════════"
    - "Content Ln. 1"
    - "Content Ln. 2"
    - "Content Ln. 3  %img_neitherdoor%"
    - "Content Ln. 4 %img_heart%"
    - "══════════════════════════════"

# Player-specific announcements
player:
  - name: "example name1"
    title: "name1: Welcome to 1.21.8 !"
    content:
      - "══════════════════════════════"
      - "Content Ln. 1"
      - "Content Ln. 2"
      - "Content Ln. 3"
      - "Content Ln. 4"
      - "══════════════════════════════"
  - name: "example name2"
    title: "name2: Welcome to 1.21.8 !"
    content:
      - "══════════════════════════════"
      - "Content Ln. 1"
      - "Content Ln. 2"
      - "Content Ln. 3"
      - "Content Ln. 4"
      - "══════════════════════════════"
  - name: "testplayer"
    title: "Test Player Announcement"
    content:
      - "Content Ln. 1"
      - "Content Ln. 2"
      - "Content Ln. 3"
      - "Content Ln. 4"

Dependencies

  • Soft dependencies: PlaceholderAPI

  • Recommended: Emoji+ Resource Pack for the best experience

Building

Feel free to build it yourself when you'd like to try the latest version.

Gradle is required to build the project.

To integrate the CommandAPI, you should bulid the shadowJar:

gradle clean shadowJar

Check out the Changelog.

Please report bugs and feature requests. PRs are welcome! 🙏🏻

👥 Team & Contributors

Data708983
Data708983Owner
NotYoojun
NotYoojun
Member

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+3 more

🔗 Links

Modrinth Page