mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-17 21:11:20 +01:00
Unstable
This commit is contained in:
parent
f86765c90e
commit
97a48db886
@ -274,6 +274,12 @@ public class PlayerListener implements Listener {
|
||||
|
||||
}
|
||||
|
||||
if(evt.isShiftClick()){
|
||||
|
||||
evt.
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -3799,4 +3799,10 @@ public class Quests extends JavaPlugin implements ConversationAbandonedListener
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
public int getCraftTimes(Inventory i, Recipe r){
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user