Config

There are two files: config.yml and players.yml

Config.yml

pickupRadius: 10
playerPickupDelay: 3
defaultDropIn: Access
defaultOCD: Off

explanation

pickupRadius maximum range of the chests nearby in blocks

playerPickupDelay delay the player entity picking up the item after drop

defaultDropIn the default setting for all players, if they are allowed to change it, their personal setting is stored in the players.yml

the options are:

  • Own only chests the player owns
  • Access only chests the player can access (allowed to take items out)
  • AnySneak only chests to which the player has access or any while sneaking
  • AnyStand only chests to which the player has access while sneaking or any while standing
  • None disable TidyUp

defaultOCD

the options are:

  • Off - no sorting
  • Manual - On Empty hand punch
  • Automatic - Empty hand punch and on item pick-up
    sorts all items in the chest according to their material types, it also checks names and enchants but for now does not sort the individual items based on this information yet (requires a lot of work).

players.yml example:

FreezyExp:
  OCD: Automatic
  dropIn: Anysneak
OtherPlayer:
  OCD: Off
  dropIn: Own

explanation
The options match the default<Setting> items from the config.yml


Comments

Posts Quoted:
Reply
Clear All Quotes