
Vanilla Survival Server Basic Integration Plugin
View this document in:
English | 简体中文

Paper Plugin of Vanilla Survival Enhancement
Give us a star if you like this!
BWU is a server-side integration plugin for Minecraft Paper servers. It is a vallina survival enhancement plugin.
All features can be configured to be enabled or disabled.
/tpa to (player name) to teleport to a player/tpa come (player name) to invite a player to assist (the invited player will teleport to YOU)tpa.yml/t and /tp/sethome to set the current location as home/tpa home or /tpa to[come] (your player name) to teleport back home/h/suicide command to commit a suicide/s and /killWhen you teleport back to your death location, you gain 3 seconds of extreme resistance
All configuration files (except locale files) support hot-reloading, no need to reload the server
Remember to disable debug mode in actual use
# (No items yet)
# 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 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"
Soft dependencies: PlaceholderAPI
Recommended: Emoji+ Resource Pack for the best experience
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! 🙏🏻