mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-25 20:25:45 +01:00
Use item name in default events.yml, update lang phrase
This commit is contained in:
parent
db3d21afbc
commit
b8b954cc37
@ -293,7 +293,7 @@ public class Lang {
|
||||
langMap.put("stageEditorSetEnchantAmounts", "Set enchant amounts");
|
||||
langMap.put("stageEditorSetMobAmounts", "Set mob amounts");
|
||||
langMap.put("stageEditorSetEnchantments", "Set enchantments");
|
||||
langMap.put("stageEditorSetItemNames", "Set item ids");
|
||||
langMap.put("stageEditorSetItemNames", "Set item names");
|
||||
langMap.put("stageEditorSetKillIds", "Set NPC IDs");
|
||||
langMap.put("stageEditorSetMobTypes", "Set mob types");
|
||||
langMap.put("stageEditorSetKillLocations", "Set kill locations");
|
||||
|
@ -19,4 +19,4 @@ events:
|
||||
RodEvent:
|
||||
message: "<green>Here you go!"
|
||||
items:
|
||||
- id-346:amount-1
|
||||
- name-fishing_rod:amount-1
|
Loading…
Reference in New Issue
Block a user