chaseoes / TF2

Team Fortress 2 in Minecraft using the Bukkit server mod.
10 stars 13 forks source link

Class removal #86

Closed FlippantCactus closed 9 years ago

FlippantCactus commented 9 years ago

Now classes are removed from the config.yml, where do they get read from if at all?

chaseoes commented 9 years ago

Class chests.

/tf2 create classchest <class name>

https://github.com/chaseoes/TF2/blob/b80cb6e8e0704cd19424074b6340a5ba667a731e/src/main/java/com/chaseoes/tf2/commands/CreateCommand.java#L112

FlippantCactus commented 9 years ago

Thanks, missed it