오예!!!!!!!!!!!!! 기분이 전 매우 좋습니다.
9시간 전에 업데이트 되엇네요. 하하
전에도 말햇듯이 이것은 매우 조흔 아주좋소.
플러그인 입니다.
이 사진을 기억한다면 좋겠지만 말이죠.
경호원에서 플레이어가 떨어지면 서버가 튕기는 버그를 수정한 것 같네요.
노드? 안해도 될 것 같은데... 알려드리죠
Permission Node
sentry.* - 센트리의 권한 모두
- sentry.spawn - 센트리를 소환
- sentry.guard - 센트리가 경호원이됩니다
- sentry.equip - 센트리의 옷을 입혀줄 수 있음
- sentry.info - 센트리의 정보
- sentry.warning - 위협을 주는 말 설정
- sentry.greeting - 인삿말 설정
- sentry.target - 타겟설정
- sentry.ignore - 타겟지우기
- sentry.stats.* -스탯 설정 모두
- sentry.stats.strength -힘
- sentry.stats.armor -단단함
- sentry.stats.speed -스피드
- sentry.stats.nightvision -야광
- sentry.stats.respawn -재소환
- sentry.stats.health -체력
- sentry.stats.attackrate -공격시간(딜레이)
- sentry.stats.healrate -체력회복시간
- sentry.stats.range - 음...
- sentry.stats.warningrange
- sentry.stats.armor -단단함
- sentry.options.* - 옵션의 권한 모두
- sentry.options.invincible
- sentry.options.retaliate
- sentry.options.drops -센트리가 아이템 줍어먹음
- sentry.options.criticals
- sentry.options.friendlyfire - 센트리가 불...
- sentry.options.retaliate
- sentry.guard - 센트리가 경호원이됩니다
명령어
/sentry help
config.yml파일을 재시작:
/sentry reload
Creation
To create a sentry, use:
/npc create NPC Name
- Npc를 만들어냄- /trait sentry - Npc에게 직업을 줌
/npc create NPC Name --trait sentry - Npc를 만들고 직업을 바로 줌
/npc path
- Npc의 길을 설정/npc tphere
- Npc를 자신의 위치로 설정/sentry spawn
- 병사를 스폰
타겟
Sentries have 2 lists: Targets and Ignores. These lists contain entities. Entities can be monsters, passive mobs, players, or player groups. Sentries look at all the possible entities they can see in their range, If it NOT on the Ignores list and IS on the Targets list, the Sentry will attack it. An entity cannot be seen if it is out of line-of-sight or if it is too dark for the Sentry's nightvision
- Melee Sentries will chase targets until the target is dead, has gotten out of range, or another valid target has gotten closer.
- Ranged Sentries do not follow targets, but will stay on their spot/path and fire at the target until it is dead, out of projectile* range, or another valid target has gotten closer.
-
- *Note that projectile range is not the same as range (detection range). Projectiles have a fixed range depending on their type. Archers, for example, have a range of about 50 blocks on flat ground. Elevated sentries can hit targets farther away. Sentries that throw things have shorter range.
타겟 추가
/sentry target add [category:type]
타겟 지우기
/sentry ignore add [category:type]
[category:type]
can be any of the following:
entity:all | All living things. (adding this to the Ignore list is the same as leaving the Target list empty.) |
entity:owner | The Sentry's npc Owner. |
entity:TYPE | any mob types of TYPE |
entity:monster | All hostile mobs |
entity:player | All real players. |
player:Name | The player with the name Name |
entity:npc | All NPCs. |
NPC:Name | The NPC named Name. |
group:Name | All members of permissions group Name. NPCs can be added to permission groups. |
town:Name | All members of Towny town Name |
nation:Name | All members of Towny nation Name |
faction:Name | All members of Factions factiontag Name |
team:Name | All members of War team Name |
event:PvP | The sentry will attack any players that damage another player in range. |
event:PvNPC | The sentry will attack any players that damage any NPC in range. |
event:PvSentry | The sentry will attack any players that damage other Sentries in range. |
Examples: This will make the Sentry attack all players except those in the Admin group
/sentry target add entity:player /sentry ignore add group:Admin
This will make the Sentry attack anything that moves.. except sheep and the player named Bob Johnson.
/sentry target add entity:all /sentry ignore add entity:sheep /sentry ignore add player:Bob Johnson
To remove a target:
/sentry target remove [entity]
To remove a ignore:
/sentry ignore remove [entity]
To view the target list:
/sentry target list
To view the ignore list:
/sentry ignore list
To clear the target list:
/sentry target clear
To clear the ignore list:
/sentry ignore clear
메세지 설정
센트리는 메세지를 설정이 가능합니다.
위협을 줄려면
/sentry warning 'New Warning Message'
인사말을 보낼려면
/sentry greeting 'New Greeting Message'
- 설정이 가능합니다.
Guarding
경호원
Lookouts
/sentry guard
- 경호원 설정
and use /npc path
로 길을 설정 가능합니다.
/sentry guard [Name]
- 저 명령어를 치면 /sentry guard player = player를 가드한다- 지킨다. (경호원이 붙는거죠)
Stats
Stats are Sentry settings that take a value and affect its performance.
센트리의 능력을 설정할려면
/sentry [stat] [value]
- 예: /sentry armor 5
센트리의 능력을 볼려면
/sentry [stat]
- 예: /sentry range
센트리의 정보를 볼려면
/sentry info
능력 |
기본 설정 |
설정 할 수 있는 최대값 | 설명 |
---|---|---|---|
health | 20 | 1-2000000 | 최대 체력을 설정 합니다 |
armor | 0 | 0-2000000 |
갑옷의 데미지를 설정합니다. 높으면 높을 수록 체력이 달지 않고 튕겨냅니다. |
strength | 1 | 0-2000000 | 높을수록 공격력이 증폭합니다 |
range | 10 | 1-100 |
인식 범위입니다. 100으로 설정한다면
100미터 주변까지 적을 인식할 수 있음 |
speed | 1.0 | 0.0-1.5 |
Sentry의 스피드이며 2.0까지만 가능 더 늘리고 싶다면 /npc speed 로 하시길 |
attackrate | 2.0 | 0.0-30.0 |
공격 딜레이입니다.
어떤 플레이어는 공격딜레이가 계속 쉬지않고 공격 한다면 4.0입니다. 30 최대로 설정한다면 공격도 못하고 선빵으로 죽죠. |
healrate | 0.0 | 0.0-300.0 |
체력 회복 시간입니다. 300으로 설정한다면 1초당 300씩 회복. |
nightvision | 16 | 0-16 | 야광투시 능력을 설정합니다. |
respawn | 10 | -1-2000000 |
리스폰 시간입니다. 여기서 말하는 숫자는 분을 뜻하며, 1이라고 치면 1분 후에 부활합니다. |
warningrange | 0 | 0-50 |
플레이어에게 경고를 줍니다. 보통은 0으로 설정되어있습니다. |
옵션들
옵션은 센트리의 기타설정할 수 있고 센트리의 행동이 바뀝니다.
/sentry [옵션]
- Example: /sentry invincible
센트리의 정보를 볼려면
/sentry info 를 칩시다
옵션 | 기본 설정 | 설명 |
---|---|---|
drops | False |
경험치나 아이템을 드랍해 플레이어에게 지급합니다 |
invincible | False |
무적상태 |
retaliate | True |
복수기능(한번 때리면 지옥 끝까지 찾아감) |
criticals | True |
위협 |
friendlyfire | False |
아군이나 적을 구별 없이 사살 |
필요한 플러그인
'마인크래프트 플러그인' 카테고리의 다른 글
마인크래프트 1.4.2 WorldEdit(쉽게 건물을 짓자) (0) | 2012.11.01 |
---|---|
마인크래프트 1.4.2 PermissionsEx(권한을 가지자) (2) | 2012.11.01 |
블럭을 문처럼 사용하자 (BlockDoor 0.076 for CB 1.3.1-R2.0) (1) | 2012.09.24 |
마인크래프트 서버에 히로빈을 추가(Herobine v2.2 [CB 1.3.1-R2] for CB 1.3.1-R2.0 ) (0) | 2012.09.20 |
NPC플러그인의 새로운 혁명!! (Citizens2.0.2 (Build #370) for CB 1.3.2-R0.1) (0) | 2012.09.20 |