原地址
Sleigh Event
Players have a limited time to collect presents with a sleigh, the one to collect the most presents wins. There are also preks to be collected, like a speed perk that increases the speed of the sleigh. Features: Players can ride a sleigh Scoreboard shows the best players during the event The winn...
codefling.com
关于 Sleigh Event
玩家用雪橇收集礼物的时间有限,收集到最多礼物的人获胜。还有一些 preks 需要收集,例如提高雪橇速度的速度特权。
特征:
- 玩家可以乘坐雪橇
- 记分牌显示赛事期间的最佳玩家
- 获胜者将获得可配置的奖励
- 可配置的雪橇速度
- 可以收集特权来提高雪橇速度或收集范围
津贴:
除了礼物,还可以收集两个特权:
速度特长:将雪橇的速度提高一个可配置的百分比
Range Perk:将收集礼物和特权的范围增加一个可配置的百分比
命令:
启动活动(RCON、控制台或聊天),
sleighstart
加入活动(仅限 Chat)
/sleigh join
权限:
sleighevent.admin - Required to start the event
sleighevent.nosleigh - Players with this permission can not join events
默认配置:
{
"Event duration (seconds)": 240,
"Time before the event starts (seconds)": 30,
"Event height": 350,
"Start amount of collectables spawned per player (increases over time)": 6,
"Sleigh speed": 3.0,
"Speed Perk configuration": {
"Duration (seconds)": 20.0,
"Multiplier": 1.5,
"Spawn chance (1 = 100%)": 0.05
},
"Collect Range Perk configuration": {
"Duration (seconds)": 20.0,
"Multiplier": 2.0,
"Spawn chance (1 = 100%)": 0.05
},
"Reward for 1st place (null = no reward)": [
{
"Item short name": "xmas.present.large",
"Item skin id": 0,
"Custom item name (null = default name)": null,
"Item amount": 1
}
],
"Reward for 2nd place (null = no reward)": [
{
"Item short name": "xmas.present.medium",
"Item skin id": 0,
"Custom item name (null = default name)": null,
"Item amount": 2
}
],
"Reward for 3rd place (null = no reward)": null
}