개인 자료란 (JE)

  서버 커뮤니티

Profile Code 대표칭호 없음
Profile

자료 자바 에디션(JE) 플러그인

하이드스트림(HideStream) - 남이 서버에 들어오든 말든 상관없다!

2017.05.16 조회 수 3125 추천 수 0
게임버전 1.5.2, 1.6.2, 1.6.4, 1.7.2, 1.7.10, 1.8, 1.8.8, 1.8.9, 1.9, 1.9.4, 1.10, 1.10.2, 1.11, 1.11.2 
원산지 해외 
개발자 mrmag518 
저작권 GPL 
자료 출처 https://dev.bukkit.org/projects/hidestream 

 

 

  |  플러그인 이름

 

HideStream

 

 

 

  |  플러그인 소개

 

HideStream 플러그인!

서버에 사람이 많을 경우, 
로그인, 로그 아웃 메시지가 채팅창을 전부 가려버리는 사태가 발생합니다.

이럴 때 사용하는것이 바로 HideStream. 
로그인/로그아웃 메시지를 모두 없애버립니다.

컨피그 설정 따라 킥, 밴, 사망 메시지도 없앨 수 있습니다.



컨피그

HideStream version: 3.8

 


# If HideStream's stream management should be enabled.
# Can be toggled by the commands, '/hs enable' and '/hs disable'
# Stream management: Join, Quit, Kick and Death.
Enabled: true < 플긴 실행?

# If HideStream should check for any available updates.
# It's recommended to leave this enabled.
CheckForUpdates: true <업데이트 확인?

# The message sent to players attempting to access commands they do not have access for.
# The message color can be changed by using color codes infront of the sentence.
# If you want different colors for words, place the color code infront of the word, ex: '&cNo &2Permission'.
# A list of color codes can be found here: http://ess.khhq.net/mc/
NoCommandPermissionMsg: '&cYou do not have permission to do that!'   <명령어에 권한 없는 유저가 접근했을 경우 띄우는 문구

PerPlayerToggle:
  # If enabled, players with permission can choose for themselves if they want their own stream to be enabled or disabled.
  Enable: false   <플레이어 별 통제를 허용?
  # This option basically overrides all the stream management settings, except for the enabled state of each category.
  # This makes stream enabled by default.
  StreamEnabledByDefault: false  <기본적으로 메시지들이 보이게 할것인가?

Join:
  # If join messages should be managed by HideStream.
  # If enabled, join messages will not appear in the chat, unless you have
  # configured HideStream to do so under certain circumstances.
  HideJoin: true  <서버 로그인 메시지 숨기기
  # Amount of players that needs to be online in order to hide join messages.
  # This includes the involved player too.
  NeedsToBeOnline: 0  <몇명 이상일 때만 발동
  # If enabled, stream management will only be active for new players.
  # -- Players that has never joined the server before.
  OnlyForNewPlayers: false  <새로운 플레이어가 등장했을 때만 보이게 하기
  # If enabled, stream management will only be active for old players.
  # -- Players that has joined the server before.
  OnlyForOldPlayers: false  <올드비가 등장했을 때만 보이게 하기
  Permissions:
    # If you want permissions support enabled.
    UsePermissions: false  <펄미션 시스템 사용
    # Only hide join messages if the player has permission.
    # -- hidestream.hidejoin
    HideOnlyIfHasPermission: false <펄미션이 있다면 가리게 할까?
    # Only hide join messages if the player does not have permission.
    # -- hidestream.hidejoin
    HideOnlyIfWithoutPermission: false   <펄미션이 없다면 가리게 할까?

Quit:
  HideQuit: true  <(Join과 나머지는 모두 같습니다.)
  NeedsToBeOnline: 0
  OnlyForNewPlayers: false
  OnlyForOldPlayers: false
  Permissions:
    UsePermissions: false
    HideOnlyIfHasPermission: false         # (hidestream.hidequit)
    HideOnlyIfWithoutPermission: false     # (hidestream.hidequit)

Kick:
  HideKick: true
  NeedsToBeOnline: 0
  OnlyForNewPlayers: false
  OnlyForOldPlayers: false
  Permissions:
    UsePermissions: false
    HideOnlyIfHasPermission: false         # (hidestream.hidekick)
    HideOnlyIfWithoutPermission: false     # (hidestream.hidekick)

Death:
  HideDeath: false
  NeedsToBeOnline: 0
  Permissions:
    UsePermissions: false
    HideOnlyIfHasPermission: false         # (hidestream.hidedeath)
    HideOnlyIfWithoutPermission: false     # (hidestream.hidedeath)


 

 

 

 

  |  명령어 & 펄미션 노드

 

 

     [명령어 & 펄미션]

  • 커맨드 설명 커맨드에 해당하는 펄미션
    /hidestream 메인 명령어 hidestream.command.list
    /hidestream reload 플긴 리로드 hidestream.command.reload
    /hidestream enable 전부 활성화 hidestream.command.enable
    /hidestream disable 전부 비활성화  hidestream.command.disable
    /hidestream toggle 자신의 메시지창만 제어 hidestream.command.hideme
    /hidestream toggle <player> 다른 사람의 메시지창만 제어 hidestream.command.hideme.others
    /hidestream update 플러그인을 강제로 업데이트 시킴. hidestream.command.update

 

 

 

  |  플러그인 적용법

 


      [일반 플러그인]

  1. 사용하고자 하시는 마인크래프트 버전을 지원하는 플러그인을 다운받아줍니다.
  2. 플러그인 파일을 서버구동기 파일이 들어있는 폴더안에 plugins 폴더에 넣어줍니다. ( plugins 폴더가 없다면 만들어주세여 )
  3. 서버구동기를 틀어 서버를 구동시켜줍니다.
  4. 서버구동기로 서버가 시작될 때, 구동기에 뜨는 로딩 문구를 통해 플러그인이 정상적으로 적용되었는지 확인해줍니다.
    ( 뭐가 뭔지 모르겠다면 그냥 서버에 직접 접속해 플러그인이 적용되었는지 확인해주세요. )


      [스폰지 플러그인]

  1. 사용하고자 하시는 마인크래프트 버전을 지원하는 플러그인을 다운받아줍니다.
  2. 플러그인 파일을 서버구동기 파일이 들어있는 폴더안에 mods 폴더에 넣어줍니다. ( mods 폴더가 없다면 만들어주세여 )
  3. 서버구동기를 틀어 서버를 구동시켜줍니다.
  4. 서버구동기로 서버가 시작될 때, 구동기에 뜨는 로딩 문구를 통해 플러그인이 정상적으로 적용되었는지 확인해줍니다.
    ( 뭐가 뭔지 모르겠다면 그냥 서버에 직접 접속해 플러그인이 적용되었는지 확인해주세요. )

 

 

 

 

  |  플러그인 다운로드

 

 

마인크래프트 1.5.2 하이드스트림 플러그인 ( 플러그인 버전 : v3.0 )

하이드스트림 플러그인 : 다운로드

 

 

 

마인크래프트 1.6.4 하이드스트림 플러그인 ( 플러그인 버전 : v3.3 )

하이드스트림 플러그인 : 다운로드

 

 

 

마인크래프트 1.7.4 하이드스트림 플러그인 ( 플러그인 버전 : v3.6.1 )

하이드스트림 플러그인 : 다운로드

 

 

 

마인크래프트 1.8 하이드스트림 플러그인 ( 플러그인 버전 : v3.7 )

하이드스트림 플러그인 : 다운로드

 

 

 

마인크래프트 1.9 / 1.10 / 1.11 하이드스트림 플러그인 ( 플러그인 버전 : v3.8 )

하이드스트림 플러그인 : 다운로드

 

 

 

마인크래프트 1.8 / 1.9 / 1.10 하이드스트림 플러그인 ( 플러그인 버전 :  )

하이드스트림 플러그인 : 다운로드

 

 




1개의 댓글

뉴스 및 창작물
/files/thumbnails/762/770/003/262x150.crop.jpg?20240418073724

레드스톤

T.B.H (고민중독) | 노트블럭 버전 | NoteBlock Cover [한국어 영어 중국어 가사 추가]

노트블럭전문가

2024-04-18

0

/files/thumbnails/218/767/003/262x150.crop.jpg?20240412130213

레드스톤

우리의 꿈 - 원피스 오프닝

노트블럭전문가

2024-04-12

0

/files/thumbnails/505/766/003/262x150.crop.jpg?20240411122306

레드스톤

기동전사 건담 수성의 마녀 | 노트블럭 커버 1

노트블럭전문가

2024-04-11

1

/files/thumbnails/932/765/003/262x150.crop.jpg?20240410124459

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

노트블럭전문가

2024-04-10

0

/files/thumbnails/403/765/003/262x150.crop.jpg?20240409190538

레드스톤

마인크래프트 노트블록으로 만든 『 밤양갱 (Bam Yang Gang) 』

Sonttukk

2024-04-09

4

/files/thumbnails/161/758/003/262x150.crop.jpg?20240331105743

레드스톤

라마 침 분수대 1

GlassesFilm

2024-03-31

0

/files/thumbnails/520/751/003/262x150.crop.jpg?20240328020349

레드스톤

마인크래프트 노트블록으로 만든 『 Bling‐Bang‐Bang‐Born 』 4

Sonttukk

2024-03-23

3

/files/thumbnails/467/742/003/262x150.crop.jpg?20240311163123

레드스톤

[노트블럭커버] MILGRAM -ミルグラム(밀그램)- / 아마네 「숙청 행진」 제 2심 2

노트블럭전문가

2024-03-11

0

/files/thumbnails/846/741/003/262x150.crop.jpg?20240310221214

레드스톤

워든 vs 라마 200마리 1

GlassesFilm

2024-03-10

0

/files/thumbnails/542/739/003/262x150.crop.jpg?20240309070457

레드스톤

[고인의 명복을 빕니다][노트블럭]드래곤볼 GT 오프닝 - 점점 마음이 끌려

노트블럭전문가

2024-03-09

0

/files/thumbnails/326/738/003/262x150.crop.jpg?20240328020414

레드스톤

마인크래프트 노트블록으로 만든 『 Build Our Machine 』

Sonttukk

2024-03-07

0

/files/thumbnails/952/735/003/262x150.crop.jpg?20240303230423

소식

복잡한 설치 없이 마크 애드온을 즐겨보세요! 새로운 블록, 몹, 조합법 등!

도라

2024-03-03

0