literalplus / commandblockerultimate

Blocks commands and does it well, or at least it thinks so. Compatible with BungeeCord and Spigot!
http://j.l1t.li/cmdblk
GNU General Public License v2.0
6 stars 5 forks source link

Whitelist of commands instead of blacklist in "target-commands" section? #34

Closed Chenguang1 closed 7 years ago

Chenguang1 commented 7 years ago

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?

literalplus commented 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 .

Chenguang1 commented 7 years ago

Okay. Thanks.

literalplus commented 7 years ago

This is actually a duplicate of #27.