Code
대표칭호 없음
게임버전 | 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
| 플러그인 적용법
[일반 플러그인]
- 사용하고자 하시는 마인크래프트 버전을 지원하는 플러그인을 다운받아줍니다.
- 플러그인 파일을 서버구동기 파일이 들어있는 폴더안에 plugins 폴더에 넣어줍니다. ( plugins 폴더가 없다면 만들어주세여 )
- 서버구동기를 틀어 서버를 구동시켜줍니다.
- 서버구동기로 서버가 시작될 때, 구동기에 뜨는 로딩 문구를 통해 플러그인이 정상적으로 적용되었는지 확인해줍니다.
( 뭐가 뭔지 모르겠다면 그냥 서버에 직접 접속해 플러그인이 적용되었는지 확인해주세요. )
[스폰지 플러그인]
- 사용하고자 하시는 마인크래프트 버전을 지원하는 플러그인을 다운받아줍니다.
- 플러그인 파일을 서버구동기 파일이 들어있는 폴더안에 mods 폴더에 넣어줍니다. ( mods 폴더가 없다면 만들어주세여 )
- 서버구동기를 틀어 서버를 구동시켜줍니다.
- 서버구동기로 서버가 시작될 때, 구동기에 뜨는 로딩 문구를 통해 플러그인이 정상적으로 적용되었는지 확인해줍니다.
( 뭐가 뭔지 모르겠다면 그냥 서버에 직접 접속해 플러그인이 적용되었는지 확인해주세요. )
| 플러그인 다운로드
마인크래프트 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 하이드스트림 플러그인 ( 플러그인 버전 : )
하이드스트림 플러그인 : 다운로드
브랫
2018.12.17^^ b