개인 자료란 (JE)

  서버 커뮤니티

Profile Code 대표칭호 없음
Profile

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

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

2017.05.16 조회 수 3153 추천 수 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/761/908/003/262x150.crop.jpg?20241025153749

건축

서울 숭례문(崇禮門) 4

KHC

2024-10-25

2

/files/thumbnails/578/899/003/262x150.crop.jpg?20241010142350

건축

경주 월정교 1

KHC

2024-10-10

2

/files/thumbnails/219/899/003/262x150.crop.jpg?20241009200950

건축

송전탑+도시 2

dbasd12

2024-10-09

2

/files/thumbnails/246/898/003/262x150.crop.jpg?20241008102328

레드스톤

단다단 - 오토노케(オトノケ) | 마인크래프트 노트블럭 커버

노트블럭전문가

2024-10-08

1

/files/thumbnails/348/896/003/262x150.crop.jpg?20241006103035

디도스/봇테러등등을 낚는 방법 4

물귀신

2024-10-06

3

/files/thumbnails/839/895/003/262x150.crop.jpg?20241006021227

SRV레코드는 보안도메인이 아닙니다. [서버오픈시 필독]

물귀신

2024-10-05

4

/files/thumbnails/648/892/003/262x150.crop.jpg?20241002184058

아티클

마인크래프트 라이브 2024 후기: 무성의가 느껴졌던 '절망편' 라이브

라비

2024-10-02

4

/files/thumbnails/693/890/003/262x150.crop.jpg?20241007140310

소식

[방송인 필독] 시참 컨텐츠 방송인분들께 DDoS(디도스) 공격을 퍼붓는 용의자 특정중, 예방 & 대처법 정리 9

해그

2024-10-01

1

사진이 없습니다.

레드스톤

[노트블럭 패러디] 신창섭 - 모장이 다해줬잖아

노트블럭전문가

2024-09-28

0

/files/thumbnails/677/856/003/262x150.crop.jpg?20240913205849

아티클

마인크래프트 개발의 미래

학교가기싫다

2024-09-13

2

사진이 없습니다.

모드

아이리스 쉐이더

gyeol12

2024-09-07

0

/files/thumbnails/382/873/003/262x150.crop.jpg?20240903125347

레드스톤

[노트블럭커버] 숙청행진 - 밀그램

노트블럭전문가

2024-09-03

0