Closed Chenguang1 closed 7 years ago
This is not yet possible.
On Sat, 27 May 2017, 04:57 Chenguang1, notifications@github.com wrote:
I would like to disable ALL the commands for my vanilla server. Is it possible to do with this plugin? And by ALL I mean all existing commands (like /help) and all not-existing commands or typos (like /fdsadfs) as well.
IF PLAYER TYPES SOMETHING (ANYTHING) AFTER SLASH HE SHOULD GET NO ERROR MESSAGE AT ALL
(both "show-error-message" and "show-tab-error-message" are false). No "unknown command" message, no "you don't have a permission" message, no nothing in respond. Is it possible to create an empty whitelist of commands instead of creating a blacklist with many-many lines in "target-commands" section? Or if not through whitelist then through black list: block all the commands (known and unknown) that start with a,b,c,..,x,y,z letters and 0,1,2,..8,9 numbers?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xxyy/commandblockerultimate/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhY_qdLKLSNSm3KqEQav7WtUNUtdhSgks5r95EHgaJpZM4NoNl1 .
Okay. Thanks.
This is actually a duplicate of #27.
I would like to disable ALL the commands for my vanilla server. Is it possible to do with this plugin? And by ALL I mean all existing commands (like /help) and all not-existing commands or typos (like /fdsadfs) as well.
IF PLAYER TYPES SOMETHING (ANYTHING) AFTER SLASH HE SHOULD GET NO ERROR MESSAGE AT ALL
(both "show-error-message" and "show-tab-error-message" are false). No "unknown command" message, no "you don't have a permission" message, no nothing in respond. Is it possible to create an empty whitelist of commands instead of creating a blacklist with many-many lines in "target-commands" section? Or if not through whitelist then through black list: block all the commands (known and unknown) that start with a,b,c,..,x,y,z letters and 0,1,2,..8,9 numbers?