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
  • Lines that need to be changed:
  • Resetting Vote Ranks
  • All rewards show as claimed
  • Vote menu doesn't come up

Was this helpful?

  1. Configurations
  2. Vote Ranks

Extra Information

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

Last updated 11 months ago

Was this helpful?

Lines that need to be changed:

  • Change Vote Rewards - vote.yml (Line 27 & 28)

    • NOTE: You will need to configure VotingPlugin yourself to actually give out the continuous vote rewards.

  • Change Vote Links - vote.yml (Line 64)

Resetting Vote Ranks

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. 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.voterank.% 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.

  2. You now need to remove the shop multipliers from each player, this is different based on which shop plugin you use. The process works the same as the previous step, just with a different command. ShopGUIPlus: /lp bulkupdate users delete "permission ~~shopguiplus.pricemodifiers.% EconomyShopGUI: /lp bulkupdate users delete "permission ~~ economyshopgui.sell-multipliers.%

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.voterank.*. This can be done on luckperms using the following command: /lp group default permission set meta.voterank.* false

Vote menu doesn't come up

Make sure that you've followed step 5.

here