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).
- 15:31, 16 March 2026 XxharCs talk contribs blocked Riggedfish talk contribs with an expiration time of indefinite (account creation disabled, cannot edit own talk page) (Broke rules on Wiki with ragequit)
- 15:31, 16 March 2026 XxharCs talk contribs blocked RiggedFish talk contribs with an expiration time of indefinite (account creation disabled, cannot edit own talk page) (Broke rules on Wiki with ragequit)
- 15:07, 16 March 2026 XxharCs talk contribs created page Category:Protocol (Created blank page)
- 15:07, 16 March 2026 XxharCs talk contribs created page Packet Structure (Created page with "= Packet Structure = All communication between the client and server uses a binary packet format. Each packet consists of a fixed 8 byte header (metadata) followed by a variable length payload. == Packet Layout == <pre> Offset Size Field 0x00 2 checkSerial 0x02 2 checkSum 0x04 2 packetId 0x06 2 dataLength 0x08 n data (payload) </pre> == Header Fields == {| class="wikitable" ! Field ! Size ! Description |- | checkSeri...")
- 15:48, 12 February 2026 User account Bxn88 talk contribs was created automatically
- 05:46, 11 February 2026 RiggedFish talk contribs created page Game Installation Guide (The game is not officially supported on Steam Deck, Issues may arise which are not documented and not in the public knowledge, user knowledge is required.)
- 05:09, 11 February 2026 User account RiggedFish talk contribs was created automatically
- 15:36, 9 February 2026 User account Riggedfish talk contribs was created automatically
- 13:04, 6 January 2026 User account Tentenfanta talk contribs was created automatically
- 19:28, 21 December 2025 User account Goofy talk contribs was created automatically
- 15:10, 18 December 2025 XxharCs talk contribs created page Packet Schema (.packet) Format (Created page with "= Packet Schema (.packet) Format = This page explains how to define Fantasy Tennis packets using the schema based <code>.packet</code> format consumed by <code>FTPacketGen</code>. The generator turns these schema files into Java classes (packets and nested structures), including parsing for client packets and auto writing for server packets. == Where .packet files live == <code>FTPacketGen</code> scans a directory tree for files ending in <code>.packet</code> (<code>ser...")
- 01:45, 5 October 2025 User account PantsuArt talk contribs was created automatically
- 19:02, 12 August 2025 User account Veronika talk contribs was created automatically
- 10:26, 8 July 2025 XxharCs talk contribs created page Category:Event (Created page with "Category:Scripting")
- 10:26, 8 July 2025 XxharCs talk contribs created page Category:Scripting (Created page with "Category:Server")
- 10:25, 8 July 2025 XxharCs talk contribs created page List of GameEventType Events (Created page with "== List of Events (GameEventType) == This page lists the currently available events you can hook into using the <code>geb.on("EVENT_NAME", ...)</code> function from JavaScript. All events come from the <code>GameEventType</code> enum in either the '''game server''' or '''chat server''' codebase. These are used in event scripts placed inside <code>scripts/event/</code>. == Game Server Events == {| class="wikitable sortable" ! Event Name !! Called? !! Description |-...")
- 09:44, 8 July 2025 XxharCs talk contribs created page Event MP PLAYER HITS TARGET (Created page with "= Event MP_PLAYER_HITS_TARGET = '''MP_PLAYER_HITS_TARGET''' is one of these events that are called from multiple places with multiple argument count. Therefore accessing the parameters passed to that event require proper handling to avoid errors. Currently it is called 3 times in sum: <pre> GameEventBus.call(GameEventType.MP_PLAYER_HITS_TARGET, ftClient, game, skill); // ftClient might be changed to connection in future GameEventBus.call(GameEventType.MP_PLAYER_HITS_T...")
- 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...")
- 11:41, 26 February 2025 XxharCs talk contribs created page Fixing SQL Import Script Errors (Created page with "= Fixing SQL Import Script Errors = == Overview == When running the `import_sql.sh` script to import SQL files into the database, you might encounter errors related to missing `Guardian` and `BossGuardian` entries. This happens because certain event maps reference Guardian entries that do not exist in the default SQL files provided by [https://github.com/sstokic-tgm/JFTSE/tree/master/scripts/sql JFTSE]. These missing definitions are a result of JFTSE-specific config...")
- 21:05, 24 February 2025 XxharCs talk contribs created page Game Lore (Created page with "== Game Lore == The world of ''Fantasy Tennis'' is set in the mystical realm of '''Fantasy Land''', where warriors, adventurers, and magical beings compete in battles that blend athletic skill with powerful magic. This land is rich with legends, and its many races and factions form alliances, rivalries, and struggles for survival. == The Origins of Fantasy Land == Fantasy Land was shaped by divine forces, a realm born from the delicate balance between light and darkness...")
- 18:31, 24 February 2025 XxharCs talk contribs created page Commands (Created page with "= Ingame Commands = This page provides a list of available ingame commands for '''Fantasy Tennis''' within '''JFTSE'''. Commands must be prefixed with a `-` to execute. Some commands are '''restricted to Game Masters (GMs)'''. == General Commands == These commands can be used by all players. === 🎲 Random Mode === Random guardians will spawn instead of the default ones (boss remains the same). <pre> -random </pre> === 🔥 Hard Mode === Enables '''Hard Mode''', inc...")
- 18:26, 19 February 2025 XxharCs talk contribs created page Category:Server (Created blank page)
- 18:26, 19 February 2025 XxharCs talk contribs created page Database Schema & Cheatsheet (Created page with "= Database Schema & Cheatsheet = This page provides an overview of the database structure used in Fantasy Tennis, showing the key tables, their columns, and relationships. The schema diagram below visually represents how different entities connect within the system. == Schema == frameless|600px|left|alt=Database Schema|Database Schema Category:Server")
- 18:09, 19 February 2025 XxharCs talk contribs created page File:Db-entities.svg
- 18:09, 19 February 2025 XxharCs talk contribs uploaded File:Db-entities.svg
- 15:46, 19 February 2025 XxharCs talk contribs changed group membership for Milov from (none) to moderator
- 14:49, 19 February 2025 XxharCs talk contribs protected JFTSE Wiki:Community Rules [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 14:43, 19 February 2025 XxharCs talk contribs created page JFTSE Wiki:Community Rules (Created page with "= 📜 JFTSE Wiki Community Rules = Welcome to the '''JFTSE Wiki'''! This community driven resource exists to provide accurate and well structured information about '''JFTSE''', '''Fantasy Tennis''', and related topics. To ensure a '''productive and respectful environment''', all contributors must adhere to the following '''community rules'''. By editing or interacting with this wiki, you agree to follow these guidelines. If you violate these rules, your access may be...")
- 13:18, 19 February 2025 XxharCs talk contribs created page Category:Pages using DynamicPageList3 parser tag (Created blank page)
- 13:13, 19 February 2025 XxharCs talk contribs created page Guides & Tutorials (Created page with "<DynamicPageList> category=Guides includepage={self} ordermethod=sortkey order=ascending </DynamicPageList> Category:Guides")
- 13:11, 19 February 2025 XxharCs talk contribs deleted page Guides & Tutorials
- 13:04, 19 February 2025 DynamicPageList3 extension talk contribs created page Template:Extension DPL (Autogenerated DynamicPageList3's necessary template for content inclusion.)
- 13:02, 19 February 2025 XxharCs talk contribs created page Guides & Tutorials (Created page with "<DynamicPageList> category=Guides ordermethod=sortkey order=ascending </DynamicPageList> Category:Guides")
- 12:54, 19 February 2025 XxharCs talk contribs created page Category:Guides (Created blank page)
- 12:32, 19 February 2025 XxharCs talk contribs created page Category:About (Created blank page)
- 12:19, 19 February 2025 XxharCs talk contribs moved page Wiki Guidelines to JFTSE Wiki:Wiki Guidelines without leaving a redirect
- 12:13, 19 February 2025 XxharCs talk contribs created page JFTSE Wiki:About (Created page with "== About JFTSE Wiki == The '''JFTSE Wiki''' is the official knowledge base for everything related to JFTSE and Fantasy Tennis. This wiki covers: * Guides, game mechanics, and technical documentation * Information about JFTSE (the project) * The history and mechanics of Fantasy Tennis === Related Pages === * About JFTSE – Learn about JFTSE * About Fantasy Tennis – Learn about the game Fantasy Tennis For editing guidelines, see JFTSE Wiki:Wiki Guidelines.")
- 22:31, 17 February 2025 XxharCs talk contribs changed visibility of 6 log events on Special:Log/delete: content hidden and edit summary hidden
- 22:30, 17 February 2025 XxharCs talk contribs (log details removed) (edit summary removed)
- 22:28, 17 February 2025 XxharCs talk contribs (log details removed) (edit summary removed)
- 22:25, 17 February 2025 XxharCs talk contribs created page MediaWiki:Jftse-website-url (Created page with "jftse-website-url|https://jftse.com")
- 22:19, 17 February 2025 XxharCs talk contribs created page MediaWiki:External-links (Created page with "jftse-website-url|https://jftse.com")
- 22:14, 17 February 2025 XxharCs talk contribs created page MediaWiki:Sidebar (Created page with " * navigation ** mainpage|Home ** https://jftse.com|JFTSE ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki * SEARCH * TOOLBOX * LANGUAGES")
- 21:36, 17 February 2025 User account Zowie talk contribs was created automatically
- 21:28, 17 February 2025 XxharCs talk contribs changed group membership for Milov from (none) to suppressor and push subscription manager
- 21:26, 17 February 2025 XxharCs talk contribs changed group membership for XxharCs from bureaucrat, interface administrator and administrator to bureaucrat, interface administrator, administrator, suppressor and push subscription manager
- 21:24, 17 February 2025 Jwikiss talk contribs changed group membership for XxharCs from interface administrator and administrator to interface administrator, administrator and bureaucrat
- 20:58, 17 February 2025 User account Milov talk contribs was created automatically
- 20:22, 17 February 2025 XxharCs talk contribs protected JFTSE Wiki:Privacy policy [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:22, 17 February 2025 XxharCs talk contribs created page JFTSE Wiki:Privacy policy (Created page with "<big><big><big>'''Privacy Policy'''</big></big></big> <p> JFTSE is committed to protecting the privacy of its users. This Privacy Policy outlines the information JFTSE may collect and how it may be used. </p> === Information Collection === <p> JFTSE may collect personal information, such as your name, date of birth, email address, and IP address when you register on JFTSE Site or when interacting with specifi...")