No response in 6 hours I guess maybe this is a joke people need to take this forum more seriously Advertising,spam,off topic HAS NOTHING to do with mcpe or PM its getting tiring and annoying don't post if you have no intention of posting related content
He wants to add an prefix to his plugin msgs Like PHP: SomeSendMsgFunction("<".$prefix.">".$message) //I LOVE THOSE DOTS Message would be your message And config stuff: PHP: Config::set("Prefix", "Please edit this prefix")$prefix = Config::get("Prefix")
As most people don't know, if you add a `prefix: SomePrefix` line in plugin.yml, your messages on console will be prefixed with [SomePrefix] instead.
If you don't add that line, your messages on console will be with your plugin name. Don't you notice that?