McLists一周年快乐
服务器已经添加了详细介绍信息板块
服主可以在管理后台来提交自己服务器介绍信息。
服务器介绍信息提交后,管理人员会进行审核
审核通过后会在服务器详细页面进行显示
提交服务器介绍信息会让新玩家更好的了解你的服务器哦~
添加图片信息,也会让百度等搜索引擎更好的收录您的服务器哦~
管理平台地址:传送门
Category Warps

Category Warps - 分类传送插件

一款为您的Minecraft服务器设计的简洁而清爽的传送点插件。
Bukkit / Spigot 作者 BadBones69 支持版本 1.19 - 1.19
服务器使用量
未统计
服务玩家数
未统计
下载量
88,766
插件详细介绍

重要通知

本插件目前正由我们的开发人员进行全面重写。所有旧版本将不再获得支持。如果你想获取最新动态或有任何疑问,请加入我们的 Discord 社区:https://discord.gg/crazycrew。请注意,插件可能标注“原生 1.19”,但目前没有任何版本能在 1.19 上运行。

插件简介

欢迎使用 Category Warps 插件。此插件允许你创建传送点(Warp)并将其归类到不同的类别中。例如,你可以创建一个名为“监狱”的类别,并将所有监狱相关的传送点添加进去,这比杂乱无章的传送点列表要整洁美观得多。

如果你喜欢这个插件,请留下评价。如果遇到任何漏洞,请不要在评价中反馈,而是前往 Discussions(讨论)板块提交,以便我能够及时修复问题。

请注意:此插件会覆盖 Essentials 的所有相关命令,并且不会导入 Essentials 中已有的传送点,你需要手动重新设置所有传送点。

命令列表

  • /WarpHelp - 列出所有可用的传送点相关命令。
  • /WarpList - 按类别列出所有传送点。
  • /Warp <Warp Name> - 将玩家传送到指定的传送点。
  • /SetWarp <Category> <Warp Name> - 在指定类别中设置一个传送点。
  • /DelWarp - 从服务器中删除一个传送点。
  • /WarpReload - 重新加载 Config.yml 配置文件。

权限节点

  • CategoryWarps.WarpHelp - 允许使用 /WarpHelp 命令。
  • CategoryWarps.<CategoryName> - 允许玩家在 /WarpList 列表中查看该类别下的传送点。
  • CategoryWarps.<CategoryName>.<WarpName> - 允许玩家传送到该具体传送点。
  • CategoryWarps.WarpList - 允许使用 /WarpList 命令。
  • CategoryWarps.Warp - 允许使用 /Warp 命令。
  • CategoryWarps.SetWarp - 允许使用 /SetWarp 命令。
  • CategoryWarps.DelWarp - 允许使用 /DelWarp 命令。
  • CategoryWarps.Reload - 允许使用 /WarpReload 命令。

权限显示说明

/WarpList 列表中,传送点的显示颜色取决于玩家的权限:

  • 如果你拥有 CategoryWarps.WarpList 权限,可以看到类别标题,但如果没有对应类别的权限,传送点列表会显示为“You do not have permission to see these Warps!”(第4行所示)。
  • 如果你拥有对应类别的权限(例如 CategoryWarps.Prison),可以看到该类别下的所有传送点名称,但没有具体传送点权限时,名称显示为红色(第3行所示)。
  • 如果你同时拥有具体传送点的权限(例如 CategoryWarps.Prison.mine),该传送点名称将显示为金色(第2行所示)。
  • 所有这些提示信息和颜色都可以在 Config.yml 文件中自定义配置。

传送粒子效果

玩家传送时会产生粒子效果。服务器可以从以下多种效果中选择一种:

  • Smoke(烟雾)
  • Sparkles(闪光)
  • Spell(咒语)
  • Enchant(附魔)
  • Village(村庄)
  • Magic(魔法)
  • Specks(斑点)
  • Music(音乐)
  • RainbowCloud(彩虹云)
  • Random(随机)
  • None(无)

声明

本插件是 Advanced Warps 插件的重新实现。插件中的所有代码均由我本人编写,没有其他人参与。我既没有购买原版插件,也没有窃取其代码。

  • 原版插件链接:https://www.spigotmc.org/resources/advancedwarps.7900/

默认配置文件 (Config.yml)

# Plugin made by BadBones69
# Spigot Page: https://www.spigotmc.org/resources/category-warps.12696/
# Essentials Color Code is Enabled in Warp Message.
# Use %Delay% for the Delay Time in the Warp Message.
# Use %Warp% for the Warp Name in the Warp Message and WarpListFormat.
# Use %Category% for the Category Format and WarpListFormat.
# Use %Deny% for where you deny in the Warp List

Settings:
  PerWarpPermissions: true
  PerCategoryPermissions: true
  TeleportDelay: 3 # In seconds.
  WarpMessage: '&7You are now warping to &6&l%Warp% &7in &c&l%Delay% &7Seconds.'
  WarpPrefix: '&0[&cWarp&0]&7: '
  ListWarp: '&6List of all warps and categories.'
  CategoryFormat: '&0[&2%Category%&0]&7: ' # This becomes %Category%
  NoPermWarpFormat: '&c%Warp%&7, ' # This becomes %Warp% if the player does not have permission to that warp.
  HasPermWarpFormat: '&6%Warp%&7, ' # This becomes %Warp% if the player has permission to that warp.
  WarpListFormat: '%Category%&8[%Warp%&8]'
  DeniedCategoryFormat: '&cYou do not have permission to see these Warps!' # This becomes %Deny%
  WarpListCategoryDeny: '%Category%&8[%Deny%&8]'

  #Please use for the Teleport Particle.
  #Smoke
  #Sparkles
  #Spell
  #Enchant
  #Village
  #Magic
  #Specks
  #Music
  #RainbowCloud
  #Random
  #None
  TeleportingParticle: Smoke
测试支持版本
1.19
版本分布
基本信息
插件名称 Category Warps
作者 BadBones69
平台 Bukkit / Spigot
支持版本 1.19 - 1.19
点赞数 4
最近版本
暂无数据 -

友情链接: 网易我的世界 | 泰拉瑞亚 | ocent云计算 | 米饭Minecraft插件文档 | 友链合作

历史访问人次:3,030,584  |  今日访问人次:14,712  |  昨日访问人次:11,147

独立 IP:5,105  |  最近24小时独立访客:6,736

Copyright © 2019-2026 我的世界服务器列表站. All rights reserved.

Powered by GermMC 京ICP备17023959号-6