All public logs
Combined display of all available logs of CCDirectLink. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:56, 14 August 2021 Dmitmel talk contribs created page 2767mr's code pearls (Created page with "A simple hello world mod: <syntaxhighlight lang="javascript"> export default class HelloWorld extends Plugin { prestart() { console.log('Hello world!'); } } </syntaxh...")