mirror of
https://github.com/tjsga/minecraft.git
synced 2025-04-04 03:50:17 -04:00
10 lines
554 B
Plaintext
10 lines
554 B
Plaintext
-Some system to identify tributes, those who have died, and commentators.
|
|
-> Assume all of those not admin in config are tributes.
|
|
-> Use duck interface to determine whether a tribute has died or not
|
|
-> Put tributes who have died in spectator mode
|
|
-> Sidebar: Shows number of alive tributes and game time
|
|
|
|
-Loot and chest system
|
|
-> Run a program to detect each block on the map and find all valid chest locations
|
|
-> Valid location: 3 blocks of air above a solid block
|
|
-> Loot table for survival games loot needs to be made |