Configuration

Default Configuration File:

monitor_game_mode_changes: true
monitor_commands: true
monitor_items: true
monitor_world_changes: true
record_block_places: true
record_logins: true
record_logouts: true
DisregardCreativeBlockPlaces: true
RecordAllCommands: true
MonitoredCommands:
- give
- gamemode
- xp
- clearinventory
MonitoredBlocks:
- 264
- 302
- 303
- 304
- 305
- 310
- 311
- 312
- 313
- 276
- 277
- 278
- 279
- 57
- 41
- 22
- 42
- 133
debug: false

monitor_game_mode_changes - should the plugin log game mode changes? monitor_commands - should commands be logged? monitor_items - should items in inventory be kept track of? monitor_world_changes - should world changes be logged? record_block_places - should items placed be kept track of? record_logins - should logins be logged? record_logouts - should logouts be logged? DisregardCreativeBlockPlaces - should the plugin disregard block places done under creative mode? RecordAllCommands - should all commands be recorded? If this is set to true then MonitoredCommands will have no effect!

MonitoredCommands: a list of commands that will be monitored and logged by the plugin. Only works if 'RecordAllCommands' is set to false

MonitoredBlocks: a list of blocks that will be monitored by the plugin. With this enabled the specified block will create an entry in the log if it is

  • Placed in inventory from the creative menu
  • Dropped
  • Picked up
  • Placed in world
  • Placed in inventory from chest

Comments

Posts Quoted:
Reply
Clear All Quotes