config.yml
# ALL CHANGES MADE TO THIS FILE REQUIRES A SERVER RESTART TO TAKE EFFECT!
# Teleportation Token Shaped Recipe
#
# This is how the items will be placed on the crafting table
# -------------------------
# | A | B | C |
# -------------------------
# | D | E | F |
# -------------------------
# | G | H | I |
# -------------------------
#
TeleportationTokenRecipe:
A: POPPED_CHORUS_FRUIT
B: GILDED_BLACKSTONE
C: POPPED_CHORUS_FRUIT
D: END_STONE_BRICKS
E: SLIME_BALL
F: END_STONE_BRICKS
G: POPPED_CHORUS_FRUIT
H: BLAZE_POWDER
I: POPPED_CHORUS_FRUIT
TokenCountInCrafting: 1
# Resource Pack. Change the link of the resource pack that you want to use.
# Take note that the token will be using the item thas is specified in BaseMaterial.
# Base Material is the minecraft item that the token will be using. So make sure that your
# resource pack will be using the correct item
# Setting this to 1 will use this plugin as the only server resource pack. If your server has its own resource pack, set EnableResourcePack to 0 and locally install
# the resource pack to the client
EnableResourcePack: 1
BaseMaterial: COPPER_INGOT
CustomModelData: 2 #Change this if you have our own Resource Pack and set that number
# For the resource pack hosting, it is best to use the drop box and upload the resource
# folder (DO NOT ZIP IT). and copy-paste the share link and change the last character of the link from 0 to 1
ResourcePackURL:
https://www.dropbox.com/scl/fo/uiurrhuk6mmpzo3aj0ef3/h?rlkey=pbflbv59qw1cqmjvk6ts7r4np&dl=1
# This will give players free token the first time they eneter the server. 1 = give 0 = don't give
GiveNewPlayerTokens: 1
FreeTokenCount: 3