인카운터
인카운터 시스템은 특정 구역에서 몬스터를 마주치는 , 즉 유저 입장에서는 몬스터를 발견하는 시스템입니다. 특정 구역, 그리고 특정 조건을 만족할 때 다른 몬스터가 나오게 하는 것이 인카운터 시스템의 주 목적입니다.
명령어
/invadeadmin reload : 리로드
/invadeadmin region (regionId) info : region info print
/invadeadmin player (player) show : player 상태 체크
/invadeadmin mobgroup (modgroupId) check : mobgroup info print
/invadeadmin mobgroup (mobgroupId) spawn : 내 주변에 해당 mobgroup 스폰
/invadeadmin scheduler cancel : 돌아가고 있는 자동 invade 스케줄러 stop
/invadeadmin scheduler restart: scheduler 다시 시작
/invadeadmin scheduler info : scheduler info 체크 (돌아가고 있을때만 됨)invade.yml
settings:
debug: true
invoke_timer_interval: 3 # in seconds
invoke_timer_chance: 1.0
max_limit_per_player: 20
power_value: "sigsurvivalcore_power_value"
mob:
default:
per_power: 100
max_mob_level: 100
mobs:
- 'ZOMBIE_EXPLOSIVE 1-2'
- 'SKELETON_ARCHER 1-2'
earth_common_d1:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_VANILLA 1-3'
- 'ZOMBIE_SPRINTER 0-1'
- 'ZOMBIE_STUNNER 0-1'
- 'SKELETON_VANILLA 1-4'
- 'SKELETON_SNIPER 0-1'
- 'SPIDER_VANILLA 1-3'
earth_common_d2:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_SPRINTER 1-2'
- 'ZOMBIE_STUNNER 1-2'
- 'ZOMBIE_EXPLOSIVE 1-2'
- 'SKELETON_SNIPER 1-2'
- 'SKELETON_ARCHER 1-2'
- 'CREEPER_UNDEAD 0-1'
earth_common_d3:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_SPRINTER 1-2'
- 'ZOMBIE_STUNNER 1-2'
- 'ZOMBIE_EXPLOSIVE 1-2'
- 'SKELETON_SNIPER 1-2'
- 'SKELETON_ARCHER 1-2'
- 'CREEPER_UNDEAD 0-1'
earth_uncommon_d1:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_VANILLA 2-5'
- 'ZOMBIE_SPRINTER 1-2'
- 'ZOMBIE_STUNNER 1-2'
- 'SKELETON_VANILLA 2-5'
- 'SKELETON_SNIPER 1-2'
- 'SPIDER_VANILLA 2-5'
earth_uncommon_d2:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_SPRINTER 1-3'
- 'ZOMBIE_STUNNER 1-3'
- 'ZOMBIE_EXPLOSIVE 1-3'
- 'SKELETON_SNIPER 1-3'
- 'SKELETON_ARCHER 1-3'
- 'CREEPER_UNDEAD 1-3'
- 'DimensionalKiller 0-1'
earth_uncommon_d3:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_SPRINTER 2-4'
- 'ZOMBIE_STUNNER 2-4'
- 'ZOMBIE_EXPLOSIVE 2-4'
- 'SKELETON_SNIPER 2-4'
- 'SKELETON_ARCHER 2-4'
- 'CREEPER_UNDEAD 2-4'
- 'DimensionalKiller 1-1'
earth_rare_d1:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_VANILLA 2-5'
- 'ZOMBIE_SPRINTER 1-2'
- 'ZOMBIE_STUNNER 1-2'
- 'SKELETON_VANILLA 2-5'
- 'SKELETON_SNIPER 1-2'
- 'SPIDER_VANILLA 2-5'
earth_rare_d2:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_SPRINTER 1-3'
- 'ZOMBIE_STUNNER 1-3'
- 'ZOMBIE_EXPLOSIVE 1-3'
- 'SKELETON_SNIPER 1-3'
- 'SKELETON_ARCHER 1-3'
- 'CREEPER_UNDEAD 1-3'
- 'DimensionalKiller 0-1'
earth_rare_d3:
per_power: 100
max_mob_level: 20
mobs:
- 'ZOMBIE_SPRINTER 2-4'
- 'ZOMBIE_STUNNER 2-4'
- 'ZOMBIE_EXPLOSIVE 2-4'
- 'SKELETON_SNIPER 2-4'
- 'SKELETON_ARCHER 2-4'
- 'CREEPER_UNDEAD 2-4'
- 'DimensionalKiller 1-1'
- 'EARTH 1-1'
group:
earth_common:
500: 'earth_common_d3'
250: 'earth_common_d2'
0: 'earth_common_d1'
earth_uncommon:
500: 'earth_uncommon_d3'
250: 'earth_uncommon_d2'
0: 'earth_uncommon_d1'
earth_rare:
500: 'earth_rare_d3'
250: 'earth_rare_d2'
0: 'earth_rare_d1'
region:
default:
name: '기본'
groups:
- 'earth_common:1000'
PLAINS:
name: '기본'
groups:
- 'earth_common:700'
- 'earth_uncommon:250'
- 'earth_rare:50'
settings
region
region 결정
region 세부
mobList 세부
mobs 세부
몬스터 레벨이란?
최종 정리
Last updated