Some time stamps: 0:40 Create start.bat 2:05 Agree to EULA 2:45 Run server 3:19 Stop server 3:40 Sublime Text, with syntax highlighting for Minecraft code 4:05 server.properties 6:27 Plugins on Club Minecraft server: VoxelSniper.jar, worldedit-bukkit.jar 6:58 Copy those into plugins folder 7:08 Stop and restart server 7:46 Direct Connect from Minecraft client 8:10 Error (due to superflat) 8:35 Delete the world files 10:25 level-type=flat 11:00 World is now flat 11:15 4 blocks deep 11:55 In server window, op MattMW 12:10 /tp 0 4 0 (although we're looking at server) 15:12 //cyl stone 17 1 (although we're looking at server) 16:30 Back looking at Minecraft, can see what's been built 19:12 /setworldspawn 8 8 42 21:05 Create command block, which will start one of the function files 21:40 Create folder structure 25:28 Create main.mcfunction 29:00 Finish roughing out structure in # comments 29:25 Create start.mcfunction 41:38 In server window, "team add lobby" 45:15 team modify lobby friendlyFire false 46:13 team add pvp 46:40 team modify pvp friendlyFire true 50:10 Explain Tick, Second, Minutes 51:20 scoreboard objectives add timer dummy 53:40 scoreboard players add Tick timer 0, and Sec and Min 1:14:15 scoreboard objectives setdisplay sidebar Kills 1:20:00 File showing coordinates of arena, lobby and button 1:21:27 scoreboard players set start timer 0 1:34:24 "function custom:ready" into command block 1:35:15 reload 1:36:16 /team list 1:44:25 Working on "one player left" in main.mcfunction 1:46:29 scoreboard players add playersLeft timer 0 1:50:18 scoreboard objectives add winner dummy 1:50:50 scoreboard players set playersLeft winner 0 1:53:50 Show and save completed code 1:57:45 Press start button
Thank you. I really appreciate you showing how to do this.
Some time stamps:
0:40 Create start.bat
2:05 Agree to EULA
2:45 Run server
3:19 Stop server
3:40 Sublime Text, with syntax highlighting for Minecraft code
4:05 server.properties
6:27 Plugins on Club Minecraft server: VoxelSniper.jar, worldedit-bukkit.jar
6:58 Copy those into plugins folder
7:08 Stop and restart server
7:46 Direct Connect from Minecraft client
8:10 Error (due to superflat)
8:35 Delete the world files
10:25 level-type=flat
11:00 World is now flat
11:15 4 blocks deep
11:55 In server window, op MattMW
12:10 /tp 0 4 0 (although we're looking at server)
15:12 //cyl stone 17 1 (although we're looking at server)
16:30 Back looking at Minecraft, can see what's been built
19:12 /setworldspawn 8 8 42
21:05 Create command block, which will start one of the function files
21:40 Create folder structure
25:28 Create main.mcfunction
29:00 Finish roughing out structure in # comments
29:25 Create start.mcfunction
41:38 In server window, "team add lobby"
45:15 team modify lobby friendlyFire false
46:13 team add pvp
46:40 team modify pvp friendlyFire true
50:10 Explain Tick, Second, Minutes
51:20 scoreboard objectives add timer dummy
53:40 scoreboard players add Tick timer 0, and Sec and Min
1:14:15 scoreboard objectives setdisplay sidebar Kills
1:20:00 File showing coordinates of arena, lobby and button
1:21:27 scoreboard players set start timer 0
1:34:24 "function custom:ready" into command block
1:35:15 reload
1:36:16 /team list
1:44:25 Working on "one player left" in main.mcfunction
1:46:29 scoreboard players add playersLeft timer 0
1:50:18 scoreboard objectives add winner dummy
1:50:50 scoreboard players set playersLeft winner 0
1:53:50 Show and save completed code
1:57:45 Press start button