Skript: [Suggestion] prevent a command to log in the console

Created on 18 Aug 2018  路  5Comments  路  Source: SkriptLang/Skript

Hi, it will be super nice if you could add a way to prevent command from logging into the console. This would be very useful for login skripts per example. The syntaxe will be something like this:

command /mycommand:
    log: false
    trigger:
        #stuff

By default it will be true :)

Thanks

enhancement lowest

Most helpful comment

silent command /mycommand:
  trigger:
    # stuff

might be better, I don't know how I feel about a boolean entry

All 5 comments

Per-command setting for this makes a lot of sense!

silent command /mycommand:
  trigger:
    # stuff

might be better, I don't know how I feel about a boolean entry

That looks good too. I think I prefer that since with recent additions like command cooldowns the entries section of a command can get rather long as is.

Silent might not be best choice of a word. You can't say what it actually means without checking docs.

I agree. And I think that putting it in the entries section is not such a bad thing, cause like this we can know everything about a command in a second, not looking everywhere if it is silent and stuff.
Also i鈥檓 not english so idk if this word even exist but maybe a

logless command /mycommand:

(And sorry for my english ^^)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wohahobg picture wohahobg  路  3Comments

TheClassic36 picture TheClassic36  路  3Comments

MrScopes picture MrScopes  路  3Comments

Eryk1983S picture Eryk1983S  路  3Comments

dhgameryt picture dhgameryt  路  3Comments