Skip to content

Instantly share code, notes, and snippets.

View matt11matthew's full-sized avatar

matt11matthew

View GitHub Profile
@matt11matthew
matt11matthew / serverlist
Last active September 4, 2017 15:52
serverlist
hypixel=mc.hypixel.net
mineplex=us.mineplex.com
cubecraft=play.cubecraft.net
hypixel
mineplex
cubecraft
public void render() {
BufferStrategy bufferStrategy = getBufferStrategy();
if (bufferStrategy == null) {
createBufferStrategy(3);
return;
}
this.screen.render(bufferStrategy.getDrawGraphics());
bufferStrategy.show();
}
public synchronized void start() {
this.thread = new Thread(this);
this.thread.start();
this.running = true;
}
public void render() {
BufferStrategy bufferStrategy = getBufferStrategy();
if (bufferStrategy == null) {
createBufferStrategy(3);
name: Tutorial Quest
defaultStage: 'start'
stageList:
- 'start'
- 'not_level'
- 'started'
- 'turn_in'
- 'reward'
stages:
Name: Quest Name
Level Requirement: Level Requirement
Rewards: XP, Gems, etc
NPCs:
NPC 1
NPC 2
…….
Stages:
Stage 1
Stage 2