STFinancial / Minecraft

0 stars 0 forks source link

Arena File Handling #13

Closed Boxxy closed 10 years ago

Boxxy commented 10 years ago

yml parse similar to ArenaTeam style, however this time for arenas. Information only needs to be loaded on server start (do not need to save) int redSpawnX, Y, Z int blueSpawn x, y, z string name int size string name of material enum for doors such as (IRON_FENCE) currently planning on only way to add new arena is to edit yml while server is offline

qsik commented 10 years ago

I need more information. How are you writing the file? In Minecraft? By hand?