PlotMe AutoRemove

Discussion in 'Archived: Plugin Requests' started by Luk_3D, Nov 9, 2014.

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

    Luk_3D

    Plugin category: PlotMe

    Suggested name: PlotMe AutoRemove

    What I want: This plugin should automatically remove lots of players that do not connect more than two months.

    Thanks!
     
  2. Offline

    Crud41

    Doesn't plotme have a purge command?....
     
  3. Offline

    SleepyDog

    This is already installed, /plotme resetexpired. You set the till-expired time in the config.
     
  4. Offline

    Luk_3D

    I dont find the setting :(

    Code:java
    1. worlds:
    2. plotworld:
    3. PlotAutoLimit: 1000
    4. PathWidth: 7
    5. PlotSize: 16
    6. BottomBlockId: '7'
    7. WallBlockId: '44'
    8. PlotFloorBlockId: '2'
    9. PlotFillingBlockId: '3'
    10. RoadMainBlockId: '159:11'
    11. RoadStripeBlockId: '159:3'
    12. RoadHeight: 64
    13. DaysToExpiration: 7
    14. ProtectedBlocks:
    15. - 54
    16. - 61
    17. - 62
    18. - 120
    19. - 94
    20. - 93
    21. - 84
    22. - 25
    23. - 355
    24. - 118
    25. - 117
    26. - 138
    27. - 140
    28. - 145
    29. - 23
    30. - 158
    31. - 154
    32. PreventedItems:
    33. - '351:15'
    34. - '259'
    35. - '328'
    36. - '343'
    37. - '342'
    38. - '408'
    39. - '333'
    40. ProtectedWallBlockId: '44:4'
    41. ForSaleWallBlockId: '44:1'
    42. AuctionWallBlockId: '44:1'
    43. AutoLinkPlots: true
    44. DisableExplosion: true
    45. DisableIgnition: true
    46. economy:
    47. UseEconomy: true
    48. CanPutOnSale: false
    49. CanSellToBank: false
    50. RefundClaimPriceOnReset: false
    51. RefundClaimPriceOnSetOwner: false
    52. ClaimPrice: 10000.0
    53. ClearPrice: 0.0
    54. AddPlayerPrice: 0.0
    55. DenyPlayerPrice: 0.0
    56. RemovePlayerPrice: 0.0
    57. UndenyPlayerPrice: 0.0
    58. PlotHomePrice: 0.0
    59. CanCustomizeSellPrice: false
    60. SellToPlayerPrice: 0.0
    61. SellToBankPrice: 0.0
    62. BuyFromBankPrice: 0.0
    63. AddCommentPrice: 0.0
    64. BiomeChangePrice: 0.0
    65. ProtectPrice: 0.0
    66. DisposePrice: 0.0
    67. usemySQL: false
    68. mySQLconn: jdbc:mysql://localhost:3306/minecraft
    69. mySQLuname: root
    70. mySQLpass: password
    71. globalUseEconomy: true
    72. AdvancedLogging: false
    73. Language: english
    74. allowWorldTeleport: true
    75. defaultWEAnywhere: false
    76. auto-update: false
    77. allowToDeny: true
    78.  
     
  5. Offline

    timtower Administrator Administrator Moderator

    Luk_3D There is no setting for it.
     
  6. Offline

    Luk_3D

    timtower What do i do ? I didn't understand....
     
  7. Offline

    timtower Administrator Administrator Moderator

    Luk_3D You wait till somebody makes this.
     
  8. Offline

    8972legand

    Luk_3D it is in plotme but only certain types of plotme i know that much

    that is the thing where you do /plotme info and see Expire:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  9. Offline

    Crud41

    You could always wipe your SQL once in a while....
     
  10. Offline

    Luk_3D

    Can i extend this Expire ? I Would indeed two months not one weeks...
     
  11. Offline

    8972legand

    i dont know you hav to ask plotme devs about that
     
  12. Luk_3D It is pretty simple, you could do every time it is enabled check players time (either hooking to something like Essentials or making your own) then if it is > or = to 2 months clear the plot data by that username.
     
  13. Offline

    timtower Administrator Administrator Moderator

    bwfcwalshy He isn't a dev though.
    Nice avatar btw
     
  14. timtower Yeah I know he isn't I am just saying it is simple then putting a way for a dev to do it. Thank you it is my company logo (Well my personal one, the company one is silver and blue)
     
Thread Status:
Not open for further replies.

Share This Page