941
收录服务器
1213
注册
42 503
玩家
MyTrip Minecraft 中神奇的药物
自己制作毒品,如大麻、可卡因、海洛因、迷幻剂、蘑菇。
作 者 Chaffic
发布时间 2020年4月1日
支持核心 Spigot
原生版本
支持版本 1.15,1.16,1.17,1.18,1.19,1.20
点此下载

💊 MyTrip 插件

MyTrip 插件让你沉浸在 Minecraft 的迷幻药物世界中,专为角色扮演服务器设计。你可以创建无限种具有无限效果的药物,并拥有自定义设计的药物制作台。插件内置权限管理、药水效果、血液效果和粒子效果,使每次药物体验都独一无二。玩家可能会对药物上瘾,而解毒剂则为药物世界的阴暗面提供了解药。玩家可能会因过量用药而受到不利影响,甚至可能因此死亡。所有这些功能都是免费的!

🛠️ 安装

  1. 下载最新版本的 CrucialAPI
  2. 下载最新版本的 MyTrip
  3. 将两个文件放入你的 plugins 文件夹
  4. 重载/重启服务器

🧪 合成配方

你可以使用 /mt ls 命令获取所有已添加药物的完整列表。点击相应的药物可以获得合成配方。

药物套装

药物套装是制作药物所必需的。

解毒剂

解毒剂可以消除药物的效果,并可能治愈成瘾。

药物测试

通过药物测试,你可以检查玩家是否受到药物的影响。

⌨️ 命令

  • /mt help | 列出所有命令
  • /mt recover | 移除玩家的所有药物效果
  • /mt give <player> <drug> <quality> | 将指定质量的药物给予玩家
  • /mt list | 列出所有现有药物
  • /mt create | 打开创建GUI界面
  • /mt addictions add <player> <addiction> | 给玩家添加一个成瘾
  • /mt addictions clear <player> | 清除玩家的所有成瘾
  • /mt addictions list <player> | 列出玩家的所有成瘾

🔑 权限

你可以在我们的 Wiki 中阅读关于权限的信息。但这不是必需的!你可以在 config.yml 中关闭权限。

⚙️ 配置 (v0.7.5)


# Set to false if you don't want to use any permissions
permissions: false

# If set to true, the resourcepack will be loaded automatically when a player joins.
resourcepack-auto-load: false

# Set the language. Possible values: en, de
lang: en

# All messages of the plugin
messages:
  prefix: "&8[&bMyTrip&8] &7"
  no-permission: "%prefix%&cYou don't have the permission to do that!"
  player-not-found: "%prefix%&cPlayer not found!"
  drug-not-found: "%prefix%&cDrug not found!"
  quality-not-valid: "%prefix%&cQuality not valid!"
  drug-received: "%prefix%&aYou received %quality% &7%drug%&a."
  addiction-added: "%prefix%&aYou added %addiction% to %player%."
  addiction-cleared: "%prefix%&aYou cleared all addictions of %player%."
  addiction-list: "%prefix%&aAddictions of %player%:"
  addiction-list-empty: "%prefix%&c%player% has no addictions."
  help: |
    &8[&bMyTrip&8] &7Help:
    &7/mt help &8- &7Shows this help
    &7/mt recover &8- &7Removes all drug effects of a player
    &7/mt give <player> <drug> <quality> &8- &7Gives a drug with specified quality to the player
    &7/mt list &8- &7Lists all existing drugs
    &7/mt create &8- &7Opens creation gui
    &7/mt addictions add <player> <addiction> &8- &7Adds an addiction to a player
    &7/mt addictions clear <player> &8- &7Clears all addictions of a player
    &7/mt addictions list <player> &8- &7Lists all addictions of a player

# The chance that a player gets addicted to a drug (0-100)
addiction-chance: 25

# The time in seconds until a player gets drug effects again (only if he is addicted)
addiction-effect-delay: 60

# All available addictions
addictions:
  weed:
    displayname: "&aWeed"
    effects:
      - type: "CONFUSION"
        duration: 200
        amplifier: 1
  cocaine:
    displayname: "&fCocaine"
    effects:
      - type: "SPEED"
        duration: 200
        amplifier: 1
  lsd:
    displayname: "&dLSD"
    effects:
      - type: "NIGHT_VISION"
        duration: 200
        amplifier: 1

# All available qualities
qualities:
  bad:
    displayname: "&cBad"
    chance: 25
    multiplier: 0.5
  normal:
    displayname: "&7Normal"
    chance: 50
    multiplier: 1
  good:
    displayname: "&aGood"
    chance: 25
    multiplier: 1.5