|
|
Pebbles Cobblemon Spawn Events (Pebbles Cobblemon Spawn Events)Github |相关wiki |源站链接支持: fabric , forgeCreate custom legendary, event or normal Pokemon spawns with weighted probability and spawn intervals!
*模组 MOD 介绍*
Pebble\'s Cobblemon Spawn Events 是一个适用于 Fabric 和 Forge 的 Minecraft 模组,版本为 1.20.1。该模组可创建动态且可配置的生成事件,根据指定的权重从池中选择随机玩家和 Pokémon。如果在线玩家多于2名,则玩家的随机选择器会尽量降低最近两名玩家的优先级,以便不会频繁在同一玩家身上发生相同的事件。
*命令*
- /spawnevent: 打开生成事件 UI,包括实时事件和所有事件历史记录
- /spawnevent reload: 需要 OP(权限级别 >= 2),重新加载生成事件配置。最好是重新启动服务器,因为事件周期会发生变化,如果进行了重大更改,谁知道会发生什么 :v
*重要提示*
某些交互,例如与 CobbleClear 的互动可能会导致意外结果。最好将事件 Pokémon 种类纳入白名单,以免自动清除。
*配置*
首次启动时,在 `config/pebbles-spawnevents` 目录中生成一个配置文件夹
- `config.json`
{
\"enabled\": true, // 模块是否启用
\"minPlayers\": 1, // 触发事件所需的最少在线玩家数
\"spawnInterval\": 1 // 每个事件在随机生成之间的生成间隔(以分钟为单位)
}
- `event-history/event-history-config.json` 允许在显示屏上对事件结束方式进行自定义标签。
{
\"enabled\": true,
\"capturedStatus\": \"Captured\",\"killedStatus\": \"Killed\",\"despawnedStatus\": \"Despawned\",\"unknownStatus\": \"Unknown\"}
- `event-history/event-history-screen.json` 允许灵活地自定义显示屏,您还可以使用位图标题进行自定义叠加。查看屏幕截图以查看屏幕的外观。
{
\"title\": \"Legendary Spawn History\",\"liveSpawnSlot\": 4,\"liveSpawnLores\": [\"{pokemon}\",\"Spawned near{player_name.spawned}in {dimension}{time_passed}ago\",\"Biome:{biome}\"],\"historySlots\": [18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35],\"historyLores\": [\"{pokemon}\",\"Spawned near{player_name.spawned}in {dimension}{time_passed}ago\",\"Biome:{biome}\",\"Status: {status} by {player_name.acted}\"],\"navForwardSlots\": [37],\"navForwardStack\": {\"displayName\": \"Next Page\",\"material\": \"minecraft:arrow\",\"amount\": 1,\"nbt\": \"\",\"lore\": [\"Click to view next page\"]},\"navBackSlots\": [36],\"navBackStack\": {\"displayName\": \"Previous Page\",\"material\": \"minecraft:arrow\",\"amount\": 1,\"nbt\": \"\",\"lore\": [\"Click to view previous page\"]},\"emptySlotStack\": {\"displayName\": \"\",\"material\": \"minecraft:gray_stained_glass_pane\",\"amount\": 1,\"nbt\": \"\",\"lore\": [\"\"]}}
- `spawns/` 包含所有的生成事件。首次启动时会生成 Zapdos 示例,可以复制该文件,并创建任意数量的不同事件。权重决定了几率。例如,如果有 Zapdos(1 权重)、Moltres(1 权重)和 Articuno(2 权重),则 Zapdos 生成的几率为 1/4(25%)、Moltress 为 1/4(25%),Articuno 为 1/2(50%)。
{
\"pokemonProperties\": \"zapdos lvl=50 special_attack_iv=31\",
\"broadcast\": {
\"spawn\": \"The mythical entity,Zapdos, has been spotted in{biome}!\\nIt will be available for the next{duration}minutes.\\n\\nClosest player:{player
截图:
来自Modrinth所有游戏版本1.21.11.20.1所有类型fabricforgePebble\'s Cobblemon Spawn Events 1.0.1-1.21.1pebbles-spawn-event-1.0.1-1.21.1.jar下载1.0.1-1.21.1#Release- Updated 1.21.1- Improved spawn chunk handling to hopefully keep Pokemon persistent- Removed architectury as a dependency展开版本: 1.0.1-1.21.1支持游戏: 1.21.1类型:FabricRelease下载次数: 9,0301.20.1 - Pebble\'s Cobblemon Spawn Events - 1.0.1pebbles-spawnevents-1.0.1-forge.jar下载1.0.1#Release- Fixed event history clogging up with the same event展开版本: 1.0.1支持游戏: 1.20.1类型:ForgeRelease下载次数: 2,3151.20.1 - Pebble\'s Cobblemon Spawn Events - 1.0.1pebbles-spawnevents-1.0.1-fabric.jar下载1.0.1#Release- Fixed history being spammed by same event展开版本: 1.0.1支持游戏: 1.20.1类型:FabricRelease下载次数: 4,3901.20.1 - Forge - Pebble\'s Cobblemon Spawn Events 1.0.0pebbles-spawnevents-1.0.0-forge.jar下载1.0.0#Release展开版本: 1.0.0支持游戏: 1.20.1类型:ForgeRelease下载次数: 841.20.1 - Fabric - Pebble\'s Cobblemon Spawn Events 1.0.0pebbles-spawnevents-fabric-1.0.0.jar下载1.0.0#Release展开版本: 1.0.0支持游戏: 1.20.1类型:FabricRelease下载次数: 132全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
Pebbles Cobblemon Spawn Events |
楼主
2025-8-10 18:49:49
回复(0)
收起回复
|