본문 바로가기

마인크래프트 플러그인/한글화

[INFO/CHAT] ScheduledAnnouncer v 2.8 - 알림을 알림해보자

플러그인 이름: ScheduledAnnouncer

버전: 2.8

테스트 환경: 1.6.2-R0.1

제작자: Proeliumm

영문판: 다운로드

원문: 링크

설명:


기능:

  • 모든 플레이어에게 예정된 공지를 보냅니다
  • 쉬운 'config.yml' 설정 또는 게임안의 '알림' 명령어.
  • 색상 지원 (&1, &2... &9, &a, &b... &f) 그리고 새 라인 &n.
  • Supports executing commands inside Announcements. (Like "Now it will become day!&n/time day")
  • 최신 버킷 권한 시스템 지원!

설치법:

  1. 최신 릴리즈를 다운받습니다
  2. 플러그인 / 폴더에 업로드합니다
  3. 서버를 재 시작하거나 리로드합니다

Or have a look at the Video Tutorial by BrandonHopkins

설정법:

#
# ScheduledAnnouncer 설정 파일
# =====================================
#
# Don't use tabs in *.yml file!
# 
# Please note that there is a 85 (with the default prefix) character
# limit on announcements.
# 
# If you mess this config up, feel free to delete this one, and let
# the plugin create you a new one!
#

announcement:
    # Use this flag to temporary disable the announcements.
    # enabled: false, means that there wouldn't be any announcements.
    enabled: true

    # Set this to true will announce in random order.
    # 'false' will announce in sequential (one after another) order.
    random: false

    # Defines the prefix for the announcement. Use & + hex char for color codes.
    prefix: '&c[Announcement] '

    # The time of one interval in seconds.
    interval: 100

    # List of messages to announce. You could use color codes by using & + hex chars too.
    messages:
    - 'This is the first default announcement!'
    - 'Use /announce help to get info how to config this plugin.'
    - 'You can also configure this plugin with its config.yml too!'
    
    # Use to enable or disable the motd.
    motdEnabled: true
    
    # Use to define the motd.
    motd: 'Test announcement.'

Commands:

/알림 추가 <맛사지>

필요한 권한: announcer.add 맛사지를 새 알림으로 추가합니다: <맛사지>

/알림 공지 [<새긴>]

필요한 권한: announcer.broadcast 존재하는 알림을 지금 공지합니다.

/알림 삭제 <새긴>

필요한 권한: announcer.delete 전달된 새긴의 알림을 삭제합니다.

/알림 활성화 [|거짓]

필요한 권한: announcer.moderate 알림을 (비)활성화합니다.

/알림 주기 <세컨드>

필요한 권한: announcer.moderate 알림 사이의 세컨드를 설정합니다.
Calling it without an interval to set will return the current interval.

/알림 목록

필요한 권한: announcer.moderate 모든 알림 나열.

/알림 무작위 [|거짓]

필요한 권한: announcer.moderate 무자귀 모드를 활성화 비활성화 시킵니다.
Only calling /announce random without true or false, will return current mode.

/알림 motd설정 [오늘의맛사지]

필요한 권한: announcer.moderate MOTD 설정
Only calling /announce motd without string will return current motd.

/알림 motde활성화 [참|거짓]

필요한 권한: announcer.moderate motd 활성화 비활성화
Only calling /announce motdenabled without true or false, will return current mode.

/알림 말하기 [맛사지]

필요한 권한: announcer.moderate 맛사지를 입력하면 말함Announces a message to the server without saving it to the config.

/알림 리로드

필요한 권한: announcer.admin 리로드 config.yml.

/알림 말머리 <말머리>


This sets a new prefix. Note that you need to place the ['s in there again. Color codes also work.

권한:

Only people with the permissions announcer.receiver will receive announcements, but everybody owns the permissions by default.

announcer.receiver 알림 받는 권한이지만 기본설정 되있음

 

필수로 해야할 것:
잘쓰기
할말:  

잘써라

 

 

 

다운로드

 

All Platform