Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated 3 months ago
All versions
2.3.7+1.21.1
Release
Move Tutors [Cobblemon] 2.3.7+1.21.13 months ago 318
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Dedicated servers only
Changes
GUI Customization
Made pretty much every single GUI element configurable.
# General Tutor Settings
TutorMoves:
# The currency which will be used to "purchase" tutor moves.
# Options: impactor:{currency}, pebbles, beconomy:{currencyType}, ultraeconomy:{currencyType}, ITEMS:{item id}.
currencyKey: impactor:dollars
# The cost of teaching moves
cost: 5000
# Moves that should not appear in the General Tutor
Blacklisted-Moves:
- wish
# Pokemon that should not be able to use the General Tutor
Blacklisted-Pokemon:
- pikachu
# Which types of moves should appear in the Tutor GUI
Move-Options:
tutorMoves: true
eggMoves: false
tmMoves: false
evolutionMoves: false
levelUpMoves: false
formChangeMoves: false
legacyMoves: false
specialMoves: false
General-Tutor-GUI:
# The GUI Title
title: "<gold>General Tutor"
# The Size of the Main Tutor GUI (2-6)
size: 6
# GUI Elements
previous-page-item: "minecraft:arrow"
previous-page-name: "Previous Page"
previous-page-slot: -1
next-page-item: "minecraft:arrow"
next-page-name: "Next Page"
next-page-slot: -1
exit-item: "minecraft:barrier"
exit-name: "Back"
exit-slot: -1
alphabetical-sort-item: "minecraft:paper"
alphabetical-sort-name: "Alphabetical"
alphabetical-sort-slot: -1
category-sort-item: "minecraft:name_tag"
category-sort-name: "Category"
category-sort-slot: -1
type-sort-item: "minecraft:gold_ingot"
type-sort-name: "Type"
type-sort-slot: -1
filler-item: "minecraft:light_gray_stained_glass_pane"
Selection-GUI:
# The GUI Title
title: "<green>Select a Pokemon"
# GUI Elements
filler-item: "minecraft:red_stained_glass_pane"
Confirmation-GUI:
# The GUI Title
title: "<yellow>Confirm Move"
# GUI Elements
confirm-item: "minecraft:lime_wool"
confirm-name: "<green>Confirm"
confirm-slot: -1
cancel-item: "minecraft:red_wool"
cancel-name: "<red>Cancel"
cancel-slot: -1
display-slot: -1
filler-item: "minecraft:gray_stained_glass_pane"
# Override the cost of specific moves
# Format - move:cost
Move-Overrides:
- outrage: 6000
- dracometeor: 10000
# DON'T TOUCH Config-Version OR THINGS WILL BREAK
Config-Version: 2.3
More Economy Compats
- Added compat with BEconomy
- Added compat with UltraEconomy
Fixes
- Fixed Item Economy using CUSTOM_DATA rather than CUSTOM_MODEL_DATA
- Fixed incorrectly formatted text in Purchase/Confirmation GUIs
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:LD0BxKbB:mX3RR2Yz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LD0BxKbB:mX3RR2Yz"
}![Move Tutors [Cobblemon]](https://cdn.modrinth.com/data/LD0BxKbB/af27ad93c280f6007f0d9e7ecdaaa27d403e3627.png)

