WaterHomes
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: paper purpur
标签: game-mechanics utility
WaterHomes
WaterHomes is a lightweight and efficient home-setting plugin designed for PaperMC 1.21+ servers. It provides players with the fundamental ability to set personal teleport locations, making world navigation quick and easy without the unnecessary clutter or overhead of larger plugins.
Key Features & Why You Should Download It
- Essential Home Functionality: Quickly set your personal spawn location anywhere in the world. No complex features, just simple, reliable
/homefunctionality. - Minimal Overhead: Built to be lightweight and efficient, ensuring minimal impact on your server's performance. Perfect for small to medium-sized survival, semi-vanilla, or even large public servers that just need a core home feature.
- Extra Features: Extra features like to ban a word if a player is setting a home or unsafe blocks so players cannot set a home near a blacklisted block! View it at your
config.yml! - Customize Plugin Messages: Customize all WaterHomes messages completely on
messages.yml! Uses MiniMessage so you can have gradients, hex, clickable text and more! No more ugly § color codes! MiniMessage formatter: https://webui.advntr.dev/ - Intuitive Commands: Everything a player needs is covered by a small, easy-to-remember commands set with tab complete.
- Modern Server Support: Built specifically for the latest PaperMC 1.21+ versions and its forks, guaranteeing up-to-date performance and stability.
- Open Source: Developed under the GNU General Public License v3.0, allowing for transparency and community contributions.
Commands & Usage
(<> is optional, [] is required):
| Command | Description | Permission |
|---|---|---|
/sethome <name> |
Sets a new home at your current location. | waterhomes.sethome |
/home <name> |
Teleports you to your chosen home. | waterhomes.home |
/delhome <name> |
Delete your home | waterhomes.delhome |
/homelist |
Lists all homes you have set. | waterhomes.homelist |
/waterhomes [info/reload] |
Reload or see the info of the plugin. | waterhomes.admin |
Default Configs
Default configs used on the plugin.
config.yml ```yaml # Thank you for using WaterHomes! # Documentation: https://github.com/WatermanMC/WaterHomes/wiki # Discord: https://discord.gg/Scgqfm5EU4 # GitHub: https://github.com/WatermanMC/WaterHomes # Teleport Delay # Bypass permission: waterhomes.tpdelay.bypass tp-delay: enabled: true cancel-on-move: true duration: 2 # In seconds # Teleport Cooldown # Bypass permission: waterhomes.cooldown.bypass tp-cooldown: enabled: true duration: 60 # In seconds # Banned words for sethome # Regex pattern is allowed # Bypass permission: waterhomes.bannedwords.bypass banned-words: - banned words is listed here - th(i|1)s is (a|4) reg(3|3)x pattern # Here you can customize for home limits # Permission: waterhomes.sethome. # For example, you set 'default' to create only 1 home. You need to give a group/user the permission: waterhomes.sethome.default home-group-limits: default: 1 god: 10 # List unsafe blocks here so players cannot set home at this blocks # Use Minecraft block identifier here, not numerical! You may try googling if you dont know :D # Bypass permission: waterhomes.unsafeblocks.bypass # This detects within 2 block radius of player # Case insensitive unsafe-blocks: - water - lava - cactus - magma_block - bedrock ``` messages.yml ```yaml # Customize messages here! # Only supports MiniMessage! # MniMessage formatter: https://webui.advntr.dev/ prefix: "WaterHomes: " reloaded: "WaterHomes Reloaded!" nopermission: "You don't have permission to use this command!" sethome: success: "Successfully set home at your location!" failed: unsafe: "Error! Unsafe location!" banword: "Error! Your set home contains a banned word!" args: "Error! Invalid Argument!" # This is only activated if a player have a permission that grants him a multiple homes noname: "Error! No name specified!" reachedmaximum: "You reached your limit for setting homes!" home: success: "Teleported to your home!" delay: "Teleporting... Please wait." cooldown: "You are in cooldown! Please wait in %seconds% seconds!" failed: delaymoved: "You moved! Home teleportation cancelled." invalidhome: "Error! Invalid home." args: "Error! Invalid Argument!" delhome: success: "Home '%home%' has been deleted!" failed: fail: "Failed to delete %home%." nohomes: "You don't have any homes to delete!" notfound: "Home '%home%' not found!" noname: "Please specify a home name to delete!" # This will show example: # home1, home2, home3 and so on homelist: "Your homes: %homes%" ```Links & Additional Information
Author: WatermanMC
- GitHub Repository (Source Code & Full Documentation): https://github.com/WatermanMC/WaterHomes
- Documentation: https://github.com/WatermanMC/WaterHomes/wiki
- Discord Support: https://discord.gg/Scgqfm5EU4
请登录后举报
暂无评论,抢个沙发吧~