This plugin must need JAVA 11 or above for using!
이 플러그인은 사용하려면 자바 11 또는 그 이상이 필요합니다!
Information
RTU-CommandControl is bukkit plugin that you can Make Available Only Certain Command.
RTU-CommandControl 은 특정 명령어만 사용할 수 있도록 설정할 수 있는 Bukkit 플러그인입니다.
Features
Make be able to use only certain command.
특정 명령어만 사용할 수 있도록 설정할 수 있습니다
Make be able to use tabcompletion of only certain command.
특정 명령어의 탭 완성 기능만 사용할 수 있도록 설정할 수 있습니다
Configuration
Setting.yml
Code (YAML):
#Control Whether Enable This Plugin Functions
#이 플러그인의 기능을 활성화할 것인지 조정합니다
enablePlugin
: true
#Control Whether Send Motd to All User, False = Only OP
#Motd를 모든 유저에게 보낼지 조정합니다, False = OP에게만 보냅니다
motd
: true
#Message Locale, You can make new Locale File, Locale_KR.yml = KR
#메세지 언어, 새로운 언어 파일을 만들 수 있습니다, Locale_KR.yml = KR
locale
:
"EN"
Commands.yml
Code (YAML):
commands
:
#rtucc.default (Default Enabled) = rtucc.default
#rtucc.default *(기본적으로 활성화되어있음) = rtucc.default
default
:
#also need permission for using this command
#또한 이 명령어를 사용하기 위한 권한이 필요합니다
- w
- menu
- menu2
#need rtucc.custom permission = rtucc.custom
#권한 rtucc.custom 이 필요함 = rtucc.custom
custom
:
#also need permission for using this command
#또한 이 명령어를 사용하기 위한 권한이 필요합니다
- ban
worldedit
:
- /wand
- /copy
Translations/Locale_EN.yml ( Can use PAPI variable and Add custom translation file )
Code (YAML):
#if Empty, Plugin uses default prefix
prefix
:
""
reloadMsg
:
"&aCompleted reloading config"
commandWrongUsage
:
"&cWrong Usage&7, &fUse /rtucc reload"
noPermission
:
"&cYou don't have permission"
Commands
Code (Text):
/rtucc reload - reload plugin / 플러그인 리로드
Permission
Code (Text):
rtucc.reload - Pugin reload permission / 플러그인 리로드 권한입니
rtucc.bypass.preprocess - Command Using control bypass permission / 명령어 사용 제한을 건너뛰는 권한입니다
rtucc.bypass.send - Command Tabcompleting control bypass permission / 명령어 자동완성 제한을 건너뛰는 권한입니다
rtucc.bypass.* - All control bypass permission / 명령어 제한을 건너뛰는 권한입니다
rtucc.(groupName in config) - the group's command permission / 그 그룹의 권한입니다 (rtucc.(콘피그 안의 그룹이름))
ex) rtucc.custom
예) rtucc.custom
Do You want to join discord server? Discord