Chest Interaction Log

Discussion in 'Plugin Requests' started by vondale, Jun 19, 2021.

Thread Status:
Not open for further replies.
  1. Offline

    vondale

    Plugin category:
    Admin Access

    Minecraft version:
    1.16+

    Suggested name:
    ChestServerLog

    What I want:
    All Chest Interaction will be save in YAML Example


    Folder: Logs
    FileName: <PlayerName>.yml

    Inside of the PlayerName.yml there is

    [Time] PlayerName Stored items in CHEST / List of Items: [Display Name: Goddess Sword ; Amount: 1; Type: DIAMOND_SWORD; WorldName: World; Location: X Y Z]

    [Time] PlayerName take items in CHEST /Items: [Display Name: Goddess Sword ; Amount: 1; Type: DIAMOND_SWORD; WorldName: World; Location: X Y Z]

    CHEST = TYPE OF THE CONTAINER
    TIME = REAL WORLD TIME BASE ON GMT ON CONFIG
    TYPE = ITEM TYPE LIKE DIAMOND_SWORD , GOLDEN_SWORD
    WORLDNAME = NAME OF THE WORLD
    DISPLAY NAME = NAME OF THE ITEM
    AMOUNT = QUANTITY OF ITEM
    LOCATION = LOCATION OF THE CHEST
     
  2. Offline

    rudraksha007

    i will try this... But don't believe me until i post the plugin.. as i m not that experienced in coding these.. BTW do you want to print the log to console as well?
    EDIT after 2 days: I don't know why you are not responding to my question but here you have it:
    just extract this and put it in the plugins foler( bukkit's site don't allows jar upload):
     

    Attached Files:

    Last edited: Jun 20, 2021
  3. Offline

    vondale


    Hello sorry for the late reply yes I want to print the log to console as well
     
Thread Status:
Not open for further replies.

Share This Page