Yearmarked
SpigotMCDays of the week are tracked with special events for each day. (EN, DE, ES, FR, HU)
2.8k Downloads 4.8 Bewertung
neueste vv2.0.6 SpigotMC
This plugin will track each passing day and divide the time into days of the week and months of the year.
This video covers all features available as of version 2.0.0.
Version 2.0.0 Updates:
- 1: Marketday: The first Earthday of every month is Marketday as of the v2.0.0 release. On Marketday, you can get some special trades with villagers by right clicking them with a Fishfryday Emerald.
-2: Llama Spit Wand: Craft a "Llama spit wand" with a "Llama Spit Bucket" and a stick. The "Llama Spit Bucket" is only available for non-OP users by trading with Shepards, Butchers or Cartographers (and Farmers as of v2.0.1) on Marketday. OP users can craft one by placing a milk bucket in the bottom middle of the crafting grid with a "Needle" sword above it. Below is the recipe for the wand:
-3 Continuous Translation: The ugly, all caps, English only item names and messages are gone for good. All langues are possible through the message and recipe system. Add your lore and the appropriate messages to the config yourself if your language is not supported by default. By default, English, German, Spanish, French and Hungarian are supported. If you configure your language, please send back your changes and I will include them in the defaults for the next release.
Features for Each Day
- Monsoonday: It rains all day, but each player can toggle the rain near them by smacking a "Thordfish" against the ground. This can be configured to consume the "Thordfish" when turning the rain on or off, or it can be free for each action. By default, it is free.
- Earthday: When harvesting on Earthday, you will receive bonus crops which will have a special name (Earthday Carrot, Earthday Wheat, etc.) These can be used to craft an Earthday Pot Pie with some nice buffs and in addition, you can hit certain animals with a crop on Earthday and they will turn into an "Entity Arrow". When you fire an "Entity Arrow" an entity of the same type will spawn where the arrow lands. This is great for packing up your farm or trading animals. (Crop types to animal types can be found below). The first Earthday of every month Marketday as of the v2.0.0 release. On Marketday, you can get some special trades with villagers by right clicking them with a Fishfryday Emerald.
- Wortag: Now when harvesting on Wortag, your netherwart will have a special name (Wortag Netherwart). As of version 1.4.0, these special netherwart are used to craft teleportation items. When you hit the netherwart on the ground it consumes 2 by default and gives you back one with coordinates stored in it. The next time you hit that one on the ground you will teleport back to the coordinates.
- Donnerstag: Lightning will strike in your vicinity all day and super creepers can spawn. If you don't like lightning, smack your Thordfish against the ground to turn it off. Smack again to turn it back on. This can be configured to consume the "Thordfish" when turning the lightning on or off, or it can be free for each action. By default, it is costs one to turn it off and it is free to turn it on. If you are feeling more adventurous, craft your "Thordfish" into a stone sword named "Needle" or some arrows named "Fishbone Arrows". If you have either of these weapons active when lightning strikes, a super creeper will emerge from the lightning. Kill it with the special weapons for a chance to drop diamonds, emeralds and more "Thordfish". Also, you can craft a "Lightning Inhibitor" which when placed in a chest (with no blocks above it) will block all lighting from this plugin within a configurable radius. Lighting safe zones can also be defined in the config file. If you do not like the fires that all this lightning is causing, there is a mode which will strike lightning without starting fires.
- Fishfryday: Double XP fishing all day with the chance of bonus rewards. You can now also catch "Thordfish" which are used to craft the "Needle" sword.
- Diamonday: Bonus diamonds dropped when mining diamond ore. The bonus diamonds will have the name "Diamonday Diamond". Combine 2 of these with the stone "Needle" to make a diamond "Needle".
- Feathersday: No fall damage all day! If you are holding "Needle" when fall damage is prevented, you will start bouncing very high in the air.
Earthday Entity Arrows:
Mappings of which animals work with each crop type:
- Potato: Chicken, rabbit and wolf (wolf as of v1.4.0)
- Wheat: Sheep, cow and llama (llama as of v1.4.0)
- Carrot: Pig, horse and donkey (donkey as of v1.4.0)
Earthday Pot Pie and Entity Arrow Interaction:
By default, for 60 seconds after eating an Earthday Pot Pie, a player can hit any entity which has a listed cost with any Earthday crop and an entity arrow will replace the entity which was hit. That means that you can configure the 'yearmarked-earthday-entity-arrows-costs' to allow for the creation of entity arrows for Zombies and other damageable entities.
Play around with values from here:
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.html.
I only tested with Zombies, but in theory event an Ender Dragon entity arrow should be possible.
Commands
- /ym *tells the player the day info
- /ym [-100000-100000] *sets the time by the relative number of days specified
- /ym [(-100000)-(100000)] *sets time to the exact morning of the relative number of days specified
- /ym day [1-7] *sets the time to day 1 through 7 of year 1 month 1.
- /ym return *return time to where you were before you last used the '/ym day' command.
Recipes
Code (Text):
recipes:
- thord-fish
- fish-sword
- diamonday-sword
- fish-arrow
- earth-day-pot-pie
- lightning-inhibitor
- diamonday-diamond
- earthday-wheat
- earthday-carrot
- earthday-potato
- wortag-netherwort
- fishfryday-diamond
- fishfryday-emerald
- fishfryday-grass
- llama-spit-bucket
- llama-spit-wand
recipe:
thord-fish:
name: Thordfish
de:
name: Thorfisch
es:
name: Thorpescado
fr:
name: Thorpoisson
hu:
name: Thorhal
locales:
- de
- es
- fr
- hu
rows:
- FAF
- AAA
- FAF
mats:
- F=RAW_FISH
- A=AIR
output: RAW_FISH
op:
only: false
fish-sword:
name: Needle
de:
name: Nadel
es:
name: Aguja
fr:
name: Aiguille
hu:
name: Tű
locales:
- de
- es
- fr
- hu
rows:
- AFA
- AFA
- ASA
mats:
- F=RAW_FISH
- A=AIR
- S=STICK
output: STONE_SWORD
item-has-nbt-key:
- 4=thord-fish
earthday-wheat:
name: Earthday Wheat
de:
name: Erdtag Weizen
es:
name: Earthday Trigo
fr:
name: Earthday Blé
hu:
name: Earthday Búza
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- AWA
mats:
- S=STONE_SWORD
- W=WHEAT
output: WHEAT
op:
only: true
keep:
- NNN
- NYN
- NNN
earthday-carrot:
name: Earthday Carrot
de:
name: Erdtag Carroten
es:
name: Earthday Zanahoria
fr:
name: Earthday Carotte
hu:
name: Earthday Sárgarépa
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- ACA
mats:
- S=STONE_SWORD
- C=CARROT_ITEM
output: CARROT_ITEM
op:
only: true
keep:
- NNN
- NYN
- NNN
earthday-potato:
name: Earthday Potato
de:
name: Erdtag Kartoffel
es:
name: Earthday Patata
fr:
name: Earthday Pomme de Terre
hu:
name: Earthday Burgonya
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- APA
mats:
- S=STONE_SWORD
- P=POTATO_ITEM
output: POTATO_ITEM
op:
only: true
keep:
- NNN
- NYN
- NNN
wortag-netherwort:
name: Wortag Netherwort
de:
name: Wortag Netherwort
es:
name: Wortag Netherwort
fr:
name: Wortag Netherwort
hu:
name: Wortag Netherwort
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- ANA
mats:
- S=STONE_SWORD
- N=NETHER_STALK
output: NETHER_STALK
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=fish-sword
diamonday-diamond:
name: Diamonday Diamond
de:
name: Diamantag Diamante
es:
name: Diamonday Diamant
fr:
name: Diamonday Diamant
hu:
name: Diamonday Gyémánt
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- ADA
mats:
- S=STONE_SWORD
- D=DIAMOND
output: DIAMOND
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=fish-sword
diamonday-sword:
name: Diamond Needle
de:
name: Diamontnadel
es:
name: Diamant Aguja
fr:
name: Diamant Aiguille
hu:
name: Gyémánt Tű
locales:
- de
- es
- fr
- hu
rows:
- ADA
- ADA
- ANA
mats:
- D=DIAMOND
- N=STONE_SWORD
- A=AIR
output: DIAMOND_SWORD
item-has-nbt-key:
- 1=diamonday-diamond
- 4=diamonday-diamond
- 7=fish-sword
fish-arrow:
name: Fishbone Arrow
de:
name: Grätenpfeil
es:
name: Flecha de Espina
fr:
name: Flèche de Arête de Poisson
hu:
name: Halszálka Nyíl
locales:
- de
- es
- fr
- hu
rows:
- AAA
- AFA
- ASA
mats:
- F=RAW_FISH
- A=AIR
- S=STICK
output: ARROW
amount: 16
item-has-nbt-key:
- 4=thord-fish
fishfryday-diamond:
name: Fishfryday Diamond
de:
name: Fischfreitag Diamant
es:
name: Fishfryday Diamante
fr:
name: Fishfryday Diamant
hu:
name: Fishfryday Gyémánt
locales:
- de
- es
- fr
- hu
rows:
- AAA
- AFA
- ADA
mats:
- F=RAW_FISH
- D=DIAMOND
output: DIAMOND
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=thord-fish
fishfryday-emerald:
name: Fishfryday Emerald
de:
name: Fischfreitag Smaragd
es:
name: Fishfryday Esmeralda
fr:
name: Fishfryday Émeraude
hu:
name: Fishfryday Smaragd
locales:
- de
- es
- fr
- hu
rows:
- AAA
- AFA
- AEA
mats:
- F=RAW_FISH
- E=EMERALD
output: EMERALD
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=thord-fish
fishfryday-grass:
name: Fishfryday Grass
de:
name: Fischfreitag Rasen
es:
name: Fishfryday Césped
fr:
name: Fishfryday Herbe
hu:
name: Fishfryday Fű
locales:
- de
- es
- fr
- hu
rows:
- AAA
- AFA
- AGA
mats:
- F=RAW_FISH
- G=GRASS
output: GRASS
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=thord-fish
earth-day-pot-pie:
name: Earthday Pot Pie
de:
name: Erdtag Topf Torte
es:
name: Earthday Empanada
fr:
name: Earthday Hachis Parmentier
hu:
name: Earthday Pásztor Pite
locales:
- de
- es
- fr
- hu
rows:
- CCC
- PPP
- WWW
mats:
- C=CARROT_ITEM
- P=POTATO_ITEM
- W=WHEAT
output: PUMPKIN_PIE
amount: 1
item-has-nbt-key:
- 0=earthday-carrot
- 1=earthday-carrot
- 2=earthday-carrot
- 3=earthday-potato
- 4=earthday-potato
- 5=earthday-potato
- 6=earthday-wheat
- 7=earthday-wheat
- 8=earthday-wheat
lightning-inhibitor:
name: Lightning Inhibitor
de:
name: Blitz Hemmer
es:
name: Relámpago Inhibidor
fr:
name: Foudre Inhibiteur
hu:
name: Villám Dugó
locales:
- de
- es
- fr
- hu
rows:
- DDD
- ASA
- DDD
mats:
- D=DIAMOND
- A=AIR
- S=STONE_SWORD
output: FISHING_ROD
amount: 1
item-has-nbt-key:
- 4=fish-sword
keep:
- NNN
- NYN
- NNN
llama-spit-bucket:
name: Llama Spit Bucket
de:
name: Lama-Spieß-Eimer
lore:
- Tucke ein Stick in mir ein
es:
name: Llama Escupir-Cangilón
lore:
- Sumerja un palo en mí
fr:
name: Lama Cracher-Seau
lore:
- Trempez un bâton en moi
hu:
name: Láma Nyárs-Vödör
lore:
- Elmerít bottal nekem
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- AMA
mats:
- M=MILK_BUCKET
- A=AIR
- S=STONE_SWORD
output: MILK_BUCKET
op:
only: true
amount: 1
item-has-nbt-key:
- 4=fish-sword
keep:
- NNN
- NYN
- NNN
lore:
- Dip a stick in me
llama-spit-wand:
name: Llama Spit Wand
de:
name: Llama Spießstab
lore:
- Fallen lassen, um Spucken zu werfen
es:
name: Llama Escupir-Barra
lore:
- Saltar a lanzar escupir
fr:
name: Lama Cracher-Bâton
lore:
- Goutte à gicler
hu:
name: Láma Nyárs-Pálca
lore:
- Dobd a kiruccanás nyárson
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- ABA
mats:
- B=MILK_BUCKET
- A=AIR
- S=STICK
output: STICK
amount: 1
item-has-nbt-key:
- 7=llama-spit-bucket
lore:
- Drop to fling spit
yearmarked:
cool-down-sec: 0.5
rounds: 200
- thord-fish
- fish-sword
- diamonday-sword
- fish-arrow
- earth-day-pot-pie
- lightning-inhibitor
- diamonday-diamond
- earthday-wheat
- earthday-carrot
- earthday-potato
- wortag-netherwort
- fishfryday-diamond
- fishfryday-emerald
- fishfryday-grass
- llama-spit-bucket
- llama-spit-wand
recipe:
thord-fish:
name: Thordfish
de:
name: Thorfisch
es:
name: Thorpescado
fr:
name: Thorpoisson
hu:
name: Thorhal
locales:
- de
- es
- fr
- hu
rows:
- FAF
- AAA
- FAF
mats:
- F=RAW_FISH
- A=AIR
output: RAW_FISH
op:
only: false
fish-sword:
name: Needle
de:
name: Nadel
es:
name: Aguja
fr:
name: Aiguille
hu:
name: Tű
locales:
- de
- es
- fr
- hu
rows:
- AFA
- AFA
- ASA
mats:
- F=RAW_FISH
- A=AIR
- S=STICK
output: STONE_SWORD
item-has-nbt-key:
- 4=thord-fish
earthday-wheat:
name: Earthday Wheat
de:
name: Erdtag Weizen
es:
name: Earthday Trigo
fr:
name: Earthday Blé
hu:
name: Earthday Búza
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- AWA
mats:
- S=STONE_SWORD
- W=WHEAT
output: WHEAT
op:
only: true
keep:
- NNN
- NYN
- NNN
earthday-carrot:
name: Earthday Carrot
de:
name: Erdtag Carroten
es:
name: Earthday Zanahoria
fr:
name: Earthday Carotte
hu:
name: Earthday Sárgarépa
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- ACA
mats:
- S=STONE_SWORD
- C=CARROT_ITEM
output: CARROT_ITEM
op:
only: true
keep:
- NNN
- NYN
- NNN
earthday-potato:
name: Earthday Potato
de:
name: Erdtag Kartoffel
es:
name: Earthday Patata
fr:
name: Earthday Pomme de Terre
hu:
name: Earthday Burgonya
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- APA
mats:
- S=STONE_SWORD
- P=POTATO_ITEM
output: POTATO_ITEM
op:
only: true
keep:
- NNN
- NYN
- NNN
wortag-netherwort:
name: Wortag Netherwort
de:
name: Wortag Netherwort
es:
name: Wortag Netherwort
fr:
name: Wortag Netherwort
hu:
name: Wortag Netherwort
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- ANA
mats:
- S=STONE_SWORD
- N=NETHER_STALK
output: NETHER_STALK
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=fish-sword
diamonday-diamond:
name: Diamonday Diamond
de:
name: Diamantag Diamante
es:
name: Diamonday Diamant
fr:
name: Diamonday Diamant
hu:
name: Diamonday Gyémánt
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- ADA
mats:
- S=STONE_SWORD
- D=DIAMOND
output: DIAMOND
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=fish-sword
diamonday-sword:
name: Diamond Needle
de:
name: Diamontnadel
es:
name: Diamant Aguja
fr:
name: Diamant Aiguille
hu:
name: Gyémánt Tű
locales:
- de
- es
- fr
- hu
rows:
- ADA
- ADA
- ANA
mats:
- D=DIAMOND
- N=STONE_SWORD
- A=AIR
output: DIAMOND_SWORD
item-has-nbt-key:
- 1=diamonday-diamond
- 4=diamonday-diamond
- 7=fish-sword
fish-arrow:
name: Fishbone Arrow
de:
name: Grätenpfeil
es:
name: Flecha de Espina
fr:
name: Flèche de Arête de Poisson
hu:
name: Halszálka Nyíl
locales:
- de
- es
- fr
- hu
rows:
- AAA
- AFA
- ASA
mats:
- F=RAW_FISH
- A=AIR
- S=STICK
output: ARROW
amount: 16
item-has-nbt-key:
- 4=thord-fish
fishfryday-diamond:
name: Fishfryday Diamond
de:
name: Fischfreitag Diamant
es:
name: Fishfryday Diamante
fr:
name: Fishfryday Diamant
hu:
name: Fishfryday Gyémánt
locales:
- de
- es
- fr
- hu
rows:
- AAA
- AFA
- ADA
mats:
- F=RAW_FISH
- D=DIAMOND
output: DIAMOND
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=thord-fish
fishfryday-emerald:
name: Fishfryday Emerald
de:
name: Fischfreitag Smaragd
es:
name: Fishfryday Esmeralda
fr:
name: Fishfryday Émeraude
hu:
name: Fishfryday Smaragd
locales:
- de
- es
- fr
- hu
rows:
- AAA
- AFA
- AEA
mats:
- F=RAW_FISH
- E=EMERALD
output: EMERALD
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=thord-fish
fishfryday-grass:
name: Fishfryday Grass
de:
name: Fischfreitag Rasen
es:
name: Fishfryday Césped
fr:
name: Fishfryday Herbe
hu:
name: Fishfryday Fű
locales:
- de
- es
- fr
- hu
rows:
- AAA
- AFA
- AGA
mats:
- F=RAW_FISH
- G=GRASS
output: GRASS
op:
only: true
keep:
- NNN
- NYN
- NNN
item-has-nbt-key:
- 4=thord-fish
earth-day-pot-pie:
name: Earthday Pot Pie
de:
name: Erdtag Topf Torte
es:
name: Earthday Empanada
fr:
name: Earthday Hachis Parmentier
hu:
name: Earthday Pásztor Pite
locales:
- de
- es
- fr
- hu
rows:
- CCC
- PPP
- WWW
mats:
- C=CARROT_ITEM
- P=POTATO_ITEM
- W=WHEAT
output: PUMPKIN_PIE
amount: 1
item-has-nbt-key:
- 0=earthday-carrot
- 1=earthday-carrot
- 2=earthday-carrot
- 3=earthday-potato
- 4=earthday-potato
- 5=earthday-potato
- 6=earthday-wheat
- 7=earthday-wheat
- 8=earthday-wheat
lightning-inhibitor:
name: Lightning Inhibitor
de:
name: Blitz Hemmer
es:
name: Relámpago Inhibidor
fr:
name: Foudre Inhibiteur
hu:
name: Villám Dugó
locales:
- de
- es
- fr
- hu
rows:
- DDD
- ASA
- DDD
mats:
- D=DIAMOND
- A=AIR
- S=STONE_SWORD
output: FISHING_ROD
amount: 1
item-has-nbt-key:
- 4=fish-sword
keep:
- NNN
- NYN
- NNN
llama-spit-bucket:
name: Llama Spit Bucket
de:
name: Lama-Spieß-Eimer
lore:
- Tucke ein Stick in mir ein
es:
name: Llama Escupir-Cangilón
lore:
- Sumerja un palo en mí
fr:
name: Lama Cracher-Seau
lore:
- Trempez un bâton en moi
hu:
name: Láma Nyárs-Vödör
lore:
- Elmerít bottal nekem
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- AMA
mats:
- M=MILK_BUCKET
- A=AIR
- S=STONE_SWORD
output: MILK_BUCKET
op:
only: true
amount: 1
item-has-nbt-key:
- 4=fish-sword
keep:
- NNN
- NYN
- NNN
lore:
- Dip a stick in me
llama-spit-wand:
name: Llama Spit Wand
de:
name: Llama Spießstab
lore:
- Fallen lassen, um Spucken zu werfen
es:
name: Llama Escupir-Barra
lore:
- Saltar a lanzar escupir
fr:
name: Lama Cracher-Bâton
lore:
- Goutte à gicler
hu:
name: Láma Nyárs-Pálca
lore:
- Dobd a kiruccanás nyárson
locales:
- de
- es
- fr
- hu
rows:
- AAA
- ASA
- ABA
mats:
- B=MILK_BUCKET
- A=AIR
- S=STICK
output: STICK
amount: 1
item-has-nbt-key:
- 7=llama-spit-bucket
lore:
- Drop to fling spit
yearmarked:
cool-down-sec: 0.5
rounds: 200
Market day config:
Code (Text):
market-day:
restricted-random-materials:
- ENDER_CHEST
- END_CRYSTAL
- END_GATEWAY
- ENDER_PORTAL_FRAME
- ENDER_PORTAL
- BEDROCK
- DRAGON_EGG
restricted-random-recipes:
- fishfryday-grass
goods:
vanilla:
DIAMOND:
v1:
enabled: true
amount: 2
vanilla-payment: EMERALD
cost-amount: 1
stock-limit: 1
YEARMARKED_RANDOM:
v1:
enabled: true
amount: 1~10
vanilla-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
v2:
enabled: true
amount: 1~10
custom-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
custom:
diamonday-diamond:
v1:
enabled: true
amount: 2
custom-payment: fishfryday-emerald
cost-amount: 1
stock-limit: 1
fishfryday-emerald:
v1:
enabled: true
amount: 1
custom-payment: earthday-wheat
cost-amount: 32
custom-payment-2: earthday-potato
cost-amount-2: 32
stock-limit: 1
profession-restricted: true
professions:
- FARMER-1
v2:
enabled: true
amount: 1
custom-payment: thord-fish
cost-amount: 16
stock-limit: 1
profession-restricted: true
professions:
- FARMER-2
v3:
enabled: true
amount: 1
vanilla-payment: WOOL
cost-amount: 64
stock-limit: 1
profession-restricted: true
professions:
- FARMER-3
llama-spit-bucket:
v1:
enabled: true
amount: 1
vanilla-payment: WOOL
cost-amount: 16
custom-payment-2: fishfryday-emerald
cost-amount-2: 1
stock-limit: 1
percent-chance: 25
profession-restricted: true
professions:
- FARMER-3
v2:
enabled: true
amount: 1
vanilla-payment: MUTTON
cost-amount: 6
custom-payment-2: fishfryday-emerald
cost-amount-2: 1
stock-limit: 1
percent-chance: 25
profession-restricted: true
professions:
- BUTCHER-1
v3:
enabled: true
amount: 1
vanilla-payment: COMPASS
cost-amount: 1
custom-payment-2: fishfryday-emerald
cost-amount-2: 1
stock-limit: 1
percent-chance: 25
profession-restricted: true
professions:
- LIBRARIAN-2
fish-sword:
v2:
enabled: true
amount: 1
vanilla-payment: FISHING_ROD
cost-amount: 1
stock-limit: 10
profession-restricted: true
professions:
- FARMER-2
earth-day-pot-pie:
v1:
enabled: true
amount: 15
vanilla-payment: CARROT_ITEM
cost-amount: 32
vanilla-payment-2: POTATO_ITEM
cost-amount-2: 32
stock-limit: 2
profession-restricted: true
professions:
- FARMER-1
v2:
enabled: true
amount: 15
vanilla-payment: MUTTON
cost-amount: 6
stock-limit: 5
profession-restricted: true
professions:
- FARMER-3
fish-arrow:
v1:
enabled: true
amount: 64
custom-payment: fishfryday-emerald
cost-amount: 1
stock-limit: 2
profession-restricted: true
professions:
- FARMER-4
earthday-VILLAGER:
v1:
enabled: true
amount: 3
custom-payment: wortag-netherwort
cost-amount: 10
stock-limit: 1
profession-restricted: true
professions:
- FARMER-4
diamonday-sword:
v1:
enabled: true
amount: 64
vanilla-payment: IRON_INGOT
cost-amount: 3
stock-limit: 1
profession-restricted: true
professions:
- BLACKSMITH-2
lightning-inhibitor:
v1:
enabled: true
amount: 64
vanilla-payment: GLASS
cost-amount: 16
stock-limit: 5
profession-restricted: true
professions:
- BLACKSMITH-3
wortag-netherwort:
v1:
enabled: true
amount: 2
vanilla-payment: BROWN_MUSHROOM
cost-amount: 6
vanilla-payment-2: RED_MUSHROOM
cost-amount-2: 6
stock-limit: 5
profession-restricted: true
professions:
- PRIEST
thord-fish:
v1:
enabled: true
amount: 1~10
vanilla-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1~5
profession-restricted: true
professions:
- NITWIT
v2:
enabled: true
amount: 1~10
custom-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
YEARMARKED_RANDOM:
v1:
enabled: true
amount: 1~10
vanilla-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
v2:
enabled: true
amount: 1~10
custom-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
restricted-random-materials:
- ENDER_CHEST
- END_CRYSTAL
- END_GATEWAY
- ENDER_PORTAL_FRAME
- ENDER_PORTAL
- BEDROCK
- DRAGON_EGG
restricted-random-recipes:
- fishfryday-grass
goods:
vanilla:
DIAMOND:
v1:
enabled: true
amount: 2
vanilla-payment: EMERALD
cost-amount: 1
stock-limit: 1
YEARMARKED_RANDOM:
v1:
enabled: true
amount: 1~10
vanilla-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
v2:
enabled: true
amount: 1~10
custom-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
custom:
diamonday-diamond:
v1:
enabled: true
amount: 2
custom-payment: fishfryday-emerald
cost-amount: 1
stock-limit: 1
fishfryday-emerald:
v1:
enabled: true
amount: 1
custom-payment: earthday-wheat
cost-amount: 32
custom-payment-2: earthday-potato
cost-amount-2: 32
stock-limit: 1
profession-restricted: true
professions:
- FARMER-1
v2:
enabled: true
amount: 1
custom-payment: thord-fish
cost-amount: 16
stock-limit: 1
profession-restricted: true
professions:
- FARMER-2
v3:
enabled: true
amount: 1
vanilla-payment: WOOL
cost-amount: 64
stock-limit: 1
profession-restricted: true
professions:
- FARMER-3
llama-spit-bucket:
v1:
enabled: true
amount: 1
vanilla-payment: WOOL
cost-amount: 16
custom-payment-2: fishfryday-emerald
cost-amount-2: 1
stock-limit: 1
percent-chance: 25
profession-restricted: true
professions:
- FARMER-3
v2:
enabled: true
amount: 1
vanilla-payment: MUTTON
cost-amount: 6
custom-payment-2: fishfryday-emerald
cost-amount-2: 1
stock-limit: 1
percent-chance: 25
profession-restricted: true
professions:
- BUTCHER-1
v3:
enabled: true
amount: 1
vanilla-payment: COMPASS
cost-amount: 1
custom-payment-2: fishfryday-emerald
cost-amount-2: 1
stock-limit: 1
percent-chance: 25
profession-restricted: true
professions:
- LIBRARIAN-2
fish-sword:
v2:
enabled: true
amount: 1
vanilla-payment: FISHING_ROD
cost-amount: 1
stock-limit: 10
profession-restricted: true
professions:
- FARMER-2
earth-day-pot-pie:
v1:
enabled: true
amount: 15
vanilla-payment: CARROT_ITEM
cost-amount: 32
vanilla-payment-2: POTATO_ITEM
cost-amount-2: 32
stock-limit: 2
profession-restricted: true
professions:
- FARMER-1
v2:
enabled: true
amount: 15
vanilla-payment: MUTTON
cost-amount: 6
stock-limit: 5
profession-restricted: true
professions:
- FARMER-3
fish-arrow:
v1:
enabled: true
amount: 64
custom-payment: fishfryday-emerald
cost-amount: 1
stock-limit: 2
profession-restricted: true
professions:
- FARMER-4
earthday-VILLAGER:
v1:
enabled: true
amount: 3
custom-payment: wortag-netherwort
cost-amount: 10
stock-limit: 1
profession-restricted: true
professions:
- FARMER-4
diamonday-sword:
v1:
enabled: true
amount: 64
vanilla-payment: IRON_INGOT
cost-amount: 3
stock-limit: 1
profession-restricted: true
professions:
- BLACKSMITH-2
lightning-inhibitor:
v1:
enabled: true
amount: 64
vanilla-payment: GLASS
cost-amount: 16
stock-limit: 5
profession-restricted: true
professions:
- BLACKSMITH-3
wortag-netherwort:
v1:
enabled: true
amount: 2
vanilla-payment: BROWN_MUSHROOM
cost-amount: 6
vanilla-payment-2: RED_MUSHROOM
cost-amount-2: 6
stock-limit: 5
profession-restricted: true
professions:
- PRIEST
thord-fish:
v1:
enabled: true
amount: 1~10
vanilla-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1~5
profession-restricted: true
professions:
- NITWIT
v2:
enabled: true
amount: 1~10
custom-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
YEARMARKED_RANDOM:
v1:
enabled: true
amount: 1~10
vanilla-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
v2:
enabled: true
amount: 1~10
custom-payment: YEARMARKED_RANDOM
cost-amount: 1~5
stock-limit: 1
profession-restricted: true
professions:
- NITWIT
Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.