Atomatrix Documentation
Atomatrix StoreDiscord Server
Atomatrix Documentation
Atomatrix Documentation
  • Welcome
  • Server Setups
    • Lifesteal Setup
      • Installation
      • Extra Information
    • Survival Setup
      • Installation
      • Extra Information
    • Skyblock Setup
      • Installation
      • Extra Information
    • Oneblock Setup
      • Installation
      • Extra Information
    • Factions Setup
      • Installation
      • Extra Information
    • Free for All Setup
      • Installation
      • Extra Information
    • BoxPvP Setup
      • Installation
      • Extra Information
    • Easy Hub Setup
      • Installation
      • Extra Information
  • Configurations
    • Playtime Levels
      • Installation
      • Extra Information
    • Coin Shop
      • Installation
      • Extra Information
    • Vote Ranks
      • Installation
      • Extra Information
    • Referral Rewards
      • Installation
      • Extra Information
    • Simple Prestiges
      • Installation
      • Extra Information
    • Easy Quests
      • Installation
      • Extra Information
    • Music Shop
      • Installation
      • Extra Information
  • Miscellaneous
    • EULA Compliance
    • Installing an Anti-Cheat
    • Suggested Hosts
    • Resource Versions
    • Crediting Originals
Powered by GitBook
On this page
  • Resetting Playtime Levels
  • All rewards show as claimed
  • GUI doesn't open with /playtime

Was this helpful?

  1. Configurations
  2. Playtime Levels

Extra Information

Find some extra useful information on this config on this page.

Last updated 11 months ago

Was this helpful?

Resetting Playtime Levels

You may want to reset the levels for various reasons; the most common one is for a new season/reset. Here's how to do it.

  1. The Playtime Data is stored in the world statistics folder. Turn off your server, go to /world/stats and delete the folder.

    • Your "world" folder may be named differently depending on if you changed your default world in server.properties

    • This will also delete player statistics from the in-game "Statistics" menu.

  2. Turn your server back on and run the following command in the console. This will bulk delete all player permission nodes that tell the config which rewards have been claimed. /lp bulkupdate users delete "permission ~~ meta.playtimelevels.%" After running this command, you must run another command to confirm the action. It will let you know in the console what this command is. This command makes use of LuckPerms' Bulk Update command. You can view their documentation to learn more about the command.

All rewards show as claimed

Players with OP will see all rewards as claimed. To revoke this, give everyone the FALSE node on the permission: meta.playtimelevels.*. This can be done on luckperms using the following command: /lp group default permission set meta.playtimelevels.* false

GUI doesn't open with /playtime

If the essentials response is used when you type /playtime, go into your Essentials config & add “playtime” under “disabled-commands:” then restart your server.

here