Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Server-side
Creators
Details
Licensed GPL-3.0-or-later
Published last week
Features
- General Tutor (All tutor moves a Pokémon can learn)
- File-driven Tutors (Move Tutors defined by you)
- Move Sorter: Alphabetical, Category, and Type
- Pokémon & Move Blacklists
- Entity Support
- Fakemon Support
- Customizable Lang
- Impactor + Pebbles Economy Support
config.yml
# DON'T TOUCH Config-Version OR THINGS WILL BREAK
Config-Version: 2.0
# General Tutor Settings
TutorMoves:
# The currency which will be used to "purchase" tutor moves.
# Options: impactor:{currency}, pebbles, 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"
next-page-item: "minecraft:arrow"
exit-item: "minecraft:barrier"
alphabetical-sort-item: "minecraft:paper"
category-sort-item: "minecraft:name_tag"
type-sort-item: "minecraft:gold_ingot"
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"
cancel-item: "minecraft:red_wool"
filler-item: "minecraft:gray_stained_glass_pane"
# Override the cost of specific moves
# Format - move:cost
Move-Overrides:
- outrage: 6000
- dracometeor: 10000
lang.yml
# DON'T TOUCH Config-Version OR THINGS WILL BREAK
Config-Version: 2.2.0
# We Support Legacy and MiniMessage Formatting!
Success-Learned: "<dark_aqua>{pokemon} <aqua>was taught <dark_aqua>{move}!"
Insufficient-Funds: "<red>You do not have enough money to purchase this move."
Insufficient-Items: "<red>You must have <dark_red>{itemcost} <red>to purchase this move. "
Error-No-Pokemon: "<red>No Pokemon found in slot <dark_red>{slot}."
Error-Not-Tutor: "<dark_red>{move} <red>is not a tutor move for <dark_red>{pokemon}!"
Error-No-Tutor-Moves: "<dark_red>{pokemon} <red>does not learn any tutor moves."
Error-Already-Knows: "<dark_red>{pokemon} <red>already knows <dark_red>{move}."
Blacklisted-Pokemon: "<dark_red>{pokemon} <red>can not use this move tutor."
specifictutor.yml
# DON'T TOUCH Config-Version OR THINGS WILL BREAK
Config-Version: 2.2.0
# Specific Tutor Settings
SpecificTutor:
# Permission needed to open
permission: tutormoves.open.dragonmaster
# Options: impactor:{currency}, ITEMS:{item id}
currencyKey: ITEMS:minecraft:diamond
# The cost of teaching moves
cost: 3
# List of Moves the Tutor Offers
moves:
- dracometeor
- dragonclaw
- dragondance
# Pokemon that should not be able to use this tutor
Blacklisted-Pokemon:
- jirachi
GUI:
# The GUI Title
title: "Dragon Master"
# The Size of the Main Tutor GUI (2-6)
size: 6
# GUI Elements
filler-item: "minecraft:gray_stained_glass_pane"
# Override the cost of specific moves
# Format - move:cost
Move-Overrides:
outrage: 6000
dracometeor: 10000
Permissions
tutormoves.reloadis for/tutormoves reloadtutormoves.menuis for/tutormoves menututormoves.menuothersis for/tutormoves menu <tutor> <player>tutormoves.npcis for/tutormoves npc <npc name>
Be aware: If a permission node does not register for you, deop yourself and relog/restart the server. In order for LuckPerms to cache the permission node, it needs to acknowledge that it exists, and this doesn't end up being the case if only an Opped Player is online when LuckPerms checks for permissions!
![Move Tutors [Cobblemon]](https://cdn.modrinth.com/data/LD0BxKbB/af27ad93c280f6007f0d9e7ecdaaa27d403e3627.png)

