mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-25 18:48:15 +01:00
Delete unused class. Remove blank lines from default quests.yml
This commit is contained in:
parent
1b2bec04ad
commit
e706dbd490
@ -1,14 +0,0 @@
|
|||||||
package me.blackvein.quests;
|
|
||||||
|
|
||||||
import org.bukkit.event.EventHandler;
|
|
||||||
import org.bukkit.event.Listener;
|
|
||||||
import org.bukkit.event.inventory.InventoryClickEvent;
|
|
||||||
|
|
||||||
public class GUIListener implements Listener {
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void onInventoryClick(InventoryClickEvent evt) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
@ -57,8 +57,6 @@ quests:
|
|||||||
- name-diamond_sword:amount-1
|
- name-diamond_sword:amount-1
|
||||||
exp: 100
|
exp: 100
|
||||||
quest-points: 1
|
quest-points: 1
|
||||||
|
|
||||||
|
|
||||||
CatchFish:
|
CatchFish:
|
||||||
name: 'Catch Fish'
|
name: 'Catch Fish'
|
||||||
ask-message: '<yellow>Catch some fish!'
|
ask-message: '<yellow>Catch some fish!'
|
||||||
|
Loading…
Reference in New Issue
Block a user