PyvesB / advanced-achievements

:fireworks: Popular plugin that adds unique and challenging achievements to Minecraft servers.
https://www.spigotmc.org/resources/83466
GNU General Public License v3.0
200 stars 211 forks source link

Need a list of achievement catagories #1053

Closed Scyrizu closed 3 years ago

Scyrizu commented 3 years ago

:information_source: Basic information

I need a list of advanced achievements categories and formatting as they're not listed on the wiki and after formatting the config file to disable them in the GUI the plugin just generates errors and no longer functions :wrench: Configuration

Please paste relevant configuration sections in the code block below..

DisabledCategories:
#- AdvancementsCompleted
  - Breaks
  - Crafts
  - PlayerCommands
  - Arrows
  - Snowballs
  - Eggs
  - Treasure
  - ItemBreaks
  - EatenItems
  - Shear
  - Milk
  - LavaBuckets
  - Trades
  - Anvils
  - Enchantments
  - Beds
  - MaxLevel
  - Potions
  - PlayedTime
  - DistanceFoot
  - DistancePig
  - DistanceHorse
  - DistanceMinecart
  - DistanceBoat
  - DistanceGliding
  - DistanceLlama
  - ItemDrops
  - ItemPickups
  - HoePlowings
  - Fertilising
  - Taming
  - Breeding
  - Brewing
  - Fireworks
  - MusicDiscs
  - EnderPearls
  - PetMasterGive
  - PetMasterReceive
  - Smelting
  - TargetsShot
  - RaidsWon
  - Riptides
PyvesB commented 3 years ago

Hello @Scyrizu ! 👋🏻

The default configuration files, including a list of all categories can be found in this folder: https://github.com/PyvesB/advanced-achievements/tree/master/advanced-achievements-plugin/src/main/resources

Scyrizu commented 3 years ago

Thank you so much for all of your help :D

PyvesB commented 3 years ago

You're welcome!