infinity-logger/Features

Chat

In config this is 'LogChat', this logs any chat a player says with logging message said, player coordinates, player gamemode, and if player is flying. With default ChatFormat this appears to look like in file:

[17:16:23] CHAT: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Said in chat with player coordinates at X:17 Y:64 Z:117 With message being: 'Hello! This is a chat test! InfinityLogger (C) 2015 Adam Yarris' players gamemode was CREATIVE player flying is false


Hashtags

In config this is 'LogHashtags', this started as a joke, but this does log any Hashtag/Hashtag with message a player says, player coordinates, player gamemode, and if player is flying. With default ChatFormat this appears to look like in file:

[17:16:42] BLOCK: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Issued server hashtag with player coordinates at X:17 Y:64 Z:117 With hashtag being: '#ILikeMoneyAllDayEveryDay!' players gamemode was CREATIVE player flying is false


Commands

In config this is 'LogCommands', this logs any command a player preforms, player coordinates, player gamemode, and if player is flying. With default ChatFormat this appears to look like in file:

[17:16:48] COMMAND: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Issued server command with player coordinates at X:17 Y:64 Z:117 With command being: '/help' players gamemode was CREATIVE player flying is false


Block Destroying

In config this is 'LogBlockDestroy', this logs any blocks a player destroys with logging player location, block destroyed location, item in hand, gamemode, and if player is flying. With default ChatFormat this appears to look like in file:

[17:18:01] BLOCK: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Destroyed block type GRASS with block coordinates at X:15 Y:63 Z:117 with player coordinates at 16, 64, 117 With AIR in hand. Players gamemode was CREATIVE player flying is false


Inventory Clicking

In config this is 'LogInventoryClick', this logs if you right/left/shift right or left clicked an item, the item you click in your inventory, the inventory name, the inventory slot of the clicked item, the players coodinates, gamemode, and if the player was flying. With default ChatFormat this appears to look like in file:

[17:17:24] INV: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Left clicked item in inventory with player coordinates at X:17 Y:64 Z:117 with item type RED_ROSE slot number 8 inventory name being container.inventory players gamemode was CREATIVE player flying is false


Inventory Close

In config this is 'LogInventoryClose', this logs the inventory's name, the players coordinates, gamemode, and if they are flying. With default ChatFormat this appears to look like in file:

[17:17:36] INV: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Closed inventory with player coordinates at X:17 Y:64 Z:117 inventory name being container.crafting players gamemode was CREATIVE player flying is false


Inventory Drag

Inventory drag is having trouble at the moment. Expect this to be fixed/fully removed in future updates.


Inventory Open

In config this if 'LogInventoryOpen', this logs the inventory's name, the players coordinates, gamemode, and if they are flying. With default ChatFormat this appears to look like in file:

[18:17:07] INV: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Opened inventory with player coordinates at X:17 Y:64 Z:119 inventory name being container.chest players gamemode was CREATIVE player flying is false


Picking up an Item

In config this is 'LogPlayerPickupItem', this logs the item type picked up, players coordinates, gamemode, and if they are flying. With default ChatFormat this appears to look like in file:

[17:17:47] INV: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Picked up item with player coordinates at X:16 Y:64 Z:117 item picked up being type RED_ROSE players gamemode was CREATIVE player flying is false


Left Clicking

In config this is 'LogLeftClick', this logs the type block left clicked, the coordinates of the block, the type of item in players hand, if any, the players coordinates, gamemode, and if they are flying. With default ChatFormat this appears to look like in file:

[17:18:01] CLICK: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Left clicked block type GRASS and clicked block coordinates at X:15 Y:63 Z:117 with player coordinates at 16, 64, 117 With AIR in hand, players gamemode was CREATIVE player flying is false


Turn head

In config this is linked with Moving that is 'LogMove', this logs what the player's original pitch and yaw was, what the new one is, the players coordinates, gamemode, and if they were flying. With default ChatFormat this appears to look like in file:

[18:39:10] MOVE: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Changed viewing direction from Pitch:-7.800002 and Yaw:-366.83395 to Pitch:-4.950002 and Yaw:-359.18396 players coordinates were X:17 Y:64 Z:119 players gamemode was CREATIVE player flying is false


Player Move

In config this is linked with Turning Head that is 'LogMove', this logs the players original coordinates, their new coordinates, their gamemode, and if they were flying. With default ChatFormat this appears to look like in file:

[17:18:07] MOVE: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Moved from X:16 Y:64 Z:117 to 17 Y:64 Z:117 players gamemode was CREATIVE player flying is false


Right Clicking

In config this is 'LogRightClick', this logs the type block right clicked, the coordinates of the block, the type of item in players hand, if any, the players coordinates, gamemode, and if they are flying. With default ChatFormat this appears to look like in file:

[19:30:34] CLICK: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Right clicked block type STONE and clicked block coordinates at X:18 Y:65 Z:114 with player coordinates at X:18 Y:66 X:116 With STICK in hand, players gamemode was CREATIVE player flying is true


Placing Blocks

This is directly related to right clicking but is logged differently. In config this is 'LogRightClick', this logs the type of block placed, the block that was placed against, the coordinates of the block placed, the coordinates of the player, the players gamemode, and if they were flying. With default ChatFormat this appears to look like in file:

[18:47:04] BLOCK: RubbaBoy:946dba0a-1eee-489a-ab6d-516927fb2df7:127.0.0.1: Placed block type STONE against block STONE and clicked block coordinates at X:18 Y:65 Z:114 with player coordinates at X:20 Y:64 Z:114 players gamemode was CREATIVE player flying is true


Comments

Posts Quoted:
Reply
Clear All Quotes