SL22W41: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




* '''Shop: Add a checker that disables all special-blocks that should not be tradable'''
*'''Shop: Add a checker that disables all special-blocks that should not be tradable'''
* '''Disable Shulker Boxes in first Version?'''
*'''Disable Shulker Boxes in first Version?'''
** '''Shops/LibManager generates IDs for shulker boxes (should be correct for logging purposes? make sure we have a lastUsed Timestamp)'''
**'''Shops/LibManager generates IDs for shulker boxes (should be correct for logging purposes? make sure we have a lastUsed Timestamp)'''
* '''Blueprint Shop?'''
*'''Blueprint Shop?'''
** '''Possibly use abo-service, each player can subscribe to other players to get their latest builds'''
**'''Possibly use abo-service, each player can subscribe to other players to get their latest builds'''
** '''Possibly buyer-banning; if a builder sees a player copapasta their shit they can ban them from buying ever again'''
**'''Possibly buyer-banning; if a builder sees a player copapasta their shit they can ban them from buying ever again'''
** '''Pay-what-you-want? Maybe enough already'''
**'''Pay-what-you-want? Maybe enough already'''
** '''(+ Rating sytem, download count, comments?)'''
**'''(+ Rating sytem, download count, comments?)'''
*'''Setup world setting to to re-render dynmap at time X of day'''
**https://stackoverflow.com/questions/22163662/how-to-create-a-java-cron-job/22164401#22164401
**'''Implment a "CronManager" that stores quartz jobs as json files to file. This will allow admins to create new jobs at runtime'''

Revision as of 19:09, 10 October 2022

◄ SL22W40 | SL22W42 ►


  • Shop: Add a checker that disables all special-blocks that should not be tradable
  • Disable Shulker Boxes in first Version?
    • Shops/LibManager generates IDs for shulker boxes (should be correct for logging purposes? make sure we have a lastUsed Timestamp)
  • Blueprint Shop?
    • Possibly use abo-service, each player can subscribe to other players to get their latest builds
    • Possibly buyer-banning; if a builder sees a player copapasta their shit they can ban them from buying ever again
    • Pay-what-you-want? Maybe enough already
    • (+ Rating sytem, download count, comments?)
  • Setup world setting to to re-render dynmap at time X of day