mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-24 18:18:20 +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
|
||||
exp: 100
|
||||
quest-points: 1
|
||||
|
||||
|
||||
CatchFish:
|
||||
name: 'Catch Fish'
|
||||
ask-message: '<yellow>Catch some fish!'
|
||||
|
Loading…
Reference in New Issue
Block a user