DontStay

创建玩家必须始终奔跑,不能站立的区域。

资源图片
# [❗️]本插件已不再任何地方受到支持[❗️] **此插件将不会再有任何更新。** ![Banner](https://cdn.modrinth.com/data/cached_images/fc42bdb11b1dbaa2d02c25dbc8a1a9024f6a1d1b.png) # 🔪一个简单的插件来创建致命区域。 ### 进入区域时,玩家需要奔跑。你不能只是走或站立。 **✨特性:** - HEX 颜色支持 - 自定义 config.yml - 非常简单且不占用资源的插件 **🏗️指令:** - /donts help (帮助指令) - /donts pos1 (选择第一点) - /donts pos2 (选择第二点) - /donts claim [name] (创建区域) - /donts remove [name] (移除区域) - /donts list (区域列表) - /donts info [name] (关于指定区域的信息) - /donts reload (重新加载配置) **⚙️config.yml 预览(英文):** ``` # # ▒█▀▀▄ █▀▀█ █▀▀▄ ▀▀█▀▀ ▒█▀▀▀█ ▀▀█▀▀ █▀▀█ █░░█ # ▒█░▒█ █░░█ █░░█ ░░█░░ ░▀▀▀▄▄ ░░█░░ █▄▄█ █▄▄█ # ▒█▄▄▀ ▀▀▀▀ ▀░░▀ ░░▀░░ ▒█▄▄▄█ ░░▀░░ ▀░░▀ ▄▄▄█ # Version 1.0 | by @camper_crafting # messages: standingMessage: "&#FF0000&lDont&7&lStay&r &7| &cYou cannot stand in this region! You need to run!" pos1Set: "&#FF0000&lDont&7&lStay&r &7| &bFirst point selected" pos2Set: "&#FF0000&lDont&7&lStay&r &7| &bSecond point selected" differentWorld: "&#FF0000&lDont&7&lStay&r &7| &cYou're in another world. All points must be re-selected" setBothPositions: "&#FF0000&lDont&7&lStay&r &7| &cYou need to select all points first" missingRegionName: "&#FF0000&lDont&7&lStay&r &7| &cYou need to specify a region name" regionClaimed: "&#FF0000&lDont&7&lStay&r &7| &aRegion &b&n{name}&r &awas successfully acquired" regionRemoved: "&#FF0000&lDont&7&lStay&r &7| &cRegion &b&n{name}&r &cwas successfully removed" regionNotFound: "&#FF0000&lDont&7&lStay&r &7| &cRegion &b&n{name}&r &cdoes not exist" configReloaded: "&#FF0000&lDont&7&lStay&r &7| &aConfiguration reloaded" noPermission: "&#FF0000&lDont&7&lStay&r &7| &cInsufficient permissions." help: | &#FF0000&lDont&7&lStay&r &7| &eCommands: &6/donts pos1 &f- select the first point. &6/donts pos2 &f- select the second point. &6/donts claim [name] &f- privatize a region with the selected name. &6/donts remove [name] &f- remove the region with the selected name. &6/donts list &f- list of all regions. &6/donts info [name] &f- information about this region or the selected region. &6/donts help &f- plugin helper. &6/donts reload &f- reload the configuration. &6The full official guide is available at: &e&nhttps://dontstay.gitbook.io invalidCommand: "&#FF0000&lDont&7&lStay&r &7| &cUnknown command. Use: &n/donts help&r &cto show a list of plugin commands" regionListHeader: "&#FF0000&lDont&7&lStay&r &7| &eRegions:" regionListItem: "&6- &b&n{name}" notInRegion: "&#FF0000&lDont&7&lStay&r &7| &cYou are not in a region. To view region information, enter the region name at the end of the command" noRegions: "&#FF0000&lDont&7&lStay&r &7| &cRegion not found" regionAlreadyExists: "&#FF0000&lDont&7&lStay&r &7| &cRegion with name &b&n{name}&r &calready exists" onlyPlayerCan: "&cOnly the player can use this command" ``` **🪓regions.yml 预览:** ``` regions: test: world: world pos1: ==: org.bukkit.Location world: world x: -39.1822735523049 y: 95.40762608459386 z: -243.5564429947386 pitch: 32.999954 yaw: 336.90405 pos2: ==: org.bukkit.Location world: world x: -28.80787914186081 y: 91.0 z: -235.15947828448472 pitch: 39.44997 yaw: 299.5542 creator: Camp3r_RU created: '2024-08-02 17:59:47' ```