Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of JFTSE Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:32, 7 July 2025 XxharCs talk contribs created page Creating custom events (Created page with "= Scripted Event System = This page documents how to implement custom in-game event logic using the internal JavaScript scripting system. All scripts are located in: <pre>game-server/src/main/resources/scripts/event</pre> Files are named as: <pre><ID>_<name>.js</pre> Example: * <code>1_exampleEvent.js</code> * <code>2_exampleEvent2.js</code> * <code>3_weeklyLogin.js</code> == Registering to an Event == Scripts are registered to server events via: <pre> g...")