1 427
收录服务器
2 094
注册
27 877
玩家
PlayerKits 2 完全可配置的KITS!
随机生成的跑酷
作 者 Kledioz
发布时间 2016年7月18日
支持核心 Spigot
原生版本
支持版本 1.8,1.9,1.10
点此下载

🚀 RogueParkour是一款随机生成跑酷的插件,适用于需要快速搭建跑酷场地或希望在Lobby中增加趣味性的服务器。它支持多种Minecraft版本,并提供丰富的自定义选项,如奖励、粒子效果和MySQL支持。

🎮 功能特性

  • 新增:跑酷最大玩家人数限制
  • 新增:活动模式 (权限: rogueparkour.double)
  • 新增:自定义复活点
  • LeaderHeads 支持
  • 达到特定等级的奖励 (执行指令)
  • 粒子效果模式
  • MySQL 支持
  • 支持任何类型的方块
  • 兼容 Minecraft 1.8 至 1.10.2
  • 开始游戏时随机方块颜色
  • 难度递增
  • 存储分数 (排行榜)
  • 自定义消息 & 前缀
  • 三步设置即可开始游玩
  • 掉落到3个方块以下则失败
  • 为玩家提供抗性药水效果,以防大厅未禁用掉落伤害
  • 玩家断开连接/服务器关闭时自动移除
  • 兼容在不同世界的预大厅游戏服务器

📝 教程

需要权限:rogueparkour.admin。此插件在两个位置之间随机生成跑酷,因此您需要通过简单命令设置这两个位置。

⚠️ 重要提示:设置位置前请阅读

设置较低位置时,不要将其设置在地板上!您需要在空中设置位置,不要紧贴地面!至少与地面相隔8个方块。如果不注意这一点,可能会出现问题!

ℹ️ 另一条重要信息

请记住,如果一个服务器上有大量玩家并且每个人都想玩跑酷,您应该使位置的“区域”更大,以便为每个人提供空间。

(如果您的服务器中有多个世界,并且您想在不是“world”的自定义世界中进行设置,请运行命令 /rp setworld

  1. 前往第一个位置(最低或最高位置),站在您想要设置第一个位置的方块上,然后执行 /rp pos1
  2. 前往第二个位置(最低或最高位置),站在您想要设置第二个位置的方块上,然后执行 /rp pos2
  3. 最后,您要设置最终位置,玩家需要到达该位置才能开始游戏。前往您想要设置起始位置的地方,然后执行 /rp startpos
  4. 完成!开始享受游戏吧!
  5. 不要忘记编辑配置文件进行自定义!

LeaderHeads 标志


[LeaderHeads]
rp-score
#

⚙️ 配置

Config.yml


#   RogueParkour by RockPotato
#   Version: 5.0
#   Do not edit this if you dont know what are you doing
#   Contact me by PM if you have any issues
#
#######################################################
#                                                     #
#                    CONFIGURATION                    #
#                                                     #
#######################################################

#Use Mysql? (Disable if you want to use flat file instead)
Mysql: false
#If you are using mysql, set up the info here!
host: localhost
port: 3306
database: minecraft
username: root
password: password

#Set the minimum Y level for the player to fall and lose (Default: 40)
LoseatY: 40
#Resistance Potion Effect Amount (Just in case you dont have FallDamage disabled on your lobby)
ResistancePotionEffect: 5
#Maximum distance between blocks (Default: 4)
maxDistanceBetweenBlocks: 4
#Minimum distance between blocks (Default: 2)
minDistanceBetweenBlocks: 2
#Amount of blocks to spawn (Default: 150)
BlocksToSpawn: 150
#Delay between block spawns (in ticks) (Default: 1)
DelayBetweenBlocks: 1
#Block ID to spawn (Default: 41) (Gold Block)
BlockId: 41
#Block Data to spawn (Default: 0) (Gold Block)
BlockData: 0
#Price to play? (Set to 0 to disable)
Price: 0
#Execute command when someone pays?
executeCommand: false
#Command to execute when someone pays?
Command: eco give %player% 10
#Execute command when someone loses?
executeCommandOnLose: false
#Command to execute when someone loses?
CommandOnLose: eco give %player% 10
#Max players playing on a parkour (Set to 0 to disable limit)
maxPlayersOnParkour: 0
#Rewards?
Rewards: true
#Particles when start?
Particles: true
#Particle type? (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Particle.html)
ParticleType: FIREWORKS_SPARK
#Double Rewards?
DoubleRewards: 2
#Set the world
World: world

players.yml (如果禁用 MySQL,则在此处存储玩家的高分)


#This is where the plugin stores data.
#You should not edit this.
Players:

lang.yml (您可以将其翻译成您的语言)


PREFIX: '&7[&bRogueParkour&7] '
YOUHAVE: '&aYour highscore is: &e%score%'
YOUSCORED: '&aYou scored &e%score%'
RECORD: '&aNew record! &e%score%'
YOULOSE: '&cYou lose!'
NOPERM: '&cYou dont have permissions.'
FULL: '&cThis parkour is full.'

rewards.yml


'1':
 - 'eco give %player% 10'
'2':
 - 'eco give %player% 20'
'3':
 - 'eco give %player% 30'
'4':
 - 'eco give %player% 40'
'5':
 - 'eco give %player% 50'
'6':
 - 'eco give %player% 60'
'7':
 - 'eco give %player% 70'
'8':
 - 'eco give %player% 80'
'9':
 - 'eco give %player% 90'
'10':
 - 'eco give %player% 100'

PREFIX: 插件前缀

YOUHAVE: 发送你的高分 (从 players.yml 读取)

YOUSCORED: 发送你失败后的得分

RECORD: 当你打破自己的旧高分时发送

YOULOSE: 失败消息

NOPERM: 无权限消息

FULL: 未使用的限制消息

⌨️ 命令

  • /rp - 帮助命令
  • /rp setworld - 设置跑酷所在的世界 (如果感到困惑,请阅读教程)
  • /rp pos1 - 设置位置 #1 (如果感到困惑,请阅读教程)
  • /rp pos2 - 设置位置 #2 (如果感到困惑,请阅读教程)
  • /rp respawn - 设置玩家失败时的复活点
  • /rp event - 启用活动模式,拥有 rogueparkour.double 权限的玩家获得双倍奖励
  • /rp startpos - 设置起始位置 (在进行任何错误操作之前,请阅读教程)
  • /rp startpos - 设置第二个起始位置

🤝 反馈

如果您发现任何问题,请在此帐户上向我发送 PM 消息,请不要评论您的问题!如果您希望我继续免费更新这些插件,您可以捐赠给我!